0% found this document useful (0 votes)
20 views

Cs Project - Sample

Uploaded by

kmmm23328
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
20 views

Cs Project - Sample

Uploaded by

kmmm23328
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 11

VELAMMAL VIDHYASHRAM

SURAPET

COMPUTER SCIENCE
HOSPITAL MANAGEMENT SYSTEM
ACADEMIC YEAR : 2022-2023

KANISHKUMAR R
XII – A Type your text
BONAFIDE CERTIFICATE

This is to certify that this COMPUTER SCIENCE Project on the topic


“HOSPITAL MANAGEMENT SYSTEM” has been successfully completed
by KANISHKUMAR R XII – A , Roll. No: at Velammal
Vidhyashram, Surapet, for the partial fulfillment of this project as a
part of Senior Secondary Certificate Examination – CBSE, New Delhi
for the academic Year 2024- 2025.
Date :

Signature of Principal

Teacher in-charge

Signature of the Internal Examiner

Signature of the External Examiner


ACKNOWLEDGEMENT
Apart from the efforts of me, the success of any project depends
largely on the encouragement and guidelines of many others. I take
this opportunity to express my gratitude to the people who have
been instrumental in the successful completion of this project.

I express deep sense of gratitude to almighty God for giving me


strength for the successful completion of the project.
I express my heartfelt gratitude to my parents for constant
encouragement while carrying out this project.
I gratefully acknowledge the contribution of the individuals who
contributed in bringing this project up to this level, who continues
to look after me despite my flaws.

I express my deep sense of gratitude to the luminary The Principal


, Bhagat Singh Wing, Velammal
Vidhyashram, Surapet who has been continuously motivating and
extending their helping hand to us. Type

I express my sincere thanks to the CEO. Mr. VelMurugan Velammal


Vidhyashram, surapet, for providing this opportunity in doing this
project.
My sincere thanks to Mrs. Shanthi Siddheswaran, Master In-charge,
A guide, Mentor all the above a friend, who critically reviewed my
project and helped in solving each and every problem, occurred
during implementation of the project
The guidance and support received from all the members who
contributed and who are contributing to this project, was vital for
the success of the project. I am grateful for their constant support
and help.
TABLE OF CONTENT

1.ABSTRACT

2.SYSTEMCONFIGURATION

3.INTRODUCTION

4.OBJECTIVES OF THEPROJECT

5.PROPOSED SYSTEM

6.LIBRARIES AND FUNCTIONS USED

7.MYSQL QUERIES USED IN THIS PROJECT

8.SOURCECODE

9.OUTPUT(SCREENSHOT)

10.CONCLUSION

11.BIBILOGRAPHY
ABSTRACT
SYSTEM REQUIREMENTS
HARDWARE CONFIGURATION
Microsoft windows 7 professional/windows 8/windows 8.2:
 Processor : Intel Core i3 orequivalent
 Memory : 2 GB (32-bit), 4 GB(64-bit)
 Disk space : 1.5 GB of free disk space

SOFTWARE REQUIREMENTS
 1 GB RAM (2 GB+recommended)
 9-58 GB free hard disk space depending on edition and
configuration, including space required for
temporaryfiles
 DVD-ROM drive (if installing from a Media KitDVD)

 Basic GPU – Any vendor DirectX 9.0 class or better (Pixel


Shader Level2)
 Intel® Pentium® or compatible, 1.6 GHz minimum
(2GHz+recommended)
 1024x768 or higher-resolution monitor
 MOUSE OR OTHER POINTING DEVICE
INTRODUCTION
Hospital Management System isa system enabling hospitals to
manage information and data related to all aspects of healthcare –
processes, providers, patients, and more, which in turn ensures that
processes are completed swiftly and effectively. Hospital
management systems provide a common source of information
about a patient, doctors and workers. The system has to keep data in
a secure place and controls who can reach the data in certain
circumstances. These systems enhance the ability of health care
professionals to coordinate care by providing a patient's health
information and visit history at the place and time that it is needed.
This makes us more convenient to store data of the hospital system
effectively. The aim of this system is they help us to manage the
information related to health care and aids in the job completion of
health care providers effectively. They manage the data related to all
departments of healthcare such as, Clinical and Financial.

In this Python and MySQL connectivity program we can store the


information of the patients, doctors and workers in a well arranged
manner. We can also easily access the details we needed by
searching for the needed info. 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.
OBJECTIVES OF THE PROJECT
o Define hospital
o Recording information about the Patients that come.
o Generating Details.
o Recording information related to diagnosis given to Patients.
o Keeping record of the Immunization provided to
children/patients.
o Keeping information about various diseases and medicines
available to cure them.

These are the various jobs that need to be done in a Hospital by


the operational staff and Doctors. All these works are done on
papers.

Goals :

 User friendly
 Simple fast
 Low cost and effective
 It deals with the collection of patient’s information
 All the details can be stored including workers and doctors
LIBRARIES AND FUNCTIONS USED
 Mysql.connector - MySQL Connector enables Python programs to
access MySQL databases, using an API that is compliant with the
Python Database API Specification v2.0 (PEP 249). It is written in
pure Python and does not have any dependencies except for the
Python Standard Library.

 Sys Module - The sys module in Python provides various


functions and variables that are used to manipulate different
parts of the Python runtime environment. It allows operating on
the interpreter as it provides access to the variables and
functions that interact strongly with the interpreter.

 exit() function - exit() function allows the developer to exit from


Python. The exit function takes an optional argument, typically
an integer that gives an exit status. Zero is considered a
“successful termination”.

 cursor() function - Cursors are created by the connection.


cursor() method: they are bound to the connection for the entire
lifetime and all the commands are executed in the context of the
database session wrapped by the connection.

 execute() function - This method executes the given database


operation (query or command).

 commit() function - This method sends a COMMIT statement to


the MySQL server, committing the current transaction. Since by
default Connector/Python does not autocommit, it is important
to call this method after every transaction that modifies data for
tables that use transactional storage engines.

 MySQL Insert function - The INSERT INTO statement is used to


insert new records in a table
BIBLIOGRAPHY
 SUMITA ARORA Text Book
 https://www.wikipedia.com
 https://www.w3schools.com/sql/default.asp

 https://www.mysqltutorial.org/

 https://www.tutorialspoint.com/python/
python_modules.htm

You might also like