SendReleaseResponse method (ILEADDicomNet)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

short SendReleaseResponse (long hNet);

Overview

Refer to Working with DICOM Network Connections.

Remarks

(Medical Imaging Suite only) Sends a Release Response message to a connection.

The SendReleaseResponse method is called by the SCP in response to a SendReleaseRequest method call placed by the SCU. It generates a NetReceiveReleaseResponse event on the SCU. The SCU and SCP can now close the DICOM Association by calling the Close method. For more information about ending a DICOM Association, refer to Closing a DICOM Associate Connection.

Please note that ending the DICOM Association by calling the SendReleaseRequest method and the SendReleaseResponse method is preferable to calling the SendAbort method.

See Also

Elements:

SendReleaseRequest method, SendAbort method

Topics:

Working with DICOM Associate Connections

 

Closing a DICOM Associate Connection

 

Creating a DICOM Associate Connection

 

Sending Messages

 

DICOM Network Connection: DICOM Associate Connection Messages