pydicom.datadict.repeater_has_keyword¶
-
pydicom.datadict.
repeater_has_keyword
(keyword)¶ Return
True
if keyword is in the DICOM repeaters data dictionary.Parameters: keyword (str) – The keyword to check. Returns: True
if the keyword corresponding to an element present in the official DICOM repeaters data dictionary,False
otherwise.Return type: bool