This is a Hospital Management System built using DotNet MVC. It provides a comprehensive solution for managing patients, medications, and hospital queues. The system is designed with a focus on the needs of medical staff, offering features for doctors, nurses, records clerk, lab personnels, administrators and other healthcare professionals.
- Authorization: Secure access to the system is ensured with user authentication.
- Patient Management: Efficiently manage patient records, including medical history and current medications.
- Drug Management: Easily add and update drug prescriptions for patients.
- Queue Management: Streamlined queue management for doctors to attend to patients in an organized manner.
- Lab Integration: Seamless integration with lab services, tracking test results and diagnoses.
- Departmental Access Control: Different access levels for various departments within the hospital.
DotNet SDK must be installed.
Visual Studio or any other preferred code editor.
- Clone the repository ->
git clone https://github.com/yourusername/hospital-management.git
- Open the project in Visual Studio.
- Run the application ->
dotnet watch run
.
-
Navigate to the application URL.
-
Log in using your credentials.
- Username -> Password
- Records_01 -> Records_01
- Nurse_01 -> Nurse_01
- Doctor_01 -> Doctor_01
- Lab_01 -> Lab_01
- Pharmacy_01 -> Pharmacy_01
- Cashier_01 -> Cashier_01
- Admin_01 -> Admin_01
-
Access different modules based on your role (Doctor, Lab, etc.).
-
Manage patients, medications, and appointments through the user-friendly interface.
Contributions are welcome! If you have any ideas, improvements, or bug fixes, feel free to open an issue or create a pull request.