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 tag of the element corresponding to keyword.
Only performs the lookup for official DICOM elements.
keyword (str) – The keyword for the element whose tag is being retrieved.
If the element is in the DICOM data dictionary then returns the corresponding element’s tag, otherwise returns None.
None
int or None