Package python3-pydicom

Read, modify and write DICOM files with python code

https://github.com/darcymason/pydicom

pydicom is a pure python package for working with DICOM files. It was made for
inspecting and modifying DICOM data in an easy "pythonic" way. The
modifications can be written again to a new file.

pydicom is not a DICOM server, and is not primarily about viewing images. It is
designed to let you manipulate data elements in DICOM files with python code.

Limitations -- the main limitation of the current version is that compressed
pixel data (e.g. JPEG) cannot be altered in an intelligent way as it can for
uncompressed pixels. Files can always be read and saved, but compressed pixel
data cannot easily be modified.

Documentation is available at pydicom.github.io/pydicom

Version: 3.0.1

General Commands

pydicom pydicom – pydicom command line utilities
pydicom-codify pydicom-codify – Read a DICOM file and produce the pydicom (Python) code which can create that file
pydicom-help pydicom-help – Display help for subcommands
pydicom-show pydicom-show – Display all or part of a DICOM file which can create that file