←Select platform

GetClient Method

Summary

Returns the DICOM Network object of the SCU at the specified index.

Syntax

C#
VB
C++
public DicomNet GetClient( 
   int index 
) 
Public Function GetClient( _ 
   ByVal index As Integer _ 
) As Leadtools.Dicom.DicomNet 
public: 
Leadtools.Dicom.DicomNet^ GetClient(  
   int index 
)  

Parameters

index
Index of the SCU to retrieve. The maximum number of SCUs allowed is set in Listen. This index is zero-based.

Return Value

The DicomNet object of the SCU at the specified index.

Remarks

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 VB).

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly