C#
Objective-C
C++
public bool IsConnected()
@property (nonatomic, assign, readonly) BOOL isConnected;
public:
bool IsConnected();
true if a connection has been established; otherwise, false.
A connection is created by an SCU calling Connect and the SCP responding by calling Accept. If this has occurred successfully, this method will return true. Otherwise, it will return false. For more information on creating a connection, refer to Creating a DICOM Network Connection.
For an example, refer to SendAssociateRequest.