pydicom.datadict.get_private_entry¶
-
pydicom.datadict.get_private_entry(tag: Union[int, str, Tuple[int, int], BaseTag], private_creator: str) → Tuple[str, str, str, str][source]¶ Return an entry from the private dictionary corresponding to tag.
- Parameters
- Returns
The (VR, VM, name, is_retired) from the private dictionary.
- Return type
tuple of str
- Raises
KeyError – If the tag or private creator is not present in the private dictionary.
See also
get_entryReturn an entry from the DICOM data dictionary.