pydicom.datadict.repeater_has_keyword¶
- pydicom.datadict.repeater_has_keyword(keyword: str) bool[source]¶
Return
Trueif keyword is in the DICOM repeaters data dictionary.- Parameters:
keyword (str) – The keyword to check.
- Returns:
Trueif the keyword corresponding to an element present in the official DICOM repeaters data dictionary,Falseotherwise.- Return type:
bool