#include "Ltdic.h"
L_LTDIC_API L_INT16 L_DicomGetTimeRangeValue(hDS, pElement, nIndex, pValue)
HDICOMDS hDS; |
a DICOM handle |
pDICOMELEMENT pElement; |
pointer to a DICOMELEMENT structure |
L_UINT32 nIndex; |
index used when multiple values are stored |
pVALUETIMERANGE pValue; |
pointer to a VALUETIMERANGE structure to be filled |
Fills a VALUETIMERANGE structure with Time Range information stored in the Value Field of the specified element.
Parameter |
Description |
hDS |
A DICOM handle. |
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 the VALUETIMERANGE structure to be filled. For more information, see VALUETIMERANGE structure. |
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 Time Range values, and you are only interested in retrieving the last two Time Range values, set nIndex to 1 and nCount to 2. This tells the function to retrieve the 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_TM. For more information about Value Representations, refer to Default Value Representation Table.
Required DLLs and Libraries
For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application |
Win32, x64, Linux.
Functions: |
L_DicomSetDateTimeRangeValue, L_DicomSetTimeRangeValue, L_DicomSetDateRangeValue, L_DicomGetDateRangeValue, L_DicomGetDateTimeRangeValue, L_DicomSetStringValue2 |
Topics: |
For an example, refer to L_DicomGetDateRangeValue.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET