This method will append a new field to the end of the current segment.
blnRC = objHL7Segment.AppendField("ID^SMITH^^^")|
Parameter |
Type |
Description |
|---|---|---|
|
Value string |
String |
Data value for the new field (for example, ID^JIM^^^^). |
|
Return Value |
Description |
|---|---|
|
Object ref |
A reference to the COBHL7Field object that was added. |
|
NULL |
Returned if an error occurred. |