TABLE VI. Example of repetition based on condition.
type | Name | label | Hint | constraint | constraint_message | Relevant |
begin group | prior_tests | Prior tests | ${fever}='yes' | |||
select one from yes_no | test_taken | Any prior influenza tests taken in the last 3-4 days? | ||||
begin repeat | Test | Test | ${test_taken}='yes' | |||
begin group | test_details | Test details | ||||
Text | test_name | Name of the test | ||||
Text | test_result | Results | ||||
end group | ||||||
end repeat | ||||||
end group |