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 True if tag is in the official DICOM data dictionary.
True
tag (int or str or Tuple[int, int]) – The tag to check, in any of the forms accepted by Tag().
Tag()
True if the tag corresponds to an element present in the official DICOM data dictionary, False otherwise.
False
bool