GetField - HL7 Module - Foundation 23.1 - Foundation 23.1 - Ready - OnBase - Essential - Premier - Standard - external - Standard - Premier - Essential

HL7 Module

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

This method gets the specified field from the current segment. The index maximum can be retrieved from the GetNumFields method.

objHL7Field = objHL7Segment.GetField(1)

Parameter

Type

Description

Index

Integer

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

Return Value

Description

Object ref

A reference to a COBHL7Field object.

NULL

Returned if an error occurred.