SetLongValue method (ILEADDicomDS)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

short SetLongValue ( long lCount );

Overview

Refer to Working with Data Sets.

Remarks

Sets the specified number of long values from the LongValues property into the item specified by the CurrentElement property.

Before calling this method, set the LongValueCount property to the number of values you wish to set, and then fill the LongValues property with the desired values.

If more than one value is stored in the Value Field of the Data Element, you must set all values at the same time.

If lCount is less than 0 or greater than the LongValueCount property, an error is returned.

This method overwrites the values associated with the item specified by the CurrentElement property.

This function can be called only if the Value Representation of the Data Element is VR_AT, VR_IS, VR_SL, or VR_UL. For more information about Value Representations, refer to Default Value Representation Table.

See Also

Elements:

SetBinaryValue method, SetShortValue method, SetFloatValue method, SetDoubleValue method, SetDateValue method, SetStringValue method, SetAgeValue method, SetDateTimeValue method, SetTimeValue method, SetCharValue method

Topics:

Data Sets: Getting and Setting Data Element Values