#include "Ltdic.h"
pDICOMELEMENT LDicomDS::FindNextPrivateCreatorDataElement(pElement, bTree, pszIdCode,uElementGroup)
Returns the next Private Creator Data Element that matches the search constraints. This feature is available in version 16 or higher.
Pointer to a DICOMELEMENT structure within the Data Set. The search for Private Creator Data Elements will be at the same level as pElement.
Flag that indicates how the Data Set will be evaluated. Possible values are:
Value | Meaning |
---|---|
TRUE | Evaluate the Data Set as a tree. |
FALSE | Evaluate the Data Set as a list. |
Pointer to a string that uniquely identifies the Private Creator Data Element.
Value | Meaning |
---|---|
NULL | Search includes Private Creator Data Elements with any string value. |
!NULL | Search includes only those Private Creator Data Elements that have a string value that is the same as pszIdCode. |
Group to search within.
Value | Meaning |
---|---|
0 | Search includes Private Creator Data Elements with any group. |
0x0010 to 0x00FF | Search includes only those Private Creator Data Elements in uElementGroup. |
Value | Meaning |
---|---|
!NULL | A pointer to a DICOMELEMENT structure that contains the next Private Creator Data Element that matches the search constraints. |
NULL | An item with the specified search constraints does not exist. |
Use this function after calling LDicomDS::FindFirstPrivateCreatorDataElement to find any or all the Private Creator Data Elements in a DICOM data set.
The search for private creator data elements is on the same level as the element pointed to by argument pElement. For the argument pElement, pass the value returned by LDicomDS::FindFirstPrivateCreatorDataElement or the value returned by LDicomDS::FindNextPrivateCreatorDataElement.
If bTree is TRUE, the data set is searched as a tree. If bTree is FALSE, the data set is searched as a list. For more information on the use of this parameter, see LDicomDS::FindFirstElement.
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