@phema/cql-execution
Version:
An execution framework for the Clinical Quality Language (CQL)
13 lines (10 loc) • 531 B
Markdown
This example demonstrates a static html page running a _browserified_ version of the
CQL execution engine. It currently only supports CQL using the System datatypes. It
does not support other data models or execution on patients.
The browserified code is checked into source control, but if you need to update it,
you can follow these steps:
1. Install [Node.js](http://nodejs.org/)
2. Install [Yarn](https://yarnpkg.com)
3. Execute the following from the _cql-execution_ directory:
1. `yarn install`
2. `cake build:all`