PrintBox method (ILFilmBox Interface)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

short PrintBox();

Overview

Refer to Print Management SCU.

Remarks

The PrintBox method requests the Print SCP to print the current Film Box.

There must be a Film Box currently created before using this method.

The method will not return until it receives the response of the Print SCP or an error occurs. The status code specified in the response of the Print SCP is given by the LastOperationStatus property. When the return value of the method is 0, then this means that the Film Box was printed successfully, with either a Success or Warning status code in the response of the Print SCP.

This method requests the Print SCP to print only the current Film Box. The PrintSession method of the ILFilmSession interface can be used to print all the Film Boxes that belong to the current Film Session.

See Also

Elements:

Create method, LastOperationStatus property, PrintSession method (ILFilmSession interface)

Topics:

DICOM Print Management SCU: Basic Print Management