Tells whether a component is mandatory.
Namespace:
Mergecom.HL7Assembly: Mergecom.HL7 (in Mergecom.HL7.dll) Version: 4.2.0.0
Syntax
| C# |
|---|
public virtual bool IsComponentMandatory( int index ) |
| Visual Basic (Declaration) |
|---|
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.
