←Select platform

FindByIndex Method

Summary
Returns DicomUid class that contains the item located at the specified index in the UID Table.
Syntax
C#
VB
C++
Java
public DicomUid FindByIndex( 
   int index 
) 
Public Function FindByIndex( _ 
   ByVal index As Integer _ 
) As DicomUid 
public DicomUid findByIndex(int index) 
public: 
DicomUid^ FindByIndex(  
   int index 
)  

Parameters

index
An index into the UID Table. This index is zero-based.

Return Value

DicomUid class that contains the item located at the specified index in the UID Table.

Example

For an example, refer to Reset.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly

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