AppendField - HL7 Module - English - Foundation 22.1 - OnBase - Essential - Premier - Standard - external - Standard - Premier - Essential

HL7 Module

Platform
OnBase
Product
HL7 Module
Release
Foundation 22.1
License
Standard
Premier
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.