PrintJobSOPInstanceUID property (ILFilmBox Interface)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

BSTR PrintJobSOPInstanceUID

Overview

Refer to Print Management SCU.

Remarks

(Read-only) The PrintJobSOPInstanceUID property specifies the SOP Instance UID of the Print Job SOP Instance resulted from the last successful request sent to the Print SCP to print the Film Box.

The property specifies an empty string if no Print Job was created by the Print SCP for the last request sent to print the Film Box.

The PrintBox method requests the Print SCP to print the current Film Box. 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 PrintJobSOPInstanceUID property specifies 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 GetInfo method of the ILPrintJob interface). Also, it is used to identify the Print Job when status reports are received from the Print SCP (refer to the OnPrintJobReport event).

See Also

Elements:

PrintBox method, OnPrintJobReport event, GetInfo method (ILPrintJob interface), PrintJobSOPInstanceUID property (ILFilmSession interface), PrintJobSOPInstanceUID property (ILPullPrintRequest interface)

Topics:

DICOM Print Management SCU: Print Jobs