#include "Ltdic.h"
static pDICOMTAG LDicomTag::GetNext(pTag)
Returns a pointer to the item in the Data Element Tag Table that immediately follows 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 follows 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 follows the item specified in pTag. |
NULL | There is not an item following pTag. (pTag is the last 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, call LDicomTag::GetCount.
Required DLLs and Libraries
Win32, x64
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