←Select platform

IsAssociated Method (DicomNet)

Summary

Determines whether the connection has been associated.

Syntax

C#
VB
WinRT C#
C++
public bool IsAssociated() 
Public Function IsAssociated() As Boolean 
public bool IsAssociated() 
 function Leadtools.Dicom.Networking.DicomNet.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly