Dicom_parser package

Hi everyone,

Just wanted to share a package I built a few months ago and has been serving me well - it’s called dicom_parser and as the docs state:

dicom_parser is a utility python package meant to facilitate access to DICOM header information by extending the functionality of pydicom.
Essentially, dicom_parser uses DICOM’s data-element value-representation (VR), as well as prior knowledge on vendor-specific private tags or encoding schemes, in order to transform them to more “pythonic” data structures when possible.

Hope this proves useful to some of you, of course contributions to the project of any kind are very welcome.

Have a great weekend,
Zvi

2 Likes