Chris Larsen
unread,Jan 23, 2012, 11:51:13 PM1/23/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to tryton
Dear All,
I have come across an issue with the Rules: AS is correctly stated, a
"rule is satisfied, if st least one test is True [...]". This amounts,
if you like, to a logical OR, if there are several rules in place.
Is there any way to impose a sequential handling of rules, in order to
achive that rule 1 AND rule 2 AND rule 3 have to be satisfied. For
instance, there is currently no way to get a rule saying "is patient =
False" AND "is_insurance_company = False" (examples from GNU Health)
going, as the processing of the rule will be completed already after
the first condition.
Any ideas?
Thanks a lot!
Chris