GetFieldValue - 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/GetFieldValue - 2024-09-04

HL7 Module

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

This method gets the value for a specified field. The index maximum can be retrieved from the GetNumFields method.

strFieldValue = objHL7Segment.GetFieldValue(6)

Parameter

Type

Description

Index

Integer

0 to (max-1), where max is from GetNumFields.

Return Value

Description

String

The data in this field.