Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.10.23
LEADTOOLS DICOM C++ Class Library Help

LDicomDS::SetDateTimeRangeValue

Show in webframe

#include "Ltdic.h"

L_BOOL LDicomDS::SetDateTimeRangeValue(pElement, pValue, nCount)

pDICOMELEMENT pElement;

/* pointer to a DICOMELEMENT structure */

pVALUEDATETIMERANGE pValue;

/* pointer to a VALUEDATETIMERANGE structure */

L_UINT32 nCount;

/* number of values to set */

Sets the Date-Time Range value(s) of a Data Element.

Parameter

Description

pElement

Pointer to a DICOMELEMENT structure within the Data Set.

pValue

Pointer to a VALUEDATETIMERANGE structure that contains the Date-Time Range value(s) to set. If you want to set multiple values in the Value Field, put all Date-Time Range values in pValue and set nCount to the appropriate number of values.

nCount

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 Date-Time Range values in pValue and set nCount to the appropriate number.

Returns

TRUE

The Date-Time Range value(s) were set successfully.

FALSE

Could not set the Date-Time Range value(s) of the Data Element.

Comments

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 Date-Time Range values in an array of VALUEDATETIMERANGE structures, 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 Date-Time Range values in the Value Field of the Data Element, create an array of VALUEDATETIMERANGE structures containing the three Date-Time Range 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_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

See Also

Functions:

LDicomDS::GetDateTimeValue, LDicomDS::SetDateTimeValue, LDicomDS::SetDateRangeValue, LDicomDS::SetDateValue, LDicomDS::SetTimeRangeValue, LDicomDS::SetTimeValue, LDicomDS::SetDateRangeValue, LDicomDS::SetTimeValue

Topics:

Working with Data Sets

 

How to Disable the Automatic Loading of the default DICOM IOD Table

Example

For an example, refer to LDicomDS::GetDateRangeValue

Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.