Description:
A BSD licensed application for Windows Mobile for calculating various medical scores and equations. Easily extensible by editing the enclosed xml file (so can be modified on the device too) and designed for use with finger touch rather than needing the stylus.
It is a tool for calculating various medical equations and scores written in c# with easy extensibility via editing an xml file.
Requirements:
- Requires .NET CF 2.0. - Tested on VGA Touch Pro WM6.1 (Don't have any other devices to test on).
- Also works in Windows with .NET 2.0.
Usage:
Simply put the two files (MedicalCalculator.exe and calcs.xml) in the same directory and run. See calcs.xml for examples of writing new equations. Could also be used to work out scores and equations in fields outside of medicine.
The list of supported equations currently:
- Creatinine clearance (Cockcroft-Gault).
- BMI.
- Maddrey discriminant function.
- Child-Pugh score.
- Well's DVT and PE scores.
- TIMI score.
Bug reports much appreciated!
Update Description:
v0.1.1:
- Some minor improvements, particularly now packaged in a cab file for easier installation.