Welcome to the MediPortal repository, a patient registration system designed to streamline the process of managing patient information within a hospital environment. This system consists of two core classes: Patient
and HospitalManager
, as well as a user-friendly frontend managed by the FrontendManager
. Patients are categorized by their status (Normal, Urgent, or Super Urgent) for efficient hospital management. 🩺💻
To run this project, follow these steps:
-
Clone the repository:
git clone https://github.com/charvijain12/MediPortal.git
-
Navigate to the project directory:
cd MediPortal
-
Run the command:
python frontend.py
-
The program will start running, and the user will be prompted with the main menu options. 📋👨⚕️
-
Add a Patient: Easily add a new patient to the hospital's registration system.
-
Remove a Patient: Efficiently remove a patient from the hospital's records.
-
Get the Next Patient: Retrieve the next patient from the hospital's waiting list based on their priority level.
-
View Patient Lists: Access lists of all patients currently in the hospital, sorted by their specialization or waiting list priority level.
- Python 3: This project was developed using the Python programming language.
Contributions are welcome! If you have suggestions or feedback, please feel free to submit a pull request or open an issue. 🌟
This project is licensed under the MIT License
. For more details regarding the project's license, please refer to the LICENSE file in this repository. 🔐
We hope you find MediPortal valuable for managing patient registration within a hospital setting. If you have any questions or require further assistance, please don't hesitate to contact us. 🙌