LDicomNet::IsConnected

Summary

Indicates whether a connection has been established. This function is available in the PACS Imaging Toolkit.

Syntax

#include "ltdic.h"

L_BOOL LDicomNet::IsConnected(L_VOID)

Returns

Value Meaning
TRUE A connection has been established.
FALSE A connection has not been established.

Comments

A connection is created by an SCU calling LDicomNet::Connect and the SCP responding by calling LDicomNet::Accept. 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.

Required DLLs and Libraries

Platforms

Win32, x64

See Also

Functions

Topics

Example

For an example, refer to LDicomNet::SendCEchoRequest.

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS DICOM C++ Class Library Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.