C#
VB
C++
Java
Public Function FindByIndex( _
ByVal index As Integer _
) As DicomVR
public DicomVr findByIndex(int index)
index
An index into the Value Representation Table. This index is zero-based.
DicomVR class that contains the item located at the specified index in the Value Representation Table.
For an example, refer to Reset.