←Select platform

IsAssociated Method

Summary
Determines whether the connection has been associated.
Syntax
C#
Objective-C
C++/CLI
public bool IsAssociated() 
@property (nonatomic, assign, readonly) BOOL isAssociated; 
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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly

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