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. |