Pure python package for DICOM medical file reading and writing
copied from cf-staging / pydicomconda install conda-forge::pydicom
conda install conda-forge/label/broken::pydicom
conda install conda-forge/label/cf201901::pydicom
conda install conda-forge/label/cf202003::pydicom
conda install conda-forge/label/gcc7::pydicom
pydicom is a pure python package for parsing DICOM files. DICOM is a
standard (https://dicomstandard.org) for communicating medical images and
related information such as reports and radiotherapy objects. pydicom
makes it easy to read these complex files into natural pythonic structures
for easy manipulation. Modified datasets can be written again to DICOM
format files. See the Getting Started
<https://pydicom.github.io/pydicom/stable/>
_ page for
installation and basic information, and the `Pydicom User Guide