Getting started
Documentation
pydicom.charset
pydicom.config
pydicom.data
pydicom.datadict
pydicom.dataset
pydicom.fileset
pydicom.dicomdir
pydicom.encaps
pydicom.errors
pydicom.misc
pydicom.uid
Examples
Additional Information
pydicom.datadict.
dictionary_description
Return the description of the element corresponding to tag.
Only performs the lookup for official DICOM elements.
tag (int) – The tag for the element whose description is being retrieved.
The description of the corresponding element.
str
KeyError – If the tag is not present in the DICOM data dictionary.