Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Subqueries

This is a powerful v5.1 enhancement to the query module that enables building many new types of complex queries. When 'is one of' and 'is not one of' operators are used, you can include another saved query as the filter. This will use the results of that saved query as input to the current query.

...

  • Search patients diagnosed with both 'Carcinoma of breast' and 'Fibroadenosis of breast' 

Parameterized subqueries

While including results of another query as a filter in a query, it can now be specified a parameterized filter.

...