Getting started
Documentation
pydicom.charset
pydicom.config
pydicom.data
pydicom.datadict
pydicom.dataset
pydicom.examples
pydicom.encaps
pydicom.errors
pydicom.fileset
pydicom.hooks
pydicom.misc
pydicom.overlays
pydicom.pixels
pydicom.sr
pydicom.waveforms
pydicom.uid
Examples
Additional Information
Return the description of the element corresponding to tag.
Only performs the lookup for official DICOM elements.
tag (int or str or Tuple[int, int]) – The tag for the element whose description is being retrieved, in any of the forms accepted by Tag().
Tag()
The description of the corresponding element.
str
KeyError – If the tag is not present in the DICOM data dictionary.