Synopsis: Hospital Management System

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 9

TAGORE INTERNATIONAL SCHOOL

VASANT VIHAR, NEW DELHI

SYNOPSIS
HOSPITAL MANAGEMENT SYSTEM

SUBMITTED BY:
NEEL GUPTA
AKSHAT SHARMA

CLASS: XII-C
SESSION:2022-23
INDEX
 Introduction of Project
 Objective of the Project
 Scope of the project
1. Display all records
2. Search
3. Delete
4. Modify
5. Add a record
 Reports - min two, max -5
 Input/output Requirement
 Hardware and Software Requirement
 Front end/back end selections
 Front end design
 Back end design
 Database dictionary
 Flow of Control diagram/ Flow Chart
 Security Control/ Data validations
 Future Scope of the Project
 Conclusion
 Reference or Bibliography
INTRODUCTION OF THE PROJECT:

This software project is developed to


automate the process of registering and
updating the personal details of the patients
and thus making the work simpler and less
time consuming for the hospital
management.

OBJECTIVE OF THE PROJECT:

To keep a record of thousands of patients


and keep updating them on a regular basis is
very difficult. This project aims to reduce
the load on the hospital management for
managing the records of the students and
doctors by making it as easy as possible.
This project simplifies the task of
maintaining records because of its user
friendly nature.
SCOPE OF THE PROJECT:

1. To add new patient details.


2. To add details about room
assigned and disease the
patient is suffering.
3. Display all patient records.
4. Update availability of beds and
ambulances.
5. Delete records of patients who have
discharged.

REPORTS:
 Displaying the patient’s name and
his/her gender.
 Displaying the personal details of the
patient (including phone no. and
address)
 Displaying the details regarding
the surgery of the patients.
 Generate old medical records of
patient.
HARDWARE AND SOFTWARE:
 Hardware:
Operating System- Windows 10 with
8 GB RAM.
System Type- 64 bit operating
system, x64 based processor

 Software:

Used: Microsoft excel, python 3.8


and MySQL
Requirement: Any operating system
(x64 or x86) with python
version>=3.7 and IDLE python
(version >=3.8)
 FRONT-END:

Python- It is an interpreted high-level


general-purpose programming language.
Its design philosophy emphasizes code
readability with its use of significant
indentation.

 BACK-END:

MySQL- It is an open-source relational


database management system. Its name
is a combination of "My", the name of
co-founder Michael Widenius's
daughter, and "SQL", the abbreviation
for Structured Query Language.
 DATABASE DICTIONARY:

1. Enter patient name


2. Enter gender
3. Enter disease and medication
of the patient
4. Enter date of admission to the
hospital.
5. Enter admission no.
6. Enter Father’s name
7. Enter Mother’s name
8. Enter Phone no.
9. Enter Email ID of the patient.
10. Enter Address
START

HOSPITAL
MANAGEMENT
SYSTEM

SELECT AN OPTION

DISPLAY RECORDS UPDATE RECORDS

SEARCH SEARCH

DELETE INPUT NEW


VIEW PATIENT RECORD RECORD
DETAILS
 FUTURE SCOPE OF THE PROJECT:
This project can be used by newly
established hospitals as well as existing
hospitals for keeping a simple and efficient
record management of their patient, nurses
and doctors.

 CONCLUSION:

At last, we can conclude that this


program aims at a handling large
hospital record of patients in a very
simple and convenient manner.

 BIBLIOGRAPHY:

1. Computer science With Python


(Class XII) by Sumita Arora.

You might also like