pynetdicom.sop_class.uid_to_sop_class

pynetdicom.sop_class.uid_to_sop_class(uid)

Return the SOPClass object corresponding to uid.

Parameters:uid (pydicom.uid.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.