#include "Ltdic.h"
L_LTDIC_API pDICOMTAG L_DicomGetPrevTag(pTag)
Returns a pointer to the item in the Data Element Tag Table that immediately precedes the specified item.
Pointer to a DICOMTAG structure that contains an item in the Data Element Tag Table. A pointer to the item in the table that immediately precedes this item will be returned.
Value | Meaning |
---|---|
!NULL | A pointer to a DICOMTAG structure that contains the item in the Data Element Tag Table that immediately precedes the item specified in pTag. |
NULL | There is not an item preceding pTag. (pTag is the first item in the table.) |
The following functions will also help you navigate the Data Element Tag Table:
To determine the number of entries in the Data Element Tag Table, use L_DicomGetCountTag.
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