Download as pdf or txt
Download as pdf or txt
You are on page 1of 26

School Name

School Address

COMPUTER SCIENCE
This is a watermark for trial version, register to get full one!
Benefits for registered user:

NAME: _______________
1. Can remove all trial watermark.
2. No trial watermark on the output documents.
CLASS: _______ SECTION: ________
Remove it Now

ROLL NO: __________


EXAM ROLL NO: __________
ACADEMIC YEAR: 2021-22

1
CERTIFICATE
This is to certify that Master ___________ of class
_____has successfully completed the Computer
Science project on the topic Hospital Management
under the guidance of _________ during the academic
year 2021-22.

This is a watermark for trial version, register to get full one!


_____________
Benefits for registered user: ______________
INTERNAL EXAMINER
1. Can remove all trial watermark.
PRINCIPAL
2. No trial watermark on the output documents.

_____________ _____________
Remove it Now

DATE EXTERNAL EXAMINER

2
ACKNOWLEGMENT
I would like to express my special thanks of
gratitude to my teacher ___________ as well as
our principal _________ 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
This their help,
is a watermark forguidance and register
trial version, support to
it would
get full one!
be impossible
Benefits to complete
for registered user: this project.
Secondly,
1. Can I would
remove all also like to thank
trial watermark. my parents
2. No trial watermark on the output documents.
and friends who helped me a lot in finishing this
project within limited time. I am making thisRemove it Now
project not only for marks but also to increase my
knowledge.
Once again thanks to all who helped me in doing
this project.

3
INDEX
Sr. No. Particulars Page

1. Title of the project 5

This is a watermarkBackground
for trial version,of the to get full one!
register
Benefits 2.
for registered user: project
6
1. Can remove all trial watermark.
2. No trial watermark on the output documents.
Functions and
3. 8
Modules Remove it Now

4. Flow of Project 12

5. Use of Technology 16

Bibliography
6. 24

4
TOPIC OF THE PROJECT
HOSPITAL
This is a watermark for trial version, register to get full one!
Benefits for registered user:
MANAGEMENT
1. Can remove all trial watermark.
2. No trial watermark on the output documents.

2021-22 Remove it Now

Group members:
1) __________
2) __________
3) __________

5
BACKGROUND OF THE
This is a watermark for trial version, register to get full one!

PROJECT
Benefits for registered user:

1. Can remove all trial watermark.


2. No trial watermark on the output documents.

Remove it Now

6
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
This information
is a watermark such as-
for trial version, aadhar
register to getno.,
full one!
patient
Benefits name, age,
for registered user:gender, phone no., blood
group.
1. Can remove all trial watermark.
2. No trial watermark on the output documents.
Generally, to take appointment, the patient
has to call or meet the receptionist Remove
of theit Now
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.

7
FUNCTIONS AND
This is a watermark for trial version, register to get full one!

MODULES
Benefits for registered user:

1. Can remove all trial watermark.


2. No trial watermark on the output documents.

Remove it Now

8
MODULES
import mysql.connecter:
By importing this package, we are able to
establish the connection between SQL and
Python.
import datetime:
This is a watermark for trial version, register to get full one!
This package provides basic functions for
Benefits for registered user:
display date related values in the program.
1. Can remove all trial watermark.
import
2. No random:
trial watermark on the output documents.

This package has functionality to generate


Remove it Now

random numbers and select numbers within a


range.

9
FUNCTIONS
connect():
This function establishes connection between
Python and MySQL.
cursor():
It is a special control structure that facilitates
This is a watermark for trial version, register to get full one!
the row-by-row processing of records in the
Benefits for registered user:
result set.
1. Can remove all trial watermark.
The
2. No trialsyntax is:on the output documents.
watermark

<cursor object>=<connection object>.cursor()


Remove it Now

execute():
This function is use to execute the sql query
and retrieve records using python.
The syntax is:
<cursor object>.execute(<sql query string>)

10
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.
This is a watermark for trial version, register to get full one!
Benefits for registered user:

1. Can remove all trial watermark.


2. No trial watermark on the output documents.

Remove it Now

11
FLOW OF THE
PROJECT
This is a watermark for trial version, register to get full one!
Benefits for registered user:

1. Can remove all trial watermark.


2. No trial watermark on the output documents.

Remove it Now

12
SCOPE 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.
This is a watermark for trial version, register to get full one!
I. REGISTER
Benefits YOURSELF:
for registered user:
In this option, the patient can register
1. Can remove all trial watermark.
himself/herself
2. No trial by entering
watermark on the output documents.their
AADHAR
NO., PATIENT NAME, AGE, GENDER,Remove and it Now
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.
13
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:

This is a •watermark
X-RAY for trial version, register to get full one!
Benefits for registered user:
• MRI
• CTallSCAN
1. Can remove trial watermark.
2. No trial watermark on the output documents.
• ENDOSCOPY
Remove it Now
• DIALYSIS
• ULTRASOUND
• EEG
• ENMG
• ECG

14
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
This isPASSWORD
a watermark to for know the appointment
trial version, offull one!
register to get
Benefitsthe
for registered
patient with user:their names, age, and

appointment
1. Can remove no. he/she has.
all trial watermark.
2. No trial watermark on the output documents.

Remove it Now
➢ 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.

15
This is a watermark for trial version, register to get full one!

USE OF
Benefits for registered user:

1. Can remove all trial watermark.


2. No trial watermark on the output documents.

TECHNOLOGY Remove it Now

16
USE OF TECHNOLOGY

