GetAssociate method (ILEADDicomNet)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

long GetAssociate (long hNet);

Overview

Refer to Working with DICOM Network Connections.

Remarks

(Medical Imaging Suite only) Returns the DICOM Associate handle for the specified DICOM Network handle.

A DICOM Association must be established between an SCU and an SCP before any DICOM messages or data can be transmitted between them. For more information on creating a DICOM Association, refer to Creating a DICOM Association.

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

See Also

Topics:

DICOM Network Connection: DICOM Associate Connection Messages

 

DICOM Network Connection: Getting Information About a Network Connection