Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clinical-meteor/open-clinical-net
Rules engine for OpenClinical.net
https://github.com/clinical-meteor/open-clinical-net
Last synced: about 1 month ago
JSON representation
Rules engine for OpenClinical.net
- Host: GitHub
- URL: https://github.com/clinical-meteor/open-clinical-net
- Owner: clinical-meteor
- Created: 2018-03-13T04:44:58.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-15T16:40:14.000Z (over 6 years ago)
- Last Synced: 2024-10-29T16:58:04.407Z (2 months ago)
- Language: JavaScript
- Size: 22.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# clinical:open-clinical-net
Rules engine for OpenClinical.net
#### Clone the Example Plugin
```bash
cd webapp/packages
git clone https://github.com/clinical-meteor/open-clinical-net
```#### Install
```bash
# add your package
meteor add clinical:open-clinical-net
meteor npm install# run with a custom settings file
meteor --settings packages/open-clinical-net/configs/settings.example.json
```