Delete method (ILPresentationLUT Interface)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

short Delete(BSTR pszSOPInstanceUID);

Overview

Refer to Print Management SCU.

Remarks

The Delete method requests the Print SCP to delete the specified Presentation LUT SOP Instance.

The Presentation LUT specified (by the SOP Instance UID) must be an existing one. Refer to the Create method for creating Presentation LUTs.

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 specified Presentation LUT was deleted successfully, with either a Success or Warning status code in the response of the Print SCP.

Once a Presentation LUT is deleted, it cannot be referenced by Film Boxes and Image Boxes.

See Also

Elements:

Create method, GetSOPInstanceUID method, LastOperationStatus property

Topics:

DICOM Print Management SCU: Basic Print Management