❖ WHAT IS MySQL?
MySQL is a relational DBMS that can run
virtually all platforms, including Linux, Unix
and Windows. Popular for web-based
This is a watermark
applications andfor trial version,
online register
publishing, to getisfull
MySQL a one!
Benefits for registered user:
part of open-source enterprise stack LAMP
(Linux,
1. Can Apache,
remove MySQL, PHP).
all trial watermark.
2. No trial watermark on the output documents.
MySQL is a freely available open source
Remove it Now
RDBMS that uses Structured Query Language
(SQL). It is down-loadable from site
www.mysql.org MySQL is fast, reliable,
scalable alternative to many of the
commercial RDBMs available today. MySQL
provides you with a rich set of features that
support a secure environment for storing,
maintaining, and accessing data.
17
MySQL was created and supported by MySQL
AB, a company based in Sweden. This
company is now a subsidiary of Sun
Microsystems, which holds the copyright to
most of the codebase. On April 20th, 2009
Oracle Corp., which develops and sells the
proprietary Oracle database, announced a
deal to acquire Sun Microsystems.
This is a watermark for trial version, register to get full one!
SQL provides many different types of
Benefits for registered user:
commands used for different purposes. SQL
1. Can remove all trial watermark.
commands
2. No can
trial watermark be output
on the divided into following
documents.
categories:
Remove it Now
i. Data Definition Language (DDL)
ii. Data Manipulation Language (DML)
iii. Transaction Control Language (TCL)
iv. Session Control Commands
v. System Control Commands

18
❖ WHAT IS PYTHON?
Python is an interpreted, object-oriented,
high-level programming language with
dynamic semantics. Its high-level built in data
structures,
This is a watermark combined
for trialwith dynamic
version, typing
register to get full one!
and dynamic
Benefits binding;
for registered user: make it very attractive
for Rapid Application Development, as well as
1. Can remove all trial watermark.
fortrial
2. No use as a scripting
watermark or documents.
on the output glue language to
connect existing components together. Remove it Now
Python's simple, easy to learn syntax
emphasizes readability and therefore reduces
the cost of program maintenance. Python
supports modules and packages, which
encourages program modularity and code
reuse. The Python interpreter and the
extensive standard library are available in
source or binary form without charge for all
19
major platforms, and can be freely
distributed.
Often, programmers fall in love with Python
because of the increased productivity it
provides. Debugging Python programs is easy:
a bug or bad input will never cause a
segmentation fault. Instead, when the
interpreter discovers an error, it raises an
This is a watermark for trial version, register to get full one!
exception. A source level debugger allows
Benefits for registered user:
inspection of local and global variables,
1. Can remove all trial watermark.
evaluation
2. No of on
trial watermark arbitrary
the output expressions,
documents. setting
breakpoints, stepping through the code a line
Remove it Now
at a time, and so on. The debugger is written
in Python itself, testifying to Python's
introspective power. On the other hand,
often the quickest way to debug a program is
to add a few print statements to the source:
the fast edit-test-debug cycle makes this
simple approach very effective.

20
HARDWARE AND SOFTWARE
REQUIREMENT
SYSTEM:
OS- Windows 7 Professional 32-Bit (6.1, Build
7601)
Language: English
This is a watermark for trial version, register to get full one!
System Manufacture-Gigabyte Technology
Benefits for registered user:
Co., Ltd
1. Can remove all trial watermark.
BIOS:-BIOS
2. No Date:
trial watermark on the08/03/13 09:45:07
output documents.

Ver: 04.06.05 Remove it Now

Processor:- Intel (R) Core ™ i3-3220CPU


@3.30 GHz (4CPUs), ~3.3GHz
Memory: 2048 MB RAM
DirectX Version: Direct XII

21
DISPLAY DEVICE:
Name:-Intel(R) HD Graphics
Manufacturer: - Gigabyte Technology
Co., Ltd
Chip
This is aType: - Intel(R)
watermark HDversion,
for trial Graphics Family
register to get full one!
Benefits for registered user:
DAC Type:-Internal
1. Can remove all trial watermark.
Approx.
2. No TotalonMemory:-775
trial watermark MB
the output documents.

Current Display mode: - 1336 X 768 Remove it Now

(32 Bit)(60Hz)
Monitor:- Generic PnP Monitor

22
DRIVER:
Main Driver: - igdumdim 32.dll,igd loiumd
32.dll,igd lo
Version:-10.18.10.3345
Date:-10/28/13
This is a watermark for trial version, register to get full one!
WHQL
Benefits forlogo’s:- Yes
registered user:

DDIremove
1. Can Version:
all trialIIwatermark.
2. No trial watermark on the output documents.
Driver Model:-WDDM 1.1
Remove it Now

23
This is a watermark for trial version, register to get full one!

BIBLIOGRAPHY
Benefits for registered user:

1. Can remove all trial watermark.


2. No trial watermark on the output documents.

Remove it Now

24
BIBLOGRAPHY
❖To develop this project
manyreferences wereused:

1. COMPUTER SCIENCE TEXTBOOK


CLASS 12: SUMITA ARORA
This is a 2. watermark for trial version, register to get full one!
https://www.google.com
Benefits for registered user:
3. https://www.python.org.in
4. all trial
1. Can remove https://www.mysql.org
watermark.
2. No trial watermark on the output documents.
5. https://www.tutorialaicsip.com
Remove it Now

25
REMARKS

__________________
__________________
This is a watermark for trial version, register to get full one!

__________________
Benefits for registered user:

1. Can remove all trial watermark.


2. No trial watermark on the output documents.
__________________ Remove it Now

__________________
__________________

26

You might also like