pydicom.datadict.private_dictionary_description

pydicom.datadict.private_dictionary_description(tag: Union[int, str, Tuple[int, int], BaseTag], private_creator: str)str[source]

Return the description of the private element corresponding to tag.

Parameters
  • tag (int) – The tag for the element whose description is being retrieved.

  • private_creator (str) – The name of the private createor.

Returns

The description of the corresponding element.

Return type

str

Raises

KeyError – If the tag is not present in the private dictionary.