OnPrinterReport event (_ILEADDicomPrintSCUEvents dispinterface)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

void OnPrinterReport(short EventTypeID, BSTR PrinterStatusInfo, BSTR FilmDestination, BSTR PrinterName);

Overview

Refer to Print Management SCU.

Remarks

The OnPrinterReport event is fired when a printer 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 of the printer status. If any of the three Meta SOP Classes (the Basic Grayscale Print Management Meta SOP Class, the Basic Color Print Management Meta SOP Class, or the Pull Stored Print Management Meta SOP Class) is supported on the Association, the Printer SOP Class is also supported and hence the event is expected to be fired; if none of the three Meta SOP Classes is supported, the event will never be fired.

In warning and failure conditions, the Print SCP is supposed to supply additional information about the printer status in the Attribute Printer Status Info (the PrinterStatusInfo parameter).

See Also

Elements:

GetInfo method (ILPrinter interface), Get method

Topics:

DICOM Print Management SCU: Printer