You are on page 1of 12

A PROJECT REPORT OF

“HOSPITAL MANAGEMENT SYSTEM”

NAME : Vansh Gupta


CLASS: XII SECTION: A
ROLL NO: 50
EXAM ROLL NO: __________
ACADEMIC YEAR: 2021-22

1
CERTIFICATE

This is to certify that Master Vansh Gupta of


class XII – A has successfully completed the
Computer Science project on the topic Hospital
Management under the guidance of Mrs. Prachi
Pathak during the academic year 2021-22.

_______________________ ______________________

INTENAL EXAMINER PRINCIPAL

______________________ ______________________

DATE EXTERNAR EXAMINER

2
ACKNOWLEGMENT
I would like to express my special thanks of gratitude
to my teacher Mrs. Prachi Pathak as well as our
principal Mr. R K Pandey sir who gave me golden
opportunity to do this project of Computer Science,
which also helped me in doing a lot of research and I
came to know new things about it. Without their help,
guidance and support it would be impossible to
complete this project. Secondly, I would also like to
thank my parents and friends who helped me a lot in
finishing this project within limited time. I am making
this project not only for marks but also to increase my
knowledge. Once again thanks to all who helped me in
doing this project.

3
Sr no. Topic Page Remarks/Sign
no.
1. General 5
Discription
2. Hardware and 6
Software
Requirement
3. Library Modules 7-8
and Functions
4. Flow of the 9-11
Project
5. Bibliography 12

4
GENERAL
DESCRIPTION

In today’s world, all the things have become


computerized. Generally, the hospital works on
paper work.
To register patient information, there is need of a
lot paper work. So, this software is useful for
doing hospital work easy. It registers the patient’s
information such as- aadhar no., patient name,
age, gender, phone no., blood group.
Generally, to take appointment, the patient has
to call or meet the receptionist of the hospital. By
using this software, you can easily take the
appointment to the consultant doctor with date
and time and appointment no. of that day.
Hence, this software makes easy work for both
patient and hospital management

5
HARDWARE
AND
SOFTWARE REQUIREMENT

HARDWARE SPECIFICATION
Intel(R) Core(TM) i3 -
PROCESSOR 2120 CPU @ 3.30GHz 3.30
GHz

RAM 4.00 GB

SYSTEM TYPE 64-bit operating system,


x64-based processor

SOFTWARE SPECIFICATION:
FRONT END Python
BACK END MySQL
EDITION Windows 10 Pro
VERSION 20H2
OS BUILD 19042.1165

6
LIBRARY MODULES
AND
FUNCTIONS

MODULES :
import mysql.connector :
By importing this package, we are able to
establish the connection between SQL and
Python.

import datetime:
This package provides basic functions for display
date related values in the program.

import random:
This package has functionality to generate random
numbers and select numbers within a range.

7
FUNCTIONS :
connect():
This function establishes connection between Python
and MySQL.
cursor():
It is a special control structure that facilitates the row-
by-row processing of records in the result set.
The syntax is: <cursor object> = <connection
object>.cursor()
Execute():
This function is use to execute the sql query and
retrieve records using python.
The syntax is: <cursor object>.execute (<sql query
string > )

Fetchall():
This function will return all the rows from the result set
in the form of a tuple containing the records.
commit():
This function provides changes in the database physically

8
FLOW OF THE PROJECT

➢Our project is based on HOSPITAL MANAGEMENT.


The project consists of 3 modules :
1. PATIENT
2. DOCTOR
3. EXIT
In the PATIENT MODULE, you can have 5 options i.e.
I. REGISTER YOURSELF:
In this option, the patient can register
himself/herself by entering their AADHAR NO.,
PATIENT NAME, AGE, GENDER, and PHONE NO.
And BLOOD GROUP.
II. APPOINTMENT:
In this option, the patient can take appointment by
entering AADHAR NO. After entering it, you will get
list of doctor i.e. CARDIOLOGIST, RHEUMATOLOGIST,
PSYCHITRIST, NEUROLOGIST,
OTOLARYNGONOLOGIST and MI ROOM

9
III. LIST OF DOCTORS:
In this option, you will get the LIST OF DOCTORS
with their SPECIALITY and ROOM NO.
IV. SERVICES AVAILABLE:
In this option, you will get the list of services
available in our hospital such as:

• X-RAY
• MRI
• CT SCAN
• ENDOSCOPY
• DIALYSIS
• ULTRASOUND
• EEG
• ENMG
• ECG

10
V. TO MODIFY DATA:
In this option, you can change/modify the
registered details given by patient.

➢In the DOCTOR (ADMIN) MODULE, doctor has


to enter his/her ID NO. And PASSWORD to
know the appointment of the patient with
their names, age, and appointment no. he/she
has.

➢ In the last and final module i.e. EXIT MODULE,


user can end the program.
At last, program will display THANK YOU with
giving a positive message i.e. ”STAY SAFE, STAY
HEALTHY.” and “HEALTH IS WEALTH.” It will
also display the names of developers.

11
BIBLIOGRAPHY

❖ To develop this project many references were used:

1. COMPUTER SCIENCE TEXTBOOK CLASS 12: SUMITA ARORA


2. https://www.google.com
3. https://www.python.org.in
4. https://www.mysql.org

12

You might also like