L_DicomFindFirstPrivateElement

Summary

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

Syntax

#include " Ltdic.h "

L_LTDIC_API pDICOMELEMENT EXT_FUNCTION L_DicomFindFirstPrivateElement(hDS, pPrivateCreatorDataElement)

Parameters

HDICOMDS hDS

A DICOM handle.

pDICOMELEMENT pPrivateCreatorDataElement

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

Returns

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.

Comments

Use this function along with the L_DicomFindNextPrivateElement function 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 the L_DicomCreatePrivateCreatorDataElement function.

The search for private elements is on the same level as the element pointed to by argument pPrivateCreatorDataElement.

Required DLLs and Libraries

Platforms

Win32, x64, Linux.

See Also

Functions

Topics

Example

For an example, refer to L_DicomFindFirstPrivateCreatorDataElement.

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS DICOM C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.