pydicom.datadict.private_dictionary_description#
- pydicom.datadict.private_dictionary_description(tag: int | str | tuple[int, int] | BaseTag, private_creator: str) str[source]#
- Return the description of the private element corresponding to tag. - Parameters:
- Returns:
- The description of the corresponding element. 
- Return type:
- Raises:
- KeyError – If the tag is not present in the private dictionary, or if the private creator is not valid. 
 
