//Description
This project is designed as an efficient method for prioritizing patients
based on their medical needs and the severity of their conditions. Leveraging my
technical expertise, I utilized a min-array heap data structure to
organize those with more severe triage levels.
//Here is a link to the code
//Features
-
Patients are categorized into specific triage levels: Immediate (Red) for life-threatening cases, Delayed (Yellow) for serious but stable conditions, and Minimal (Green) for non-urgent cases.
-
Interactive platform where users can access all necessary
details for a clinic based on the triage level (see the images
below to see functions), ensuring appropriate patient care
-
Min-array heap enables constant-time retrieval of the highest
priority patient, ensuring efficiency in
emergency situations with a large number of patients.
-
Dynamic nature of the min array heap-based solution allows
for real-time adaptability during high-stress scenarios with
rapidly changing demands.
//Some images of examples below: