OnPrintJobReport event (_ILEADDicomPrintSCUEvents dispinterface)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

void OnPrintJobReport(BSTR PrintJobSOPInstanceUID, short EventTypeID, BSTR ExecutionStatusInfo, BSTR PrintJobID, BSTR FilmSessionLabel, BSTR PrinterName);

Overview

Refer to Print Management SCU.

Remarks

The OnPrintJobReport event is fired when a Print Job status report is received from the Print SCP.

The event is fired 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, the event is expected to be fired; otherwise, it will never be fired.

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

See Also

Elements:

PrintJobSOPInstanceUID property (ILFilmSession interface), PrintJobSOPInstanceUID property (ILFilmBox interface), PrintJobSOPInstanceUID property (ILPullPrintRequest interface), GetInfo method (ILPrintJob interface)

Topics:

DICOM Print Management SCU: Print Jobs