Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/propo41/epatient

A hospital management application built using JavaFX
https://github.com/propo41/epatient

dao-design-pattern hikari-connection-pool java-8 javafx javafx-application javafx-gui mvc-architecture

Last synced: about 17 hours ago
JSON representation

A hospital management application built using JavaFX

Awesome Lists containing this project

README

        

# 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](https://user-images.githubusercontent.com/46298019/113416545-68cc2280-93e3-11eb-802a-75438f2ff11e.PNG)
![2](https://user-images.githubusercontent.com/46298019/113416550-69fd4f80-93e3-11eb-905b-d39e310a2c02.PNG)
![4](https://user-images.githubusercontent.com/46298019/113416552-6a95e600-93e3-11eb-87ee-16f622eff119.PNG)
![7](https://user-images.githubusercontent.com/46298019/113416556-6a95e600-93e3-11eb-9ff1-0b50e2e51e58.PNG)
![9](https://user-images.githubusercontent.com/46298019/113416557-6b2e7c80-93e3-11eb-93fd-3179c977165d.PNG)
![12](https://user-images.githubusercontent.com/46298019/113416559-6bc71300-93e3-11eb-865b-38619bc39ae4.PNG)
![13](https://user-images.githubusercontent.com/46298019/113416562-6c5fa980-93e3-11eb-92c5-94a00f7f8a5c.PNG)