IsRepeating - HL7 Module - English - Foundation 22.1 - OnBase - Premier - external - Standard - Essential - Premier - Standard - Essential

HL7 Module

Platform
OnBase
Product
HL7 Module
Release
Foundation 22.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.