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.
repeater_has_keyword
Return True if keyword is in the DICOM repeaters data dictionary.
True
keyword (str) – The keyword to check.
True if the keyword corresponding to an element present in the official DICOM repeaters data dictionary, False otherwise.
False
bool