Query Builder: Allow some nested And/Or clauses #473
Labels
enhancement
New feature or request
for discussion
More discussion required to decide how to resolve an issue
Description
Currently the query builder allows selecting And or Or conditions, for example
(Person.Birth_Dt_Tm <= 2000 AND Diagnoses.Diagnosis in ('D1', 'D2'))
. However, nested conditions are not possible, for example:Additional context
I'm anticipating that this sort of query could be needed in many common cohort queries, for example in a cohort similar to the query above, which is selecting adult patients, who have certain diagnoses OR procedures.
The text was updated successfully, but these errors were encountered: