top | item 32009741

(no title)

Temporal_Trout | 3 years ago

I'm not sure if "proper" DICOM files are different (DRM?) but during my undergrad I had a medical imaging class working with anonymized DICOM files and we used Pydicom (With Jupyter Notebook) to display the images and annotations: https://pydicom.github.io/pydicom/stable/index.html

discuss

order

markus92|3 years ago

There’s (luckily) no such thing as DRM in DICOM, but there is a billion ways to interpret the standard. Pydicom does work for the more common things but there’s some rare types of DICOM it unfortunately can’t handle.