#include "Ltdic.h"
L_LTDIC_API pDICOMVR L_DicomFindVR(nCode)
Returns a pointer to a structure that contains the item with the specified value representation code.
A value representation code. A pointer to the item in the Value Representation Table that has this value representation code will be returned.
Value | Meaning |
---|---|
!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
Win32, x64, Linux.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document