Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.10.23
LEADTOOLS DICOM C++ Class Library Help

LDicomPrintSCU::GetPrintJobInstanceUID

Show in webframe

#include "ltdic.h"

const L_TCHAR * LDicomPrintSCU::GetPrintJobInstanceUID() const

Returns the SOP Instance UID of the last Print Job SOP Instance.

Returns

The SOP Instance UID of the Print Job SOP Instance resulted from the last successful printing request sent to the Print SCP. If the Print SCP for the last printing request created no Print Job, the function will return an empty string.

Comments

Each of the functions LDicomPrintSCU::PrintFilmSession, LDicomPrintSCU::PrintFilmBox, and LDicomPrintSCU::PrintPullPrintRequestSession requests the Print SCP to print one or more films. 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 function GetPrintJobInstanceUID returns 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 function LDicomPrintSCU::GetPrintJobInfo). Also, it is used to identify the Print Job when status reports are received from the Print SCP (refer to the function LDicomPrintSCU::OnPrintJobReport).

Required DLLs and Libraries

LTDIC

For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application

Platforms

Win32, x64

See Also

Functions:

Class Members, LDicomPrintSCU::PrintFilmSession, LDicomPrintSCU::PrintFilmBox, LDicomPrintSCU::PrintPullPrintRequestSession, LDicomPrintSCU::OnPrintJobReport, LDicomPrintSCU::GetPrintJobInfo

Topics:

Print Management SCU

 

DICOM Print Management Service Class User: Functions

Example

For an example, refer to LDicomPrintSCU::UpdateImageBox.

Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.