Leadtools.Dicom Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
IsAssociated Method
See Also 
Leadtools.Dicom Namespace > DicomNet Class : IsAssociated Method



Determines whether the connection has been associated.

Syntax

Visual Basic (Declaration) 
Public Function IsAssociated() As Boolean
Visual Basic (Usage)Copy Code
Dim instance As DicomNet
Dim value As Boolean
 
value = instance.IsAssociated()
C# 
public bool IsAssociated()
C++/CLI 
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: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

Leadtools.Dicom requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features