pynetdicom.sop_class.uid_to_sop_class¶
-
pynetdicom.sop_class.
uid_to_sop_class
(uid)[source]¶ Return the
SOPClass
object corresponding to uid.- Parameters
uid (pydicom.uid.UID) – Return the corresponding object for this UID.
- Returns
The SOP class corresponding to uid.
- Return type
sop_class.SOPClass subclass
- Raises
NotImplementedError – If the SOP Class corresponding to the given UID has not been implemented.