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