LDicomNet::IsAssociated

Summary

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

Syntax

#include "ltdic.h"

L_BOOL LDicomNet::IsAssociated(L_VOID)

Returns

Value Meaning
TRUE The connection has been associated.
FALSE The connection has not been associated.

Comments

A connection has been associated if the SCP of the connection has called LDicomNet::SendAssociateAccept and the LDicomNet::OnReceiveAssociateAccept 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 Associate Connection.

Required DLLs and Libraries

Platforms

Win32, x64

See Also

Functions

Topics

Example

For an example, refer to LDicomNet::IsActivated.

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.