pydicom.datadict.repeater_has_tag#

pydicom.datadict.repeater_has_tag(tag: int) bool[source]#

Return True if tag is in the DICOM repeaters data dictionary.

Parameters:

tag (int) – The tag to check.

Returns:

True if the tag is a non-private element tag present in the official DICOM repeaters data dictionary, False otherwise.

Return type:

bool