Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.10.23
LEADTOOLS DICOM C++ Class Library Help

LDicomDS::FindNextPrivateElement

Show in webframe

#include " Ltdic.h "

pDICOMELEMENT LDicomDS::FindNextPrivateElement(pElement, pPrivateCreatorDataElement)

pDICOMELEMENT pElement;

/* pointer to a DICOMELEMENT structure */

pDICOMELEMENT pPrivateCreatorDataElement;

/* pointer to a DICOMELEMENT structure */

Returns the next existing private element that is reserved by pPrivateCreatorDataElement. This feature is available in version 16 or higher.

Parameter

Description

pElement

Pointer to a DICOMELEMENT structure within the data set.

pPrivateCreatorDataElement

Pointer to a DICOMELEMENT structure within the data set that is a Private Creator Data Element

Returns

!NULL

A pointer to a DICOMELEMENT structure that contains the first Private Element reserved by pPrivateCreatorDataElement.

NULL

A Private Element was not found.

Comments

Use this method 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

LTDIC

For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application.

Platforms

Win32, x64

See Also

Functions:

LDicomDS::CreatePrivateCreatorDataElement, LDicomDS::GetNextUnusedPrivateTag, LDicomDS::FindFirstPrivateCreatorDataElement, LDicomDS::FindNextPrivateCreatorDataElement, LDicomDS::FindFirstPrivateElement, Class Members

Topics:

Working with Data Sets

 

Data Sets: Searching a Data Set

 

How to Disable the Automatic Loading of the default DICOM IOD Table

Example

For an example, refer to LDicomDS::FindFirstPrivateCreatorDataElement

Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.