Health Enterprise Resource and Care Learning Exploration System (HERACLES) provides descriptive statistics / visualizations for cohorts in an OMOP CDM v4 or V5 database. It comprises two components, a Runner and a Viewer. HERACLES Runner allows selection and running of analysis jobs. HERACLES viewer provides a series of visual reports from these analyses.
HERACLES is a project as part of the Observational Health Data Sciences and Informatics (OHDSI, http://ohdsi.org) collaboration.
- Select from existing COHORTs in CDM and choose a set of analyses to run
- Focus on a particular concept group such as medications, conditions, or procedures
- Visualize results through a series of reports
- Java 1.7 or higher
- None, if using the OLYMPUS platform
- Otherwise (for custom implementations), the latest version of the OHDSI WebAPI
- Typical Installation
- Install the OLYMPUS platform
- For advanced users
- Configure and build the OHDSI WebAPI for your environment
- Download the Heracles repo
- Edit the file build/js/Heracles.config.js to include the URL for your local WebAPI
- Place Heracles files in a directory on a web server (such as Apache)
- See Heracles documentation on the OHDSI Wiki
Apache 2.0
- Join the Heracles WG calls. Find more info on the OHDSI Forums.
Technology
- HTML5 / JS / jQuery
- Bootstrap
- AngularJS
- Grunt
Using Grunt
If you wish to add/modify configuration using Grunt, you can install the following.