View source: R/HalmScore_simple.R
HalmScore_simple | R Documentation |
Compute the Halm score.
HalmScore_simple(
hfrq.max,
sysbp.min,
afrq.max,
o2p.min,
apo2.min,
bea,
sauerst,
temp.max,
verwirrt,
gcs
)
hfrq.max |
Pulse in beats/min |
sysbp.min |
Systolic blood pressure in mmHg |
afrq.max |
Respiratory rate in breaths/min |
o2p.min |
Minimum oxygen saturation in percent |
apo2.min |
Partial pressure of oxygen in mmHg |
bea |
mechanical ventilation, yes 1, no 0. |
sauerst |
oxygen therapy, yes 1, no 0. |
temp.max |
Maximal temperature in Celsius |
verwirrt |
Altered mental status (confusion), yes 1, no 0. |
gcs |
Glasgow Coma Scale |
The value of the Halm score.
halm <- HalmScore_simple(
hfrq.max = 104,
sysbp.min = 95,
afrq.max = 19,
o2p.min = 90,
apo2.min = 50,
bea = 1,
sauerst = 0,
temp.max = 38,
verwirrt = 0,
gcs = 15)
halm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.