0% found this document useful (0 votes)
59 views7 pages

Oxford Sr. Sec. School SESSION: 2021-2022

This document provides a synopsis for a hospital management system project created by two students. The project was written in Python and uses a database to permanently save patient and hospital data. The system allows admin to add doctors, manage patients, and schedule appointments. It also allows users to search for records, view lists, and update patient information. The goal of the project is to computerize hospital details, make appointments convenient, and easily access updated patient records for historical purposes. It requires Python, Windows 10, and at least 4GB of RAM to run.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
59 views7 pages

Oxford Sr. Sec. School SESSION: 2021-2022

This document provides a synopsis for a hospital management system project created by two students. The project was written in Python and uses a database to permanently save patient and hospital data. The system allows admin to add doctors, manage patients, and schedule appointments. It also allows users to search for records, view lists, and update patient information. The goal of the project is to computerize hospital details, make appointments convenient, and easily access updated patient records for historical purposes. It requires Python, Windows 10, and at least 4GB of RAM to run.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 7

OXFORD SR. SEC.

SCHOOL
SESSION: 2021-2022
COMPUTER SCIENCE
PROJECT SYNOPSIS
HOSPITAL MANAGEMENT SYSTEM
SUBMITTED BY: TANMAY AND NISHANT
CLASS: XII-A
ROLL NOS.: 25 &35
S.NO. TABLE OF CONTENT PAGE NO.
1. INTRODUCTION
2. Aim and objective of project
3. Working methodology
4. Name of language and library/modules used
5. Benefits and outcome of project
6. Hardware and software requirements
7. REFRENCES\BIBLIOGRAPHY
INTRODUCTION
• Hospital Management System project is written in Python. The project file contains a python script (project.py). This is a simple
project which is very easy to understand and use. There is no login system here. Talking about its features, this system consists
of two user admin and the client.
• It has different modules such as adding new doctors, managing patients and managing appointments Using 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, gender, doctor name,
disease, payment method, or email.
• The system shows all the available records in a list view. And the user can easily remove and modify any available records of
the patient.
• The admin can add new listing of doctors, schedule appointments for patients and create patient’s records. The main purpose
of the system is to organize the patient data and make the appointment meeting convenient for both doctor and patient.
• The system can make user work faster and reliable when it comes by inputting data. he/she is responsible for inputting patient
info, setting an appointment, doctor info, and updating the status.
• While the user is only capable for viewing the available doctors, patient details, appointed meetings, and available
department.
• This Hospital Management System provides the simplest management of the hospital records.
• In short, this projects mainly focus on create, read, update, delete (CRUD) with a search function.
• There’s an external database connection file used in this mini project to save the data permanently. In order to run the project,
you must have installed Python, on your PC. This is a simple hospital system, for the education purpose.
AIM OF THE PROJECT
• The project “Hospital management system” is aimed to develop to maintain
the day –to-day state of admission/discharge of patients, list of doctors,
reports generation, and etc. It is designed to achieve the following objectives:
• To computerize all details regarding patient details & hospital details.
• Scheduling the appointment of patient with doctors to make it convenient for
both.
• To make sure that the patient record is saved for the easier access to the
information for the user
• To make discharge and admission of a patient in the hospital easy.
• The information of the patients should be kept up to date and their record
should be kept in the system for historical purposes.
• The list of doctors can be maintained easily, their specialization in the field,
age, gender etc.
HARDWARE AND SOFTWARE REQUIREMENTS

• HARDWARE CONFIGURATION
• Processor : AMD A6-7310 APU with AMD
Radeon R4 Graphics 2.00 GHz
• RAM : 4 GB
SOFTWARE CONFIGURATION
• Operating System : Windows 10
• Language( Front End) : Python
• Back End : My-Sql
REFRENCES\BIBLIOGRAPHY
• TEXT BOOK: Computer Science with Python
CLASS NOTE

You might also like