IsRepeating - 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/IsRepeating - 2024-09-03

HL7 Module

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

This method returns whether or not this is a repeating field. If this is a repeating field, then the method will return a 1; otherwise, it will return a 0.

blnFieldRepeating = objHL7Field.IsRepeating()
Note:

The ~ character indicates the field is repeating.

Parameter

Type

Description

N/A

   

Return Value

Description

0

Returned if this field does not contain repeating values.

1

Returned if this field contains repeating values.