Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.1 KB

File metadata and controls

41 lines (30 loc) · 1.1 KB

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.