L_DicomGetCountValue

Summary

Returns the number of values stored in the Value Field of the specified element.

Syntax

#include "Ltdic.h"

L_LTDIC_API L_UINT32 L_DicomGetCountValue(hDS, pElement)

Parameters

HDICOMDS hDS

A DICOM handle.

pDICOMELEMENT pElement

Pointer to a DICOMELEMENT structure within the Data Set.

Returns

The number of values stored in the Value Field of the specified element.

Comments

For more information on retrieving multiple values from the Value Field, refer to the L_DicomGetxxxValue functions.

To minimize memory use in your application, you can free the memory allocated for this function to return the value by calling L_DicomFreeValue following the call to this function.

Required DLLs and Libraries

Platforms

Win32, x64, Linux.

See Also

Functions

Topics

Example

For an example, refer to L_DicomGetCharValue.

Help Version 22.0.2022.12.7
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 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.