Skip to content

charvijain12/MediPortal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

MediPortal: Patient Registration System 🏥

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. 🩺💻

Running the Project 🚀

To run this project, follow these steps:

  1. Clone the repository:

    git clone https://github.com/charvijain12/MediPortal.git
    
  2. Navigate to the project directory:

    cd MediPortal
    
  3. Run the command:

    python frontend.py
    
  4. The program will start running, and the user will be prompted with the main menu options. 📋👨‍⚕️

Features ✨

  • 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.

Technologies Used 🛠️

  • Python 3: This project was developed using the Python programming language.

Contributing 🤝

Contributions are welcome! If you have suggestions or feedback, please feel free to submit a pull request or open an issue. 🌟

License 📄

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. 🙌

About

A patient registration system using Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages