-
Add Patient: Easily register new patients by inputting their personal details, contact information, and relevant medical records.
-
View Patients: Browse through a list of all registered patients.
-
View Doctors: Access comprehensive information about all available doctors, including their specialties.
-
Book Appointment: Schedule appointments for patients by selecting the desired doctor and appointment date.
Ensure you have the following installed:
- Java Development Kit (JDK)
- MySQL Database
- MySQL Connector/J (Java)
-
Clone this repository to your local machine:
git clone https://github.com/your-username/hospital-management-system.git
-
Configure your MySQL database settings in the HospitalManagementSystem.java file
private static final String DB_URL = "jdbc:mysql://localhost:3306/hospital"; private static final String DB_USER = "your_username"; private static final String DB_PASSWORD = "your_password";
-
Compile and run the application.
-
Follow the on-screen menu options to use the system.