LEADTOOLS Medical (Leadtools.Dicom assembly)

GetPrintJobInstanceUid Method

Show in webframe







Returns the SOP Instance UID of the last Print Job SOP Instance.
Syntax
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(); 

Return Value

The SOP Instance UID of the Print Job SOP Instance resulted from the last successful printing request sent to the Print SCP. If no Print Job was created by the Print SCP for the last printing request, the method will return an empty string.
Remarks
Each of the methods PrintFilmSession and PrintFilmBox requests the Print SCP to print one or more films. If the Print Job SOP Class is supported on the Association, the Print SCP is supposed to create a Print Job SOP Instance for the new Print Job and send the SOP Instance UID of that Instance in the response to the printing request. The method GetPrintJobInstanceUid returns that SOP Instance UID.

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).

Example
For an example, refer to Associate(String,Int32,String,String,DicomPrintScuPrintManagementClassFlags).
Requirements

Target Platforms

See Also

Reference

DicomPrintScu Class
DicomPrintScu Members
PrintFilmSession Method
PrintFilmBox Method
OnPrintJobReport Method
GetPrintJobInformation Method

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Dicom requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features