The Hospital Management System (SHS) is a comprehensive software solution designed to streamline and enhance the administrative and operational processes within a healthcare facility.
- Omer Shamsi (CT - 23026)
- Sami Shakir (CT - 23027)
- Umer Safee (CT - 23032)
- Shamir Abbas (CT - 23041)
-
Features
-
Usage
-
Contributing
-
Coding Style
Add patients and doctors to the system with ease.
Securely assign unique identification numbers and passwords to each user.
Enable medical practitioners to prescribe medications and diagnostic tests.
Access a comprehensive list of all registered patients.
Review and manage prescribed medications for effective patient treatment.
Schedule appointments efficiently for organized patient visits.
Categorize doctors based on specialization for resource allocation.
Easily locate specific doctors within the system.
Remove doctors from the system when necessary.
Present a comprehensive list of all registered doctors.
Provide a consolidated view of all scheduled appointments.
The SHS has been designed in a way that is easy and very intuitive to use! Upon execution the console will give the user options upon which the user will enter their corresponding choice. All logic is handled by the program itelf and leaves little to the user providing a smooth User to application interaction.
Thank you for contributing to the SHS. Below are steps on how to contribute:
-
git clone https://github.com/AnxiousLunch/Project
-
git branch your-branch-name
-
git checkout your-branch-name
- Make your changes and with thorough testing ensure the absence of any errors
-
git commit -m "Enter a concise message"
-
git push origin your-branch-name
Please adhere to the cosing style of the project. We place emphasis on readable code and as such a consistent coding style makes for a more smooth and readable experience. If adding any new feature please add relevant documentation.