Category "pydicom"

How can I save the metadata only of a dicom image, without the PixelArray?

I have a Dicom Image and I did read it with pydicom.dcmread('1.dcm'). how can I write just the metadata, without the pixel_array? either as dictionary, or as di

Is it possible to retrieve beam real world position from RT PLAN

I am currently working on some radiotherapy plan generation and I am trying to retrieve the beam source position from a DICOM RTPLAN file and point it on a rela