#include "Ltdic.h"
L_LTDIC_API pDICOMVR L_DicomFindVR(nCode)
L_UINT16 nCode;  | 
a value representation code  | 
Returns a pointer to a structure that contains the item with the specified value representation code.
Parameter  | 
Description  | 
nCode  | 
A value representation code. A pointer to the item in the Value Representation Table that has this value representation code will be returned.  | 
!NULL  | 
A pointer to a DICOMVR structure that contains the item with the specified value representation code.  | 
NULL  | 
There is not an item with the specified value representation code.  | 
As an example, if you call this function with nCode set to VR_AE, and the Value Representation Table filled with the default values, the DICOMVR structure pointed to by the returned pointer will contain VR_AE, "Application Entity", 16, VR_STRING|VR_MAXIMUM, and 1.
To see the default values for the Value Representation Table, refer to the Default Value Representation Table.
Required DLLs and Libraries
| 
 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, Linux.
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
