Gets the HL7 data type of a component in this field.

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

Syntax

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

Parameters

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

Return Value

A string representing the component's data type.

See Also