C#
Objective-C
C++/CLI
public bool IsAssociated()
@property (nonatomic, assign, readonly) BOOL isAssociated;
public:
bool IsAssociated();
true if the connection has been associated; otherwise, false.
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.