| 
   Available in LEADTOOLS Medical Imaging toolkits.  | 
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  | 
$See Also
| 
 Functions:  | 
 LDicomDS::SetDateTimeRangeValue, LDicomDS::GetDateTimeValue, LDicomDS::SetDateTimeValue  | 
| 
 Topics:  | 
|
| 
 
  | 
 How to Disable the Automatic Loading of the default DICOM IOD Table  | 
Example
For an example, refer to LDicomDS::GetDateRangeValue.