Close method (ILEADDicomNet)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

void Close (long hNet);

Overview

Refer to Working with DICOM Network Connections.

Remarks

(Medical Imaging Suite only) Closes the connection between an associated SCU and SCP.

Calling this method generates a NetClose event . The NetClose event is useful to both SCUs and SCPs.

Calling Close closes the connection between an associated SCU and SCP. The Network connection itself is not shutdown until the ShutDown method is called.

See Also

Elements:

Accept method, Connect method, NetClose event

Topics:

DICOM Network Connection: Closing a Network Connection