Hospital-Management-System

Overview

The Hospital Management System is a Python-based console application designed to streamline various administrative tasks within a hospital. The system allows the receptionist to efficiently manage patient admissions, check room availability, discharge patients, and display lists of admitted patients and available doctors.

Features

Classes and Methods

Person

Base class representing a person with basic attributes:

Patient

Inherits from Person and adds patient-specific attributes:

Doctor

Inherits from Person and adds doctor-specific attributes:

HospitalManagementSystem

Manages lists of patients and doctors, and includes methods to:

Usage

  1. Clone the Repository: ```sh git clone https://github.com/yourusername/Hospital-Management-System.git cd Hospital-Management-System