deadspace_equipment_ml {physiology} | R Documentation |
Calculate equipment deadspace in ventilator breathing circuit
Description
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.
Usage
deadspace_equipment_ml(humidifier = c("adult", "infant", "none"),
elbow = TRUE, flexible = c("none", "compressed", "extended"),
min = 0)
Arguments
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. |
See Also
Examples
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)