C#
VB
Java
WinRT C#
C++
Returns DicomVR class that contains the item located at the specified index in the Value Representation Table.
Public Function FindByIndex( _
ByVal index As Integer _
) As Leadtools.Dicom.DicomVR
public Leadtools.Dicom.DicomVR FindByIndex(
int index
)
public DicomVr findByIndex(int index)
function Leadtools.Dicom.DicomVRTable.FindByIndex(
index
)
public:
Leadtools.Dicom.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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET