AppendField - HL7 Module - English - Foundation 22.1 - OnBase - Premier - external - Standard - Essential - Premier - Standard - Essential - OnBase/HL7-Module/English/Foundation-22.1/HL7-Module/HL7-API/HL7-API-Classes/COBHL7Segment/AppendField - 2024-09-04

HL7 Module

Platform
OnBase
Product
HL7 Module
Release
Foundation 22.1
License
Premier
Standard
Essential

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.