HealthPlus is a management system designed to streamline operations within healthcare facilities. It offers functionalities such as patient registration, appointment scheduling, medical record management, pharmacy billing, and inventory control. Developed using Java, JavaFX and uses MariaDB for database management
- Registration of patients
- Making appointments
- Storing patient records
- Billing in the pharmacy
- Pharmacy stock controlling
- Set up a new database named
test_HMS2
- Import the dummy data from
hms_db.sql
to new DB - Update the system configuration in
config.properties
with the database credentials
- Resolve the dependencies
mvn dependency:resolve
- Build
mvn clean install
- Run
mvn javafx:run
Since this was developed as a simple application, all the credentials are saved in a database table in plain text format without any hashing or encryptions.
USE test_HMS2;
SELECT * FROM sys_user;