Calculate equipment deadspace in ventilator breathing circuit
There are minor brand variations between these airway devices. For the purposes of rough physiologic calculations, this function gives values based on real, widely-used equipment.
deadspace_equipment_ml(humidifier = c("adult", "infant", "none"), elbow = TRUE, flexible = c("none", "compressed", "extended"), min = 0)
humidifier |
Single value, if |
elbow |
Single logical value, default is |
flexible |
Single logical value or character string. If |
min |
numeric, giving the minimum number of obligatory milliliters of deadspace. The default is zero to allow calculation of additional airway elements. |
deadspace_equipment_ml() deadspace_equipment_ml(humidifier = FALSE) deadspace_equipment_ml(humidifier = "infant", elbow = TRUE) deadspace_equipment_ml(flexible = "extended", elbow = FALSE) deadspace_equipment_ml(flexible = "extended", elbow = TRUE)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.