Releases: OHDSI/circe-be
CIRCE v1.9.1
CIRCE Version 1.9.1
Fixes
#153: Fixed an issue related to inclusion rule impact analysis when using cached cohort results in WebAPI.
CIRCE Version 1.9.0
CIRCE Version 1.9.0
Testing and Code Coverage
Version 1.9.0 introduces embedded database (postgres) testing and produces a code coverage report. Current coverage is at 58%, but will improve over time.
Features
#149 - Print Friendly: CIRCE now supports markdown rendering of CIRCE cohort expressions and concept sets natively.
#147 - added support for condition status criteria
#142 - Criteria Columns: CIRCE expressions support projecting a specified column from an underlying criteria query. This allows correlated criteria to select distinct concept_id, start_date and visit_ids for counting.
Fixes
#63 - Fixed offset exit strategy should honor observation period end date.
#110 - fixed sql injection in cohort queries
#127 - Fix It for incomplete inclusion rule did not work
#108 - Use days supply for Drug Exposure End Date
CIRCE Version 1.8.6
CIRCE Version 1.8.6
Fixes
Added hashcode and equals tho ConceptSet classes.
CIRCE Version 1.8.5
CIRCE Version 1.8.4
CIRCE Version 1.8.3
CIRCE Version 1.8.2
CIRCE Version 1.8.1
CIRCE Version 1.8.0
CIRCE Version 1.8.0
Features
Cohort Expression versioning via semver.
New Criteria: Location region Criteria (CDM 6.0 only).
CohortExpressionQueryBuilder made more extensible.
Semver range for cohort expression elements: each element in the cohort expression is marked with a semver range that can be checked to determine if the cohort expression is compatible with the target cdm for execution.
Fixes
#73: Handle joins on windowedCriteria that are empty.
#81: Fixed date format in Location region Criteria for Netezza.
#77: Fix concept set check for cohort criteria.
CIRCE Version 1.7.3
CIRCE Version 1.7.3
Fixes
OHDSI/WebAPI#136, #35: Allow invalid concepts in results
#69: Fixed gender concept criteria in DoseEra and DrugEra.