PrintJobSOPInstanceUID property (ILFilmSession 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 Session.

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

The PrintSession method requests the Print SCP to print the current Film Session. 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:

PrintSession method, OnPrintJobReport event, GetInfo method (ILPrintJob interface), PrintJobSOPInstanceUID property (ILFilmBox interface), PrintJobSOPInstanceUID property (ILPullPrintRequest interface)

Topics:

DICOM Print Management SCU: Print Jobs