jstci
v1.0.0
Published
jsTCI: Target controlled infusion modelling in node & the browser (port of pyTCI with added JS magic)
Downloads
5
Readme
jsTCI
A work-in-progress javascript implementation of PyTCI for modelling Target Controlled Infusions in node.js or in a browser.
Ported from PyTCI: https://github.com/JMathiszig-Lee/PyTCI
Development
Clone repo
npm install
Run tests:
npm run test
Check code coverage:
npm run nyc
Status/TODO
Body Mass equations
- [x] BMI
- [x] Ideal body weight (Devine)
- [x] Adjusted body weight
- [x] James Equation
- [x] Boer
- [x] Hume(1966)
- [x] Hume(1971)
- [x] Janmahasation(2005)
Propofol models
- [x] Schnider
- [x] Marsh
- [x] Kataria
- [x] Paedfusor
Remifentanil models
- [x] Minto
Alfentanil models
- [x] Maitre
Propofol infusions
- [x] 'effectBolus' method
- [x] 'plasma_infusion' method
JS infrastructure
- [x] Mocha testing framework
- [x] Code coverage
- [x] Travis CI
- [ ] Package for NPM
- [X] Browserify & build for browser
- [ ] Usage documentation
- [X] Usage examples
FYI...
A very rudimentary example running in the browser is included in dist/index.html