IsAssociated method (ILEADDicomNet)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

BOOL IsAssociated (long hNet);

Overview

Refer to Working with DICOM Network Connections.

Remarks

(Medical Imaging Suite only) Indicates whether the specified connection has been associated.

A connection has been associated if the SCP of the connection has called SendAssociateAccept method and the NetReceiveAssociateAccept event was generated on the SCU of the connection. If this exchange has occurred, this function will return TRUE, otherwise it will return FALSE.

For more information on creating an associated connection, refer to Creating a DICOM Association.

See Also

Elements:

SendAssociateAccept method, NetReceiveAssociateAccept event, CreateAssociate method, StartUp method, SendAssociateRequest method

Topics:

Creating a DICOM Network Connection

 

Creating a DICOM Associate Connection

 

DICOM Network Connection: Getting Information About a Network Connection