Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.10.23
LEADTOOLS DICOM C++ Class Library Help

LDicomNet::IsAssociated

Show in webframe

#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.

Returns

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

LTDIC

For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application

Platforms

Win32, x64

See Also

Functions:

LDicomNet::SendAssociateAccept, LDicomNet::OnReceiveAssociateAccept, LDicomAssociate::LDicomAssociate, LDicomNet::LDicomNet, LDicomNet::StartUp, LDicomNet::SendAssociateRequest

Topics:

Working with DICOM Network Connections

 

Creating a DICOM Network Connection

 

Creating an DICOM Associate Connection

Example

For an example, refer to LDicomNet::IsActivated.

Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.