#include "Ltdic.h"
L_LTDIC_API pDICOMVR L_DicomGetNextVR(pVR)
Returns a pointer to the item in the Value Representation Table that immediately follows the specified item.
Pointer to a DICOMVR structure that contains an item in the Value Representation Table. A pointer to the item in the table that immediately follows this item will be returned.
Value | Meaning |
---|---|
!NULL | A pointer to a DICOMVR structure that contains the item in the Value Representation Table that immediately follows the item specified in pVR. |
NULL | There is not an item following pVR. (pVR is the last item in the table.) |
The following functions will also help you navigate the Value Representation Table:
To determine the number of entries in the Value Representation Table, use L_DicomGetCountVR.
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