Enter values below to calculate score
Calculates the maintenance fluid rate in Pediatric Patients. Uses the 4-2-1 rule.
Maintenance Fluids [ml/hr] = 4 * (a<10.1?a:10) + (a>10.09 && a<20.1?(2*(a-10)):(a<10.1?0:20)) + 1 * (a>20?(a-20):0)
Calculates the maintenance fluid rate in Pediatric Patients. Uses the 4-2-1 rule.
Maintenance Fluids [ml/hr] = 4 * (a<10.1?a:10) + (a>10.09 && a<20.1?(2*(a-10)):(a<10.1?0:20)) + 1 * (a>20?(a-20):0)