This is an external open-source GitHub repository imported into the WOCSOL Marketplace for discovery. The original repository owner is the primary creator.
A Management System for a Health Care Facility. The system includes Registration of patients, Making appointments, Storing patient records, Billing in the pharmacy & Pharmacy stock controlling
A Management System for a Health Care Facility. The system includes Registration of patients, Making appointments, Storing patient records, Billing in the pharmacy & Pharmacy stock controlling
# HealthCare Facility [](https://openjdk.org/) [](https://openjfx.io) [](https://mariadb.org/download) [](https://maven.apache.org/) [](https://github.com/stellarloop/Health-Care-Facility/blob/master/LICENSE) HealthCare Facility 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 ## The system includes - Registration of patients - Making appointments - Storing patient records - Billing in the pharmacy - Pharmacy stock controlling ## Workflow and Component Interactions ## Setting Up the Application ### Prerequisites - [MariaDB](https://mariadb.org/download) - [Java](https://openjdk.org/) - [JavaFX](https://openjfx.io) ### Set Up the Database - Set up a new database named `test_HMS2` - Import the dummy data from [`hms_db.sql`](https://github.com/stellarloop/Health-Care-Facility/blob/master/database/hms_db.sql) to new DB - Update the system configuration in [`config.properties`](https://github.com/stellarloop/Health-Care-Facility/blob/master/config.properties) with the database credentials ### Build the App - Resolve the dependencies ```shell mvn dependency:resolve ``` - Build ```shell mvn clean install ``` - Run ```shell mvn javafx:run ``` ### Authentication Since this was developed as a s
Ask questions or discuss this product. New comments are reviewed before publishing.
Loading comments...