cql-runner
TypeScript icon, indicating that this package has built-in type declarations

1.1.1 • Public • Published

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:

/cql-runner/

    Package Sidebar

    Install

    npm i cql-runner

    Weekly Downloads

    2

    Version

    1.1.1

    License

    MIT

    Last publish

    Collaborators

    • c-schuler