Gets the maximum number of characters for a component in this field.

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

Syntax

C#
public virtual int GetComponentLength(
	int index
)
Visual Basic (Declaration)
Public Overridable Function GetComponentLength ( _
	index As Integer _
) As Integer
Visual C++
public:
virtual int GetComponentLength(
	int index
)

Parameters

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

Return Value

The maximum length of the component as defined by HL7.

See Also