The tool begins by loading customer (patient) information, which acts as the user profile to initialize the device’s program.
Once initialized, the system begins piping in selected patient health data for live monitoring.
The system is designed to track key health metrics, including:
- Blood Pressure
- Heart Rate
- Oxygen Levels (SpO2)
- Body Temperature
- Sleep Stages
The fields are selected and associated with each patient profile.
After loading a profile, the system performs one of two actions:
- Live Tracking – monitors patient data in real time
- Recorded Analysis – stores data over time for later review
- Load and manage patient data
- Separate live tracking and analysis logic
- Keep system modular and efficient using Rust