OHDSI / Circe

[Under development] CIRCE is a cohort definition and syntax compiler tool for OMOP CDMv5
Apache License 2.0
5 stars 4 forks source link

CIRCE

[Under development] CIRCE is a cohort definition and syntax compiler tool for OMOP CDMv5

========

This repo contains a knockout-based UI that captures user input for specifying a cohort definition. Clone the repo locally, and point a virtual directory from your favorite webserver to the root of the repo, and open index.html. Please note that the app will only work if you are hosting it through HTTP due to the nature of the AMD loader (we are configured to use curl.js).

This repo is bundled with the following javascript library dependencies:

The application is configured to access a WebAPI instance running locally on port 8084 (tomcat default in Netbeans IDE).

For deployment, you can alter the webAPI endpoint by editing the js/config.js property: webAPIRoot.