LDicomNet::IsConnected
#include "ltdic.h"
L_BOOL LDicomNet::IsConnected(L_VOID)
Indicates whether a connection has been established. This function is available in the Medical Suite Toolkit.
Returns
TRUE |
A connection has been established. |
FALSE |
A connection has not been established. |
Comments
A connection is created by an SCU calling LDicomNet::Connect and the SCP responding by calling LDicomNet::Accept. If this has occurred successfully, this function will return TRUE. Otherwise, it will return FALSE.
For more information on creating a connection, refer to Creating a DICOM Network Connection.
Required DLLs and Libraries
LTDIC For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application |
See Also
Functions: |
LDicomNet::Connect, LDicomNet::Accept, LDicomNet::LDicomNet, LDicomNet::StartUp |
Topics: |
|
|
|
|
Example
For an example, refer to LDicomNet::IsActivated.