SendAssociateAccept method (ILEADDicomNet)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

short SendAssociateAccept (long hNet);

Overview

Refer to Working with DICOM Network Connections.

Remarks

(Medical Imaging Suite only) Sends the current value of the hPDU property as an Associate Accept message to a connection.

If the hPDU property is not an Associate Accept, an error will occur.

The SendAssociateAccept method is called by the SCP in response to a SendAssociateRequest method call placed by an SCU. It establishes the DICOM Association between an SCU and an SCP and generates a NetReceiveAssociateAccept event on the SCU. The SCU and SCP can now transmit DICOM messages and data.

When the DICOM Association is no longer needed, it should be ended. For more information, refer to Closing a DICOM Associate Connection.

See Also

Elements:

NetReceiveAssociateAccept event, CreateAssociate method, SendAssociateRequest method, SendAssociateReject method, SendReleaseRequest method

Topics:

Working with DICOM Associate Connections

 

Creating a DICOM Associate Connection

 

Creating an SCP

 

Diagram of a Basic Client-Server Set-Up

 

Sending Messages

 

DICOM Network Connection: DICOM Associate Connection Messages