#include " Ltdic.h "
pDICOMELEMENT LDicomDS::FindNextPrivateElement(pElement, pPrivateCreatorDataElement)
Returns the next existing private element that is reserved by pPrivateCreatorDataElement. This feature is available in version 16 or higher.
Pointer to a DICOMELEMENT structure within the data set.
Pointer to a DICOMELEMENT structure within the data set that is a Private Creator Data Element
Value | Meaning |
---|---|
!NULL | A pointer to a DICOMELEMENT structure that contains the first Private Element reserved by pPrivateCreatorDataElement. |
NULL | A Private Element was not found. |
Use this function after calling LDicomDS::FindFirstPrivateElement to find any or all the private elements reserved by pPrivateCreatorDataElement. For more information on how Private Creator Data Elements are used to reserve private elements, see the documentation for LDicomDS::CreatePrivateCreatorDataElement.
The search for private elements is on the same level as the element pointed to by argument pPrivateCreatorDataElement. For the argument pElement, pass the value returned by LDicomDS::FindFirstPrivateElement or the value returned by LDicomDS::FindNextPrivateElement.
Required DLLs and Libraries
Win32, x64
For an example, refer to LDicomDS::FindFirstPrivateCreatorDataElement.
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