cql-runner
v1.1.1
Published
Clinical Quality Language evaluation editor
Downloads
23
Readme
Cql Runner Module
Usage
npm i -s cql-runner
Add RunnerModule and ApiService to root Module:
import { RunnerModule, ApiService } from 'cql-runner';
...
@NgModule ({
...,
imports: [
RunnerModule
],
providers: [
ApiService
],
...
})
...
Complete
<!-- default values -->
<cql-runner
[engineUri]="'http://cql.dataphoria.org/cql/evaluate'"
[engineUser]="'username'"
[enginePass]="'password'"
[termUri]="'http://fhirtest.uhn.ca/baseDstu3'"
[termUser]="'username'"
[termPass]="'password'"
[dataUri]="'http://fhirtest.uhn.ca/baseDstu3'"
[dataUser]="'username'"
[dataPass]="'password'">
</cql-runner>
Where:
- engineUri is the URL to the CQL Execution Service
- termUri is the URL to the Terminology Provider Service
- dataUri is the URL to the Data/Resource Provider Service
- User and Pass is for authentication if the service requires