LDicomDS::GetDateTimeRangeValue

#include "Ltdic.h"

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

pDICOMELEMENT pElement;

pointer to a DICOMELEMENT structure

L_UINT32 nIndex;

index used when multiple values are stored

pVALUEDATETIMERANGE pValue;

 pointer to a VALUEDATETIMERANGE structure 

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

Parameter

Description

pElement

Pointer to a DICOMELEMENT structure within the Data Set.

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.

pValue

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

Returns

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_DT. For more information about Value Representations, refer to Default Value Representation Table.

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
LEADTOOLS DICOM C++ Class Library Help