IsAssociated method (ILEADDicomNet)
Overview |
Refer to Working with DICOM Network Connections. |
Remarks
(Medical Imaging Suite only) Indicates whether the specified connection has been associated.
A connection has been associated if the SCP of the connection has called SendAssociateAccept method and the NetReceiveAssociateAccept event was generated on the SCU of the connection. If this exchange has occurred, this function will return TRUE, otherwise it will return FALSE.
For more information on creating an associated connection, refer to Creating a DICOM Association.
See Also