Tagged Questions
7
votes
11answers
6k views
Parse DICOM files in native Python
What is the simplest and most-pythonic way to parse a DICOM file?
A native Python implementation without the use of non-Python libraries would be much preferred. DICOM is the standard file format in ...