Leadtools.Dicom Namespace > DicomPrintScu Class : GetPrintJobInstanceUid Method |
public string GetPrintJobInstanceUid()
'Declaration Public Function GetPrintJobInstanceUid() As String
'Usage Dim instance As DicomPrintScu Dim value As String value = instance.GetPrintJobInstanceUid()
public string GetPrintJobInstanceUid()
function Leadtools.Dicom.DicomPrintScu.GetPrintJobInstanceUid()
public: String^ GetPrintJobInstanceUid();
The SOP Instance UID of a Print Job can be used to query the Print SCP for information about the Print Job (refer to the method GetPrintJobInformation). Also, it is used to identify the Print Job when status reports are received from the Print SCP (refer to the callback method OnPrintJobReport).