←Select platform

IsAssociated Method

Summary
Determines whether the connection has been associated.
Syntax
C#
VB
C++
public bool IsAssociated() 
Public Function IsAssociated() As Boolean 
public: 
bool IsAssociated();  

Return Value

true if the connection has been associated; otherwise, false.

Remarks

A connection has been associated if the SCP of the connection has called SendAssociateAccept and the OnReceiveAssociateAccept was generated on the SCU of the connection. If this exchange has occurred, this method will return true. Otherwise, it will return false. For more information on creating an associated connection, refer to Creating a DICOM Associate Connection.

Requirements

Target Platforms

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

Leadtools.Dicom Assembly

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