pydicom.datadict.repeater_has_tag¶
- pydicom.datadict.repeater_has_tag(tag: int) bool[source]¶
Return
Trueif tag is in the DICOM repeaters data dictionary.- Parameters:
tag (int) – The tag to check.
- Returns:
Trueif the tag is a non-private element tag present in the official DICOM repeaters data dictionary,Falseotherwise.- Return type:
bool