IsConnected method (ILEADDicomNet)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

BOOL IsConnected (long hNet);

Overview

Refer to Working with DICOM Network Connections.

Remarks

(Medical Imaging Suite only) Indicates whether a connection has been established.

A connection is created by an SCU calling the Connect method and the SCP responding by calling the Accept method. If this has occurred successfully, this function will return TRUE. Otherwise, it will return FALSE.

For more information on creating a connection, refer to Creating a DICOM Network Connection.

Note that when the control is acting as a server, the connection is always considered Activated, Connected and Not Associated.

See Also

Elements:

Connect method, Accept method, StartUp method

Topics:

Creating a DICOM Network Connection

 

Creating a DICOM Associate Connection

 

DICOM Network Connection: Getting Information About a Network Connection