Research Article

Fog Computing Service in the Healthcare Monitoring System for Managing the Real-Time Notification

Algorithm 1

Predicting patient health status and notifying the authorities.
(i) Input: n number of health attribute data with threshold predetermined
 Output: patient’s current health state
(i) Attribute determination
(ii) Compute the abnormality
(iii) IF value > threshold
(iv) Patient is unsafe
(v) Notify the hospitals/doctors/caregivers
(vi) Transmit appropriate data to cloud for further analysis
(vii) ELSE
(viii) Patient is safe
(ix) RETURN Patient’s health status