Sets the value of a component of this field.

Namespace:  Mergecom.HL7
Assembly:  Mergecom.HL7 (in Mergecom.HL7.dll) Version: 4.2.0.0

Syntax

C#
public virtual void SetValue(
	int index,
	double val
)
Visual Basic (Declaration)
Public Overridable Sub SetValue ( _
	index As Integer, _
	val As Double _
)
Visual C++
public:
virtual void SetValue(
	int index, 
	double val
)

Parameters

index
Type: System..::.Int32
The one based index of the component to set.
val
Type: System..::.Double
The value to set.

See Also