bdipesh3045 / Hospital-Management-System

This is a hospital management system made by using python and it supports CRUD Operations with a level of validation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hospital Management System This is a Hospital Management System that supports CRUD (Create, Read, Update, Delete) operations and includes different kinds of validation to ensure data accuracy and security.

Functionalities

The program will provide the following features, plus more as described in the function sections below:

 1.A function to read patient data from a plaintext file.
 2.A function to display various statistics about the patients, such as the average vital signs about the patients or for a specific patient.
 3.A function to display various statistics about the patients, such as the average vital signs about the patients or for a specific patient.
 4.A function to display patient data for all patients or for a specific patient by ID.
 5.A function to display patient data for all patients or for a specific patient by ID.
 6.A function to add new patient data to the patient list.
 7.A function to find patient visits in a certain month or year
 8.A function to find patients who need follow-ups depending on their vital statistics
 9.A text-based interface to list the patients and allow the user to select which feature they would like to use.
  

Run Locally

Clone the project

  git clone https://github.com/bdipesh3045/Hospital-Management-System/

Go to the project directory

  python3 main.py

Screenshots

image

Thank You!

About

This is a hospital management system made by using python and it supports CRUD Operations with a level of validation


Languages

Language:Python 100.0%