Delete method (ILImageOverlayBox 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 Basic Print Image Overlay Box SOP Instance.

The Image Overlay Box specified (by the SOP Instance UID) must be an exiting one. Refer to the Create method for creating Image Overlay Boxes.

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

Once an Image Overlay Box is deleted, it cannot be referenced by Image Boxes.

See Also

Elements:

Create method, GetSOPInstanceUID method, Update method, LastOperationStatus property

Topics:

DICOM Print Management SCU: Basic Print Management