#include "ltdic.h"
L_BOOL LDicomNet::IsAssociated(L_VOID)
Indicates whether the connection has been associated. This function is available in the PACS Imaging Toolkit.
Value | Meaning |
---|---|
TRUE | The connection has been associated. |
FALSE | The connection has not been associated. |
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
Win32, x64
For an example, refer to LDicomNet::IsActivated.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document