| 
   Available in LEADTOOLS Medical Imaging toolkits.  | 
#include "Ltdic.h"
static pDICOMVR LDicomVR::FindIndex(nIndex)
| 
 L_UINT32 nIndex;  | 
 /* an index into the Value Representation Table */  | 
Returns a pointer to a structure that contains the item located at the specified index in the Value Representation Table.
| 
 Parameter  | 
 Description  | 
| 
 nIndex  | 
 An index into the Value Representation Table. This index is zero-based.  | 
Returns
| 
 !NULL  | 
 A pointer to a DICOMVR structure that contains the item located at the specified index in the Value Representation Table.  | 
| 
 NULL  | 
 There is not an item at the specified index.  | 
Required DLLs and Libraries
| 
 LTDIC For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application  | 
Win32, x64
See Also
| 
 Functions:  | 
|
| 
 Topics:  | 
Example
For an example, refer to LDicomVR::GetCount.