SetConvertValue method (ILEADDicomDS)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

short SetConvertValue (L_VOID);

Overview

Refer to Working with Data Sets.

Remarks

Sets the value(s) in the CurrentElement from strings.

Before calling this method, set the StringValueCount property to the number of values you wish to set, and then fill the StringValues property with the desired value(s). The string values that you set, will be automatically converted to the appropirate VR for the current element.

See Also

Elements:

GetConvertValue method