GetComponent - HL7 Module - Foundation 23.1 - Foundation 23.1 - Ready - OnBase - Premier - external - Standard - Essential - Premier - Standard - Essential - OnBase/HL7-Module/Foundation-23.1/HL7-Module/HL7-API/HL7-API-Classes/COBHL7Field/GetComponent - 2024-09-03

HL7 Module

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

If a component exists in the field, this method will return the component as an object.

set objHL7FieldComponent = objHL7Field.GetComponent(1)
Note:

The ^ character indicates the field contains components.

Parameter

Type

Description

Index

Integer

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

Return Value

Description

Object ref

A reference to a COBHL7FieldComponent object.

NULL

Returned if an error occurred.