S

SIMPLE HOSPITAL MANAGEMENT SYSTEM IN PYTHON

Simple Hospital Management System project is written in Python. The project file contains a python script (project.py). This is a simple console based project which is very easy to understand and use.

The problem SIMPLE HOSPITAL MANAGEMENT SYSTEM IN PYTHON solves

Talking about its features, it contains all the required functions which include adding, viewing, removing and updating hospital records. While adding records, the user has to enter the serial number, patient name, age, gender, doctor name, disease, contact details, fees and so on.
The user can also search for a record by the patient’s serial number, contact number, blood group, age, sex, doctor name, disease, payment method, or email. The system shows all the available records in a list view. And also the user can easily remove and modify any available records of the patient.
Features:

  1. Add patient records
  2. View all records
  3. Search by name, age, sex, doctor name, disease, blood group
  4. Remove records
  5. Modify records

Challenges we ran into

Simple Hospital Management System project is written in Python. The project file contains a python script (project.py). This is a simple console based project which is very easy to understand and use. There is no login system here. Talking about its features, it contains all the required functions which include adding, viewing, removing and updating hospital records. While adding records, the user has to enter the serial number, patient name, age, gender, doctor name, disease, contact details, fees and so on.
The user can also search for a record by the patient’s serial number, contact number, blood group, age, sex, doctor name, disease, payment method, or email. The system shows all the available records in a list view. And also the user can easily remove and modify any available records of the patient.
This console-based Simple Hospital Management System provides the simplest management of the hospital records. In short, this projects mainly focus on CRUD with a search function. There’s an external database connection file used in this mini project to save the data permanently
Features:

  1. Add patient records
  2. View all records
  3. Search by name, age, sex, doctor name, disease, blood group
  4. Remove records
  5. Modify records

Technologies used

Discussion