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_is_retired
Return True if the element corresponding to tag is retired.
True
Only performs the lookup for official DICOM elements.
tag (int) – The tag for the element whose retirement status is being checked.
True if the element’s retirement status is ‘Retired’, False otherwise.
False
bool
KeyError – If the tag is not present in the DICOM data dictionary.