LDicomDS::GetTimeRangeValue

#include "Ltdic.h"

L_INT16 LDicomDS::GetTimeRangeValue(pElement, nIndex, pValue)

Fills the VALUETIMERANGE structure, with the time range information stored in the Value Field of the specified element.

Parameters

pDICOMELEMENT pElement

Pointer to a DICOMELEMENT structure within the Data Set.

L_UINT32 nIndex

Index value that indicates which value to retrieve when more than one value is stored in the Value Field. The index is zero-based.

pVALUETIMERANGE pValue

Pointer to a VALUETIMERANGE structure that will be filled with the time range value.

Returns

Value Meaning
0 SUCCESS
>0 An error occurred. Refer to Return Codes.

Comments

This function can be called only if the Value Representation of the Data Element is VR_TM. For more information about Value Representations, refer to Default Value Representation Table.

Required DLLs and Libraries

Platforms

Win32, x64

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

LEADTOOLS DICOM C++ Class Library Help