# Hospital-Management-JavaFX **Repository Path**: Spike223/Hospital-Management-JavaFX ## Basic Information - **Project Name**: Hospital-Management-JavaFX - **Description**: An Hospital Management app for registering patients and storing treatment details. - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2021-06-07 - **Last Updated**: 2023-10-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Hospital Management / JavaFX An Hospital Management app for registering patients and treatment details. Project done as part of my course requirements at NIIT Lagos. _**Built for learning purposes**_ #### Built based on the following model The front desk assistant handles the Out Patient (OP) registration details. When a patient comes for admission or consultation, the front desk assistant makes the required entries in the OP file. The front desk assistant provides an OP number and then the patient is referred to the concerned doctor, such as physician, surgeon, Eyes Nose Throat (ENT) specialist, or dentist. The concerned departmental assistant then makes the entry of the patient in the In-Patient (IP) file and provides an IP number. The patient is then referred to an available doctor and the treatment process starts. #### Prerequisites **External Libary** * SQLite JDBC (Database Connection) #### Database ![Database](https://github.com/to-dy/test/blob/master/exImg/database.png?raw=true) ![ER Diagram](https://github.com/to-dy/test/blob/master/exImg/hmERDiagram.JPG?raw=true "The ER Diagram") #### Executable JAR File * Get the .jar file [Here](../master/HospitalManagement.jar) ##### Running the file To use the sample [database](../master/HospitalManagement.db) it has to be in the same file directory as the JAR file!