Sets a component of this field.
Namespace: Mergecom.HL7Assembly: Mergecom.HL7 (in Mergecom.HL7.dll) Version: 4.3.0.0
Syntax
| C# |
|---|
public virtual void SetComponent( int index, HL7Field val ) |
| Visual Basic |
|---|
Public Overridable Sub SetComponent ( _ index As Integer, _ val As HL7Field _ ) |
| Visual C++ |
|---|
public: virtual void SetComponent( int index, HL7Field^ val ) |
Parameters
- index
- Type: System..::..Int32
The one based index of the component to set.
- val
- Type: Mergecom.HL7..::..HL7Field
The component to set.