SendNDeleteRequest method (ILEADDicomNet)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

short SendNDeleteRequest ( long hNet, short nPresentationID, short nMessageID, BSTR pszClass, BSTR pszInstance);

Overview

Refer to Working with DICOM Network Connections.

Remarks

(Medical Imaging Suite only) Sends an N-DELETE-REQ message to a peer member of a connection.

Calling this method generates a NetReceiveNDeleteRequest event on the SCP. The SCP should respond by calling the SendNDeleteResponse method which will generate a NetReceiveNDeleteResponse event.

This method requests that the SCP delete the specified SOP Instance.

See Also

Elements:

SendNDeleteResponse method, NetReceiveNDeleteRequest event, NetReceiveNDeleteResponse event

Topics:

DICOM Network Connection: Sending Data Messages