HalmScore_simple: Compute the Halm score.

View source: R/HalmScore_simple.R

HalmScore_simpleR Documentation

Compute the Halm score.

Description

Compute the Halm score.

Usage

HalmScore_simple(
  hfrq.max,
  sysbp.min,
  afrq.max,
  o2p.min,
  apo2.min,
  bea,
  sauerst,
  temp.max,
  verwirrt,
  gcs
)

Arguments

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

Value

The value of the Halm score.

Examples

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

maciejrosolowski/progressdatenbankderivate documentation built on Nov. 29, 2024, 3:39 a.m.