←Select platform

GetClient Method

Summary
Returns the DICOM Network object of the SCU at the specified index.
Syntax
C#
Objective-C
C++/CLI
public DicomNet GetClient( 
   int index 
) 
- (nullable LTDicomNet *)clientAtIndex:(NSUInteger)index; 
public: 
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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.