Skip to content

bjornna/bigmedwidgets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BigMed Widgets

Disclaimer

This project is not developed to demonstrate best practise. It’s only purpose is to make a quick and dirty prototype on how to connect a running EHR system based on openEHR and to provide some CDS. The widgets are made to illustrate those in the following clinical desktop:

Run

Dev

Use nodemon to hot reload when developing the scripts

npm install --save-dev nodemon

npm run dev

Docker

docker build -t bjornna/bigmedwidgets .

docker run -p 3100:3000 -d bjornna/bigmedwidgets

Usage

The purpose of this project is to prototype how widgets may communicate with DIPS Arena to make CDS possible.

Take a look at the javascript file under formjs/trajectory_advice.js which is an example on how to connect the services to a running openEHR Form.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published