Called when a Print Job status report is received from the Print SCP.
public virtual void OnPrintJobReport(
string printJobInstanceUid,
int eventTypeID,
Leadtools.Dicom.DicomPrintJobReportInformation reportInformation
)
Public Overridable Sub OnPrintJobReport( _
ByVal printJobInstanceUid As String, _
ByVal eventTypeID As Integer, _
ByVal reportInformation As Leadtools.Dicom.DicomPrintJobReportInformation _
)
public:
virtual void OnPrintJobReport(
String^ printJobInstanceUid,
int eventTypeID,
Leadtools.Dicom.DicomPrintJobReportInformation^ reportInformation
)
printJobInstanceUid
The SOP Instance UID of the Print Job SOP Instance for which the status report was sent.
eventTypeID
Specifies the Event Type ID which indicates the status of the Print Job. Possible values are:
Value | Meaning |
---|---|
1 | Event Type Name = Pending. |
2 | Event Type Name = Printing. |
3 | Event Type Name = Done. |
4 | Event Type Name = Failure. |
reportInformation
A DicomPrintJobReportInformation object that specifies Print Job information. This can be a null reference (Nothing in VB).
This callback method is called whenever the Print SCU receives a report from the Print SCP about the changes in the status of a Print Job. The intended Print Job is specified by its SOP Instance UID. If the Print Job SOP Class is supported on the Association, this method is expected to be called. Otherwise, it will never be called. If the status of the Print Job is Pending or Failure, the Print SCP is supposed to supply additional information about the pending/error condition in the Attribute Execution Status Info (the property ExecutionStatusInfo of the DicomPrintJobReportInformation class).
The implementation of the DicomPrintScu class for this method simply does nothing. In order to make use of this callback method, you should create a new class derived from the DicomPrintScu class and override the method providing the desired implementation.
For an example, refer to Associate.
Products |
Support |
Feedback: OnPrintJobReport Method - Leadtools.Dicom |
Introduction |
Help Version 19.0.2017.6.16
|
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
Your email has been sent to support! Someone should be in touch! If your matter is urgent please come back into chat.
Chat Hours:
Monday - Friday, 8:30am to 6pm ET
Thank you for your feedback!
Please fill out the form again to start a new chat.
All agents are currently offline.
Chat Hours:
Monday - Friday
8:30AM - 6PM EST
To contact us please fill out this form and we will contact you via email.