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

Parameters

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

Return Value

A string representing the table number as defined by HL7 or an empty string if a table number is not defined.

See Also