You are on page 1of 16

COMPUTER SCIENCE PROJECT

BY:-
YUVRAJ BHATIA (S7-D)(40)
VIDIT AGGARWAL (S7-D)(38)
VEDANT AGGARWAL (S7-D)(37)
INDEX

 SLIDE 5 --- ABOUT THE PROJECT


 SLIDE 6-7 --- TECHNICAL DETAILS
 SLIDE 8-10 --- SOURCE CODE
 SLIDE 11-12 --- OUTPUT
 SLIDE 13 --- PYTHON PROGRAMS USED
 SLIDE 14 --- SCOPE OF IMPROVEMENT
 SLIDE 15 --- BIBLIOGRAPHY
ACKNOWLEDGMENT

TO WHOM SO EVER IT MAY CONCERN

We convey our sincere gratitude to our Computer Science Teacher Mr. Gautam Sarkar for his
continuous guidance and help. Without his support and his dedication to teach us PYTHON
along with our sincere efforts, the completion of our Python Project –‘Hospital Management’
would have not been possible. It is the hard work of each one who participated and helped
in making the project.

Yuvraj Bhatia Vidit Agrawal Vedant Agrawal


Class S7 D, Roll No. 3 Class S7 D, Roll No. 3 Class S7 D, Roll No. 4
CERTIFICATE

TO WHOM SO EVER IT MAY CONCERN

This is to certify that the Python Project File –“Hospital Management” has been designed
and developed by Yuvraj Bhatia, Vedant Agrawal and Vidit Agrawal of class S7D under my
guidance and supervision.

_____________
Gautam Sarkar
Head, Computer Science Department
ABOUT THE PROJECT (BASIC IDEA)
 The Hospital Management program is a database, where we can
initialize the hospital as well. It also provides us the ability to
enter the doctors details as per the requirements

 After that the user can take the details of the patients about their
problems and the doctor they would like to meet. This database
system will make the functioning of the hospitals smoother, and
efficient
TECHNICAL DETAILS (CODE EXPLAINED)
 The code starts by asking the hospital how many doctors do they need.

 After that it asks the user to enter the necessary details of the doctors like
the name, specialization and the sitting time in the hospital.

 After successfully registering the details of the doctors, it creates a menu


having 5 options.
 First option allows the user to enter the details of the patient.
 Second option is used to display the details.
 Third option enables the user to search the details either by the patient’s
name or by the doctor’s name.
 Fourth option is used to delete the details of a particular patient.
 The last option is to quit the program.
SOURCE CODE
OUTPUTS
## Adding Patients Details

## Entering Doctor Details


## Searching the Details ## Displaying the Details

## Exiting the program


## Deleting the Details
PYTHON PROGRAMS USED

 We have incorporated both text file Handling, and


Binary File Handling in our programs.

 This program can be used in real life by hospitals for


the management of the doctors and patients.
SCOPE OF IMPROVEMENT

 We could have a timing where you can have a


doctor's appointment, and you can also include
a logical part where we check whether the
doctor is present right now or not.
BIBLIOGRAPHY

 Mr. Gautam Sarkar’s Sir notes.

 Textbook

 Online guidance
THANK YOU

You might also like