0% found this document useful (0 votes)
10 views80 pages

Project Cs

The document outlines a Computer Science project on a Hospital Management System developed by Priyanka Choudhary for class XII A at Bright India Public School, Ajmer. It includes sections such as the project's introduction, need for the system, advantages, existing system drawbacks, and a module list for users like admin, patients, and doctors. The project aims to streamline hospital operations, improve patient care, and enhance data management through a user-friendly software solution.

Uploaded by

scitech0007
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views80 pages

Project Cs

The document outlines a Computer Science project on a Hospital Management System developed by Priyanka Choudhary for class XII A at Bright India Public School, Ajmer. It includes sections such as the project's introduction, need for the system, advantages, existing system drawbacks, and a module list for users like admin, patients, and doctors. The project aims to streamline hospital operations, improve patient care, and enhance data management through a user-friendly software solution.

Uploaded by

scitech0007
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 80

BRIGHT INDIA PUBLIC SCHOOL, AJMER

COMPUTER SCIENCE
PROJECT
SUBMITTED BY- SUBMITTED TO-
PRIYANKA CHOUDHARY DEEPTI DADHEECH
CLASS – XII A
SUB. CODE - 083

\
INDEX
s.no Description Page No.
1. Certificate
2. Acknowledgement
3. Introduction
4. Need Of Hospital Management System

5. Source Code
6. Output Screen
7. Hardware & Software
Requirement
8. BIBLIOGRAPHY
CERTIFICATE
This is to certify that Hospital Management Computer science
project is developed by Priyanka Choudhary a student of class XII A.
under the guidance of ma’am Deepti Dadheech in Bright India
Public School, Ajmer in the session 2024-2025.

Signature of internal examiner

Signature of external examiner

Signature of principal
ACKNOWLEDGEMENT

I am very Thankful to my principal Mr. Dinesh Kumar Mathur


and Computer science Teacher Deepti Dadheech for his vital
support, guidance and encouragement without which this
project would not come forth from my side. Who helped me
completing the project by giving ideas, thoughts and made
this project easy and accurate.
I wish to thank my parents for their undivided support and
interest who inspired me and encouraged me to go my own
way, without which I would be unable to complete my
project.
HARDWARE AND SOFTWARE REQUIRED

HARDWARE
1. PC
2. MOBILE PHONE

SOFTWARE
● PYTHON (latest version)
● MYSQL
● PYTHON CONNECTOR
HOSPITAL
A hospital is a health care institution providing patient
treatment with specialized staff and equipment. Hospital are
usually funded by public sector by health organizations (for
profit or non-profit), by health insurance companies, or by
departments (e.g. , surgery, and urgent care etc).

HOSPITAL MANAGEMENT SYSTEM


A hospital management system is an information system that
manages the aspects of a hospital. This may include the
administrative, financial, and medical processing. It is an
integrated end-to-end Hospital Management System that
provides relevant information across the hospital to support
effective decision making for patient care, hospital
administration and critical financial accounting, In a seamless
flow. This program can look after Inpatients, OPD patients,
records, database treatment, status illness, billing etc. it also
maintains their hospital info such as ward id, Doctor in charge,
Department administering etc.
NEED OF HOSPITAL MANAGEMENT SYSTEM

1. Minimized documentation and no duplication of records.


2. Reduced paper work.
3. Improved patient care
4. Better Administration Control
5. Faster information flow between various departments
6. Smart Revenue Management
7. Effective billing of various services
8. Exact stock information
INTRODUCATION

The project Hospital Management System includes


registration of patients, storing their details into the system.
The software has the facility to give a unique id for every
patient and stores the details of every patient and the staff
automatically. It includes a search facility to know the
current status of each room. User can search availability of
a doctor and the details of a patient using the id. The
Hospital Management System can be entered using a
username and password. It is accessible either by an
administrator or receptionist. Only they can add data into
the database. The data can be retrieved easily. The
interface is very user-friendly. The data are well protected
for personal use and makes the data processing very fast.
The purpose of the project entitled as “HOSPITAL

MANAGEMENT SYSTEM” is to computerize the Front Office


Management of Hospital to develop software which is user
friendly, simple, fast, and cost-effective. It deals with the
collection of patient’s information, diagnosis details, etc.,
and also to manipulate these details meaningfully System
input contains patient details, diagnosis details; while
system output is to get these details on to the screen.
EXISTING SYSTEM

❖ In today’s world if someone wants to book a


Doctor’s Appointment we need to call in clinic or
personally go to that place and book the
appointment.
❖ This consumes precious time of the patient. Also
if the doctor cancels his /her schedule, the
patient does not come to know about it unless
he/she goes to the clinic.

DISADVANTAGES OF EXISTING SYSTEM

1. Lack of privacy

2. Risk in the management of the data.

3. Less security

4. Less user-friendly

5. Accuracy nor guaranteed


6. Not in reach of distant users.

7. There is no storage and automation if users


have some enquiry.
ADVANTAGES OF HMS

⮚ Less paperwork
⮚ Costs Reduction
⮚ Improves patient’s experience
⮚ Improve data security
⮚ Better collaboration & Communication
⮚ Analytic anytime anywhere
MODULE LIST
ADMIN
●ADD PATIENTS
●ADD STAFF
●VIEW PATIENTS RECORD
●VIEW STAFF RECORD
●CHANGE PASSWORD
● REMOVE PATIENTS
●REMOVE STAFF
●UPDATE PATIENT
●UPDATE STAFF INFORMATION
●ADD DOCTOR
●REMOVE DOCTOR
●CHECK DOCTOR JOB STATUS
PATIENT
●BOOK APPOINTMENT
●FIND DOCTOR
●VIEW DOCTOR PROFILE
DOCTER
 LOGIN
 APPLY JOB
 VIEW APPOINTMENT
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
DATABASE

Database name is:- COVID


1
2
3
4
5
6
7
8
BIBLOGRAPHY
1. www.google.com/Python project
2. www.wikipedia.com/Python and Pandas projects
3. www.google.com
4. www.W3school
5. Class Notes.
9
10

You might also like