Sets the value of this field. If this field has more than one component, this method sets the value of the first component.

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

Syntax

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

Parameters

val
Type: System..::..Int32
The value to set.

See Also