The Hospital Management System is a Java-based project designed to enhance the efficiency of hospital operations. This system provides a streamlined solution for user registration, login, and role-specific functionalities for doctors, nurses, staff, and patients.
- User Roles: Register and log in with roles such as Doctor, Nurse, Staff, and Patient.
- Role-Specific Menus: Each role has a dedicated menu for role-related actions.
- Patient Record Management: Doctors can view patient records, and nurses can enter and manage patient records.
- Database Management: Staff members can perform database-related tasks, including viewing accounts and making requests.
- File Persistence: Ensures data continuity with the ability to load and save user and patient databases.
- Clone the repository to your local machine.
git clone https://github.com/Aleebay/hospital-management-system.git
- Compile and run the
HospitalManagementSystem.javafile.javac HospitalManagementSystem.java java HospitalManagementSystem
- Follow the prompts to register, log in, and explore role-specific functionalities.
HospitalManagementSystem.java: Main file containing the project's implementation.userDatabase.dat: File for storing user-related data.patientDatabase.dat: File for storing patient-related data.
Contributions are welcome! Feel free to open issues for bug reports or feature requests.
none
Note: Ensure that you have Java installed on your machine to run the Hospital Management System.