#include "Ltdic.h"
L_LTDIC_API L_INT16 L_DicomGetDateTimeValue(hDS, pElement, nIndex, pValue)
Fills a VALUEDATETIMERANGE structure with Date-Time Range information stored in the Value Field of the specified element.
A DICOM handle.
Pointer to a DICOMELEMENT structure within the Data Set.
Index value that indicates which value to retrieve when more than one value is stored in the Value Field. The index is zero-based.
Pointer to the VALUEDATETIMERANGE structure to be filled. For more information, see VALUEDATETIMERANGE structure.
Value | Meaning |
---|---|
DICOM_SUCCESS | The function was successful. |
>0 | An error occurred. Refer to Return Codes. |
If you have more than one value stored in the Value Field of the specified Data Element, you can retrieve one or more of those elements. For example, if the Value Field of the specified Data Element contains three Date-Time Range values, and you are only interested in retrieving the last two Date-Time Range values, set nIndex to 1 and nCount to 2. This tells the function to retrieve the Date-Time Range values starting at position 1 (the index is zero based) and retrieve two values. Therefore you would retrieve the values in positions 1 and 2 in the Value Field.
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
Win32, x64, Linux.
For an example, refer to L_DicomGetDateRangeValue.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document