Skip to content

bmsitech/qmcorenode-api

Repository files navigation

EasyDoseQM

QMCoreNode API

RESTful API specification of the EasyDoseQM server

This repository provides a stripped down API specification for common data query tasks. It also provides a client interface and sample code for Node.js.

Documentation

For specific documentation please see:

Running the sample clients

Before using the code please install Node.js 12+ on your system.

Clone the repository:

git clone https://github.com/bmsitech/qmcorenode-api.git

Install dependencies:

cd qmcorenode-api
npm install

Run samples:

node ./samples/query.js -h

or

node ./samples/dosereport.js -h

Note for customers: The "demo" account on the server may be disabled (Error 401). Please contact us if you want to enable an account for testing purposes.

About

RESTful API specification of the EasyDoseQM server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published