Gets the value of a component in this field. If this field does not have components and the index is 1, this method return the value of the field.

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

Syntax

C#
public virtual string GetValue(
	int index
)
Visual Basic
Public Overridable Function GetValue ( _
	index As Integer _
) As String
Visual C++
public:
virtual String^ GetValue(
	int index
)

Parameters

index
Type: System..::..Int32
The one based index of the component.

Return Value

The value of the requested component.

See Also