Research Article

A Real-Time Health Monitoring System for Remote Cardiac Patients Using Smartphone and Wearable Sensors

Box 1

IF (HR is L) and (BP is L/H) then “Warning for Bradycardia”
ELSE IF (HR is L) and (BP is L/L) and (Temp is L) then “Warning for Hypothermia”
   ELSE IF (HR is L) and (BP is L/L) then “Warning for Hypotension”
ELSE IF (HR is H) and (BP is L/H) then “Warning for Tachycardia”
ELSE IF (HR is H) and (BP is L/H) and (Temp is H) then “Warning for Fever”
   ELSE IF (HR is H) and (BP is HH/HH) then “Warning for Hypertension”
ELSE IF (HR is VL) and (BP is VL/VH) then “Alarm for Bradycardia”
ELSE IF (HR is VL) and (BP is VL/VL) and (Temp is VL) then “Alarm for Hypothermia”
   ELSE IF (HR is VL) and (BP is VL/VL) then “Alarming for Hypotension”
ELSE IF (HR is VH) and (BP is VL/VH) then “Alarm for Tachycardia”
ELSE IF (HR is VH) and (BP is VL/VH) and (Temp is VH) then “Alarm for Fever”
   ELSE IF (HR is VH) and (BP is VH/VH) then “Alarming for Hypertension”
ELSE Patient is normal (no signs of above mentioned diseases detected)
END IF
HR = Heart rate; BP = Blood pressure; Temp = Temperature; VL = Very low; L = Low; H = High; VH = Very high.