IV Infusion Rate
Intravenous therapy is the infusion of liquid substances directly into a vein. The infusion rate is the rate at which a solution is administered to the patient.
The infusion rate equals the dosage times the body weight divided by the infusate concentration.
Formula
![Copy to Clipboard QuantityVariable["rate", "VolumeFlow"] == (QuantityVariable["d", "IVFlowRate"]*QuantityVariable["W", "Mass"])/QuantityVariable["c", "MassDensity"]](https://www.wolframcloud.com/objects/resourcesystem/marketplacestorage/resources/563/563c6d72-c807-481b-be38-cdadb69c7c6f/Webpage/FormulaImage.png)
| symbol | description | physical quantity | 
|---|---|---|
| rate | infusion rate | "VolumeFlow" | 
| c | infusate concentration | "MassDensity" | 
| d | dosage | "IVFlowRate" | 
| W | body weight | "Mass" | 
Forms
Examples
Get the resource:
| In[1]:= | 
| Out[1]= | ![]()  | 
Get the formula:
| In[2]:= | 
| Out[2]= | 
Use some values:
| In[3]:= | 
| Out[3]= | 
