Skip to content
forked from Propo41/ePatient

Solving the issue for the back button on the login page. (This is for a school project, don't feel the need to accept request unless you want to)

Notifications You must be signed in to change notification settings

Costa722/ePatient

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ePatient

A patient management desktop application built using JavaFX and MSSQL database. It mainly focuses on doctor to patient management where the doctors can easily keep track of their patients' past records, including their medical history and prescriptions. The application consists of 3 roles:

  • Admin
  • Receptionist
  • Doctor(s)

The Admin will be able to add/edit Doctor profiles and track the statistics of the entire hospital.

The Receptionist will be handling the patients, create their profiles, make new appointments and add patient medical test reports, that will all be displayed in a user-friendly UI.

Finally, the Doctor(s) can receive patients and add prescriptions to their profile, which can later be printed out as a file.

APIs used

  • HikariCP (for connection pooling)
  • jfoenix

Patterns used

  • DAO pattern for database operations
  • MVC pattern

Screenshots

1 2 4 7 9 12 13

About

Solving the issue for the back button on the login page. (This is for a school project, don't feel the need to accept request unless you want to)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 85.0%
  • CSS 9.9%
  • TSQL 5.0%
  • HTML 0.1%