All,
A new version of CIRCE (with associated WebAPI updates) has been deployed:
http://www.ohdsi.org/web/circe/
Changes:
-
Removed dropdown to select a defintion and replaced it with a table.that you can click on. It is ugly, and will be improved in the future. Also, this table will be driven from loading cohort definitions from the database, but for now it’s still a static list.
-
Updated Concept Picker (anywhere you see an ADD button that brings up the search screen to search for concepts in the UI). This ui looks nicer and is more reusable.
-
Added a ‘Concept Set Expression Builder’ which leverages the Cocnept Picker, but the idea with a Concept Set Expression is that you selected concepts fromt he vocbulary and indicate how they should be used when buildign a concept set: As Include/Exclude, with Descendants, and with Mapped Concepts.
-
Added 3 dialects of sql in the ‘show sql’ button. Currently configured to show MSSql, oracle and postgres.
NEXT STEPS:
I’d like to hook up saving and loading in the next week. This will involve creating tables with Flyway (at least i’d prefer it that way). Also would like to kick off a spring batch task to generate a cohort (into another flyway managed cohort result table). Once this is in place, I think we’re very very close to having a complete app. After that it will be polish.
-Chris