←Select platform

FindByIndex Method

Summary

Returns DicomTag class that contains the item located at the specified index in the Data Element Tag Table.

Syntax
C#
VB
C++
Java
public DicomTag FindByIndex( 
   int index 
) 
Public Function FindByIndex( _ 
   ByVal index As Integer _ 
) As DicomTag 
public DicomTag findByIndex(int index) 
public: 
DicomTag^ FindByIndex(  
   int index 
)  

Parameters

index
An index into the Data Element Tag Table. This index is zero-based.

Return Value

DicomTag class that contains the item located at the specified index in the Data Element Tag Table.

Example

For an example, refer to Reset.

Requirements

Target Platforms

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

Leadtools.Dicom Assembly