- index
- Index of the SCU to retrieve. The maximum number of SCUs allowed is set in Leadtools.Dicom.DicomNet.Listen. This index is zero-based.
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DicomNet Dim index As Integer Dim value As DicomNet value = instance.GetClient(index) |
Parameters
- index
- Index of the SCU to retrieve. The maximum number of SCUs allowed is set in Leadtools.Dicom.DicomNet.Listen. This index is zero-based.
Return Value
The DicomNet object of the SCU at the specified index.This method is only valid when it is called by a SCP. If the method is called by a SCU, it will return a null reference (Nothing in Visual Basic).
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)