AddStoredPrintItem method (ILPullPrintRequest Interface)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

short AddStoredPrintItem(BSTR RetrieveAETitle, BSTR ReferencedSOPInstanceUID, BSTR StudyInstanceUID, BSTR SeriesInstanceUID, BSTR PatientID);

Overview

Refer to Print Management SCU.

Remarks

The AddStoredPrintItem method specifies a Stored Print Storage SOP Instance to be referenced by the Pull Print Request SOP Instance that will be created using the Create method.

The method can be used repeatedly to add information about as many Stored Print Storage SOP Instances as required. When the Create method is then called, the Pull Print Request SOP Instance will be created such that it references the specified Instances.

Except for the PatientID parameter, if any parameter was set to NULL or if the parameter specified an empty string when the AddStoredPrintItem method was called to add a Stored Print Item, the Create method will return an error.

Use the RemoveAllStoredPrintItems method to remove all the Stored Print Items that were previously added.

See Also

Elements:

Create method, RemoveAllStoredPrintItems method

Topics:

DICOM Print Management SCU: Pull Stored Print Management