Hospital Management System
Hospital Management System
In partial fulfillment of the award of the Sem-2 project requirements for the degree Of
BACHELOR OF TECHNOLOGY
In
COMPUTER SCIENCE & ENGINEERING
By
1
RAJIV GANDHI UNIVERSITY OF KNOWLEDGE TECHNOLOGIES
CERTIFICATION OF EXAMINATION
This is to certify that the work in the project entitled Hospital Management System by
M.Raja vamsi, G.Ramana and G.Ravi Kumar is a record of their work carried out under
my supervision and guidance in partial fulfillment of the Sem2 project requirements for
the award of the degree of Bachelor of Technology in Computer Science and Engineering
during acedemic section December 2019 - May 2020 at RGUKT-RK Valley. to the best our
knowledge , results embodied in this dissertation work have not been submitted to any
EXAMINER
RAJIV GANDHI UNIVERSITY OF KNOWLEDGE TECHNOLOGIES
DECLARATION
We, M.Raja vamsi, G.Ramana and G.Ravi Kumar here by declare that the project
report entitled “Hospital Management System” done by under guidance of Siva Lakshmi
is submitted in partial fulfillment of the Sem-2 project requirements for the award of the
We also declare that is project is a result of our own effort and has not been copied
or imitated from any source. Citations from any websites are mentioned in the references.
The results embodied in this dissertation work have not been submitted to any
Signature
ACKNOWLEDGEMENT
We have taken efforts in this project. However, it would not have been possible without
the kind support and help of many individuals and organizations. We would like to
madam under whom we executed this project. Her constant guidance and willingness to
share her vast knowledge made me understand this project and its manifestations in great
We would like to thank all faculty members and staff of the Department of Computer
Science and Engineering. Finally, yet importantly, We would like to express my heartfelt
thanks to my beloved parents for their blessings, my friends and classmates for their help
The main aim of this project is all about Hospital Management. It is very
easy to give appointments to more number of patients. There are lots of reasons you want
to use an Hospital Management system but the main reason is the overwelming
advantages you get form using such an Management system instead of the good old
data an d also more easy to save time and make more work in less time. Its just requires an
registered time and date. Then it will display all data regading that patient and even
provide the tests he took and doctors he consulted and even the time he entered hospital.
Contents
Certificate............................................................................................................................2
Declaration.........................................................................................................................3
Acknowledgement............................................................................................................4
Abstract...............................................................................................................................4
List of Figures
1. Introduction...................................................................................................................6
1.1 Purpose..............................................................................................................6
2.System Analysis..............................................................................................................6
2.1 Software Overview.........................................................................................6
2.1.1 Existing System Disadvantages.......................................................
2.1.2 Proposed System Advantages..........................................................
2.1.3 HTML...........................................................................................................................
2.1.3.1 How does it work?................................................................................................7
2.1.3.2 What are the tags up to?.......................................................................................8
2.1.4 CSS..............................................................................................................................8
2.1.4.1 Proper use of CSS..................................................................................................8
2.1.4.2 Implementing CSS formatting............................................................................8
2.1.4.3 Cascading style rules.............................................................................................9
2.1.5 JavaScript...................................................................................................................9
2.1.5.1 Advantages of JavaScript....................................................................................10
2.1.5.2 Limitations of JavaScript....................................................................................10
2.1.6 PHP.............................................................................................................................10
2.1.6.1 Characteristics of PHP.............................................................................................11
2.2 Software Requirements...................................................................................................
2.3 Hardware Requirements................................................................................................
3.Actors of the System..................................................................................................18
4.Conclusion...................................................................................................................18
5.Future Enhancements.................................................................................................19
Hospital Management System
1. INTRODUCTION
can easyly save data to make things work fast and make the hospitals even more
productive.
1.1 PURPOSE:
The purpose of this project is to save time of patients and increase their value by not
making them to complicate for offline and in organized thing and also to keep their data
more secure and more organized and also help doctors to keep them away from non-
doctor things.
2. SYSTEM ANALYSIS
➢ You have to wait for a long time in order to get an appointment because of huge paper
work is need.
➢ We can’t actually change the data once we used hard copies in managing data.
➢ It requires a lot of man power and also time and energy of lot of people to make it work.
➢ Particularly need an doctor to care of every report that is given to patient and huge time
1) User Friendly: The proposed system is user friendly because the retrieval and
storing of data is fast and data is maintained efficiently. Moreover the graphical user
interface is provided in the proposed system, which provides user to deal with the system
very easily.This Software is effective to retrive and storing the data from database.
4) Automatic Organize : It won’t take that much time to assign all the data , it can
be automatically organized
2.1.3 HTML
can then be viewed by anyone else connected to the Internet. It is relatively easy to learn ,
with the basics being accessible to most people in one sitting; and quite powerful in what it
site author — these are the tags. The text is then saved as a html file, and viewed through a
browser like Internet Explorer or Netscape Navigator. This browser reads the file and
translates the text into a visible form, hopefully rendering the page as the author had
intended. Writing your own HTML entails using tags correctly to create your vision. You
can use anything from a rudimentary text- editor to a powerful graphical editor to create
HTML pages.
2.1.3.2 What are the tags up to?
The tags are what separate normal text from HTML code. You might
know them as the words between the <angle-brackets>. They allow all the cool stuff like
images and tables and stuff, just by telling your browser what to render on the page.
Different tags will perform different functions. The tags themselves don’t appear when
you view your page through a browser, but their effects do. The simplest tags do nothing
In the example above, the <b> tags were wrapped around some text, and their effect will be
that the contained text will be bolded when viewed through an ordinary web browser.
2.1.4 CSS
The CSS is defined as Cascading Style Sheets and how using them with HTML
pages is a user interface development best practice that complies with the separation of
concerns design pattern.CSS is the standard and preferred mechanism for formatting
HTML pages.
files to include not only markup language and content, but formatting information and
JavaScript as well. This made webpages difficult to write, difficult to read, difficult to
update and difficult to maintain. As the web matured, it became a best practice to divide
HTML, scripting content and style information into separate, easy-to-maintain files. As
such, a modern webpage is typically made up of three separate entities: a cascading style
information for a webpage can be defined in any of three different places, also known as
style levels. The preferred practice is to put style information in a separate file with a .css
sheet is accomplished via the HTML link tag. A webpage can link to zero, one or may
overriding some of the style information in an external CSS file, style information can be
written within a <style> tag inside the webpage. This is known as an internal style level.
Internal style level information within a webpage will override any style information
override any style information defined at either the page style level or in an external style
sheet. Using an HTML tag to define CSS information is referred to as an inline style. The
fact that style rules dictate that parent-level styles are overridden by page-level styles and
page-level styles are overridden by tag- level styles is what is meant by style sheets being
cascading.
2.1.5 JavaScript
and most commonly used as a part of web pages, whose implementations allow client-side
script to interact with the user and make dynamic pages. It is an interpreted programming
language with object- oriented capabilities.JavaScript was first known as LiveScript, but
Netscape changed its name to JavaScript, possibly because of the excitement being
generated by Java. JavaScript made its first appearance in Netscape 2.0 in 1995 with the
name LiveScript. The general-purpose core of the language has been embedded in
The ECMA-262 Specification defined a standard version of the core JavaScript language.
➢ JavaScript is a lightweight, interpreted programming language.
➢ Designed for creating network-centric applications.
➢ Complementary to and integrated with Java.
➢ Complementary to and integrated with HTML.
➢ Open and cross-platform
➢ Less server interaction − You can validate user input before sending the page off
to the server. This saves server traffic, which means less load on your server.
➢ Immediate feedback to the visitors − They don't have to wait for a page reload
to see if they have forgotten to enter something.
➢ Increased interactivity − You can create interfaces that react when the user
hovers over them with a mouse or activates them via the keyboard.
➢ Richer interfaces − You can use JavaScript to include such items as drag-and-
drop components and sliders to give a Rich Interface to your site visitors.
➢ Client-side JavaScript does not allow the reading or writing of files. This has
been kept for security reason.
Once again, JavaScript is a lightweight, interpreted programming language that allows you
to build interactivity into otherwise static HTML pages.
2.1.6 PHP
PHP started out as a small open source project that evolved as more and more people
found out how useful it was. Rasmus Lerdorf unleashed the first version of PHP way back
in 1994.
➢ PHP supports a large number of major protocols such as POP3, IMAP, and LDAP.
PHP4 added support for Java and distributed object architectures (COM and
CORBA), making n- tier development a possibility for the first time.
➢ Simplicity
➢ Efficiency
➢ Security
➢ Flexibility
➢ Familiarity
Xamp Server
Windows/Linux
Firefox/Internet Explorer
2.3 Hardware
Requirements:
The workstations android device should at least have the following
configurations.
i)2.30GHz Processor
resolution.
System Requirements:
1) User: User can apply for appointment with an certain doctors they wanted.
2) Admin:Admin can manage everything that is going in an hospital every data entering
in the hospital.
3) Doctors : They aslo update operations takes place and their timings and schedule of
their timings.
4. CONCLUSION
This project is useful to Management of Patients and Doctors data that can
easily organized and managed through an system and internet connection. And this
proposed system also decreases work load to many doctor and save a lot of time and
energy.
References:
1. www.youtube.com
2. w3schools.com
2) HTML,CSS,JavaScript:http://www.developers.projects.com.
5. FUTURE ENHANCEMENTS
➢ More Functionality can be added depending upon the user requirements and
Specifications.