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_has_tag
Return True if tag is in the official DICOM data dictionary.
True
tag (int) – The tag to check.
True if the tag corresponds to an element present in the official DICOM data dictionary, False otherwise.
False
bool