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

HL7 Module

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

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.