• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Medical Calculator

Scriptor

Lurker
Ok, so to start of. I want to thank you for even considering this! I'm a paramedic and sometimes its a pain in the ass to figure out drips for drugs and you simply don't have time to do the math. So I would want to know if any of you want to create an app to accommodate my needs and like 50million of other paramedics and nurses and doctors =)

So I think Infusion Calculator should be a good name for it.

Okay....
How it should work:

Code:
(a) Dosage Ordered: [###] /mcg/kg/min
(b) Drug on Hand: [###] /mg
(c) Fluid Volume: [###] /ml
(d) Patients Weight: [###] KG/LB

Formula:
*********if weight is in LB it must be converted to KG.

[LEFT]         (a) x (d) x 60             xxxxx
  --------------------- =   -------  = #### /gtts/min
[/LEFT]
       ( (b) x 1000) / (c))       xxxxx
thank you!!! maybe this one day will save your loved ones!

contact me if you want to do this!
 
Check out IV Infusion Calculator

infusion1.png


infusion2.png
 
Back
Top Bottom