OHDSI / circe-be

CIRCE is a cohort definition and syntax compiler tool for OMOP CDMv5
Apache License 2.0
9 stars 13 forks source link

Implement date offsets for Criteria queries. #183

Closed chrisknoll closed 1 year ago

chrisknoll commented 1 year ago

This PR introduces functionality to allow an offset of the entry event start/end dates, and even use end dates as cohort entry dates.

In addition, the queries have been adjusted to only select the columns from the domain tables that are needed in WHERE clauses. This could improve performance on some RDBMS that doesn't optimize out unused columns.

Fixes #167.