Welcome to dicom_parser’s documentation!¶
Overview¶
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.