Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 542 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 542 Bytes

iHealth

Healthcare system - built as semester group project

Key Features:

  • Healthcare system built with Java and PostgresSQL
  • Authentication for doctors, patients and admin
  • Implemented search for doctors and patients
  • Handling roles with different functionality and access: doctor, patient and admin
  • Providing 3 different GUIs for doctors, patients and admin
  • Ability to manage(CRUD) patients, consultations
  • Ability to manage consultation’s notes and personal info
  • Using MVC, DAO, Proxy, Singleton and Builder patterns