pydicom.datadict.get_private_entry¶
- pydicom.datadict.get_private_entry(tag: 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:
- Raises:
KeyError – If the tag or private creator is not present in the private dictionary.
See also
get_entry
Return an entry from the DICOM data dictionary.