LDicomNet::GetClient
#include "ltdic.h"
LDicomNet LDicomNet::GetClient(nIndex)
L_UINT nIndex; |
/* index of the SCU to get */ |
Returns the DICOM Network object of the SCU at the specified index. This function is available in the Medical Suite Toolkit.
Parameter |
Description |
nIndex |
Index of the SCU to retrieve. The maximum number of SCUs allowed is set in LDicomNet::Listen. This index is zero based. |
Returns
The DICOM Network object of the SCU at the specified index.
Comments
This function is only valid when called by an SCP. If this function is called by an SCU, it will return NULL.
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: |
|
Topics: |
Example
For an example, refer to LDicomNet::Close.