Sets the signed 64-bit value(s) of a Data Element.
#include "ltdic.h"
L_LTDIC_API L_BOOL L_DicomSetLong64Value(hDS, pElement, pValue, nCount)
A DICOM handle.
Pointer to a DICOMELEMENT structure within the Data Set.
Pointer to a L_INT64 that contains the signed 64-bit value(s) to set. If you want to set multiple values in the Value Field, put all values in pValue
and set nCount
to the appropriate number of values.
Value that indicates the number of values to set in the Value Field. If you want to set multiple values in the Value Field, put all the values in pValue
and set nCount
to the appropriate number.
Value | Meaning |
---|---|
TRUE | The L_INT64 value(s) were set successfully. |
FALSE | Could not set the L_INT64 value(s) of the Data Element. |
Note You must allocate the memory for
pValue
.
If you want to set more than one value in the Value Field of the Data Element, put all the values in an array of signed 64-bit values, set pValue
to the address of the array, and set nCount
to the corresponding number of entries. For example, if you wish to set three L_INT64 values in the Value Field of the Data Element, create an array containing the three L_INT64 values, set pValue
to the address of the array, and set nCount
to three.
If more than one value is stored in the Value Field of the Data Element, you must set all values at the same time.
This function can be called only if the Value Representation of the Data Element is VR_IS, VR_OV, VR_SV, or VR_UV. For more information about Value Representations, refer to Default Value Representation Table.
Win32, x64
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