1.1.1 • Published 7 years ago

cql-runner v1.1.1

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

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:

1.1.1

7 years ago

1.1.0

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago