pydicom.datadict.private_dictionary_VR¶
- pydicom.datadict.private_dictionary_VR(tag: Union[int, str, Tuple[int, int], BaseTag], private_creator: str) str[source]¶
Return the VR of the private element corresponding to tag.
- Parameters
- Returns
The VR of the corresponding element.
- Return type
- Raises
KeyError – If the tag is not present in the private dictionary.