Tells whether a component is mandatory.

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

Syntax

C#
public virtual bool IsComponentMandatory(
	int index
)
Visual Basic
Public Overridable Function IsComponentMandatory ( _
	index As Integer _
) As Boolean
Visual C++
public:
virtual bool IsComponentMandatory(
	int index
)

Parameters

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

Return Value

true if the specified component is mandatory.

See Also