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(
	string val
)
Visual Basic
Public Overridable Sub SetValue ( _
	val As String _
)
Visual C++
public:
virtual void SetValue(
	String^ val
)

Parameters

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

See Also