# Example 1: 1 Liter (1000 mL) over 8 hours (480 min) with 15 gtt/mL tubing
# Rate = (1000 * 15) / 480 = 31.25 -> 31 gtts/min
iv_drip_rate(1000, 480, 15)
# Example 2: 100 mL Antibiotic over 30 min with 20 gtt/mL tubing
# Rate = (100 * 20) / 30 = 66.6 -> 67 gtts/min
iv_drip_rate(100, 30, 20)
Run the code above in your browser using DataLab