Gets the description 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 GetComponentDescription(
	int index
)
Visual Basic
Public Overridable Function GetComponentDescription ( _
	index As Integer _
) As String
Visual C++
public:
virtual String^ GetComponentDescription(
	int index
)

Parameters

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

Return Value

A string representing the component's description.

See Also