Skip to content

Releases: OHDSI/circe-be

CIRCE Version 1.2.2

09 Nov 04:05
Compare
Choose a tag to compare

CIRCE Version 1.2.2

Hotfix

  • #12: Fixed temp table lengths for oracle
  • Error in nested criteria: visit_occurrence_id was not being selected in the subquery

CIRCE Version 1.2.1

06 Oct 14:14
Compare
Choose a tag to compare

CIRCE Version 1.2.1

Hotfix

  • Revert: Use dense_rank() instead of row_number() to return events that occur at the same time. Next release will incorporate statistic calculation that can handle multiple events on same date.

Circe Version 1.2.0

26 Sep 19:46
Compare
Choose a tag to compare

CIRCE Version 1.2.0

New Features

  • Restrict correlated criteria to same visit.
  • Use dense_rank() instead of row_number() to return events that occur at the same time.

CIRCE Version 1.1.1

29 Aug 14:24
Compare
Choose a tag to compare

CIRCE Version 1.1.1

Bug Fix

  • Cohort collapse functionality: fixed null pointer exception due to un-initialized collapse settings.

Circe Version 1.1.0

28 Aug 21:31
Compare
Choose a tag to compare

CIRCE Version 1.1.0

New Features

  • Cohort collapse functionality: Cohort records will be era-fied by default such that a person appears at most once in a given time window.

Circe Version 1.0.0

24 Aug 23:38
Compare
Choose a tag to compare

First Release

This is the first release of the circe-be repository. This release contains all the functionality for CIRCE cohort expressions that was extracted out of OHDSI/WebAPI and imported here.