Algorithm 4: Process of patient monitoring |
Step 1: |
If (Patient_Status == Dengue_Positive) |
Step 2: |
An alert message is sent patient regarding the dengue and suggest the list of paneled hospitals. |
Step 3: |
Take the appointment in the hospital and book the doctor. |
Step 4: |
Send the message to doctor regarding the patient health status. |
Step 5: |
Else if (Patient_Status == Infectious) |
Step 6: |
Inform the doctor and patient regarding the dengue infection. |
Step 7: |
An advisory is issued regarding the dengue for the patient. |
Step 8: |
Else if (Patient_Status == Recover) |
Step 9: |
Book the patient for dengue test. |
Step 10: |
Check the test results, if satisfactory, give advisory for further precaution. |
Step 11: |
Else (Patient_Status == Dengue_Negative) |
Step 12: |
No symptoms of dengue is detected in patient |
Step 13: |
End if |
Step 14: |
Add the entry of patient into dengue dataset. |