Repeating Group hypothesis
Parameter | Description |
Hypothesis CurrentInstance() | The current instance of the repeating group when searching for subelements of the repeating element. Used to create relations among subelements of an incomplete current instance of the repeating group. |
Hypothesis LastFound() | The last detected instance. If used in the relations of an element not from the given repeating group, the last detected instance of this group is taken. If used in the relations of subelements of the repeating group itself, the previous complete instance of this group is taken. |
Hypothesis Instance( Int instanceNumber ) | Instance number instanceNumber |
HypothesisInstances AllInstances() | All the detected instances of the repeating group. If used in the relations among subelements of the repeating group itself, all the previous complete instances of the group are taken. |
Int InstancesCount() | The number of detected instances. |
Logic HasInstances() | Checks if any instances have been detected. |
4/12/2024 6:16:02 PM