This method will append a new component to the end of the current field.
blnRC = objHL7Field.AppendComponent("EXTERNAL")|
Parameter |
Type |
Description |
|---|---|---|
|
Value string |
String |
Data value for the new component (for example, EXTERNAL). |
|
Return Value |
Description |
|---|---|
|
Object ref |
A reference to the COBHL7FieldComponent object that was added. |
|
NULL |
Returned if an error occurred. |