ATLAS is a unified web interface that attempts to integrate features from various OHDSI applications into a single cohesive experience.
ATLAS is currently in alpha release. Feedback is welcome.
ATLAS is HTML, CSS and Javascript and can be deployed through the following two steps.
-
Host all files on a web server of your choice.
-
Update the following section of the app.js file to point to your active OHDSI WebAPI deployment.
self.services = ko.observableArray([ { name: 'My OHDSI API', url: 'http://api.myserver.net/WebAPI/' } ]);