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
- BMI
- Ideal body weight (Devine)
- Adjusted body weight
- James Equation
- Boer
- Hume(1966)
- Hume(1971)
- Janmahasation(2005)
Propofol models
- Schnider
- Marsh
- Kataria
- Paedfusor
Remifentanil models
- Minto
Alfentanil models
- Maitre
Propofol infusions
- 'effectBolus' method
- 'plasma_infusion' method
JS infrastructure
- Mocha testing framework
- Code coverage
- Travis CI
- Package for NPM
- Browserify & build for browser
- Usage documentation
- Usage examples
FYI...
A very rudimentary example running in the browser is included in dist/index.html