VitalLink
A smart patient management system for doctors and healthcare staff, built native for Android.
A patient management app for Android, built in Kotlin. Staff hold full records on the device in SQLite, with no network layer at all, and reach any of them in a few keystrokes.
The whole point of it is time: less of the shift spent on admin, more of it spent on the patient.
- ROLE
- Mobile Developer
- YEAR
- 2024
RECORD MANAGEMENT
Add, update and delete patient details: name, age, gender, emergency contacts, medical history.
FAST LOOKUP
Search by name to reach one patient in a few keystrokes. The only interaction that matters when someone is waiting.
LOCAL-ONLY STORE
Records live in SQLite on the device, so nothing leaves the handset. Worth naming the limit: SQLite is an unencrypted file, and real patient data would need encryption at rest and per-user access control first.
- TOOLS
- Kotlin · Android Studio · SQLite
_