Gets the value of this field. If the field has components, this method returns the value of the first component.

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

Syntax

C#
public virtual string GetValue()
Visual Basic (Declaration)
Public Overridable Function GetValue As String
Visual C++
public:
virtual String^ GetValue()

Return Value

The value stored in this field.

See Also