20IT103022
20IT103022
Submitted by
ANISHA SHARMA [20IT103022]
Internship Guide
Submitted to the
SCHOOL OF INFORMATION
1
I would like to express my special thanks of gratitude to “Mr. Abhimanyu Sharma” as
well as “Mr. MAINAK”, for their able guidance and support in completing our project.
We would also extend our gratitude to the HOD
“Dr.OM PRAKASH” and Director of SIKHARTHY INFOTECH PVT LTD
“Miss SHILPI GOSHAL” for giving me the opportunity to work as an intern and our
project coordinator “Miss SABNA SHARMA” for providing us with all the facilities
that was required.
5
INTERNSHIP CERTIFICATE
6
ABSTRACT
MCA IV SEMESTER
7
TABLE OF CONTENTS
No Title Page No
Declaration
Certification of Acceptance
Bonafide Certificate
Acknowledgement
Internship Certificate
Abstract
List of Figures
1 Chapter 1 Introduction 1-2
1.1 Overview 1
2.1 Introduction 3
8
2.2.2
A hospital resource and patient management 3
system, Musa, A. Lancashire UK (2015).
2.3 4
Problem Definition
2.4 4
Objective
3.1 Introduction 5
4.2 Conclusion 50
9
LIST OF FIGURES
No Title Page No
1. Architectural Diagram 5
2. Use Case Diagram 6
3. Apache Server Monitor 9
4. Homepage for patient 10
5. Doctors Page 10
6. About Us 11
7. Feedback Form 11
8 Review 12
9. Registration 12
10. Login 13
11. Appointment Booking 13
12. Admin login page 14
13. Admin dashboard 14
14 Add Doctor 15
15. Add Staff 15
16. Doctor Login Page 16
17. Doctor Dashboard 16
18. Staff Login Page 17
19. Staff Dashboard 17
10
20. Doctor List 18
21. Appointment List 18
22. Approved Patient List 19
23. Admit Patient 19
CHAPTER: 1
INTRODUCTION
1.1 overview
• Admin
• Staff
• Doctor
11
12
• Patient
We aim to:
13
CHAPTER:2
LITERETURE
REVIEW
2.1 Introduction
An extremely important area which is the backbone for any research as it
provides the entire information pertaining to the problem and objectives.
Reviews consisting to antecedents of the App pertaining to the trust of
customer and the digital mode of retention of flow in digital era service quality,
14
customer trust, satisfaction, and commitment in Digital mediating to customer
retention.
15
2.2 Existing Systems
Methodology:
It focusses on Technology Ecosystem Perspective and the needs of hospital
manager and the ecosystem in which he/she operates.
Problems:
Lancashire UK
(2015).
Methodology:
Based on real time data capture facilitates real time tracking of hospital
assets, patient as they move through pre ser procedures as part of daily
activities of the hospitals.
Problems:
This paper highlights limitations of existing systems and proposes a RFID
(Radio Frequency ID) and wireless sensor based, location and information
management framework
16
1.4 Problem Definition
The Problems are:
1.4 Objective
• Keeping information about various diseases and medicines available to cure them.
• To improve the management faciality of hospitals.
• Recording information about the Patients that come and recording information related to
diagnosis given to patients.
17
CHAPTER:3
METHODOLOGY
3.1 Introduction
Our system uses algorithm for collecting data which will collect the data of user
and we have data analysing algorithm which will analyse and highlight the needs of
user.
18
Fig1: Architectural Diagram
19
Fig 2: Use Case Diagram
20
HTML documents are SGML documents with generic semantics that are
appropriate for representing information from a wide range of applications.
HTML mark-up can represent hypertext news, mail, documentation, and
hypermedia; menus of options; database query results; simple structured
documents with in-lined graphics; and hypertext views of existing bodies of
information. Advantages of Html
1 It is widely used.
2 Every browser supports HTML language.
3 Easy to learn and use.
Advantages of CSS
22
on a web server. It can also be used for command line scripting and client- side
GUI application. Many operating system and platforms, can be used with many
relational database management systems. It is also free of charge.
When a client requests web page containing PHP code from the server, then the
requested PHP pages are passed under PHP environment and interaction with
database is made if required. After server-side processing, the resulting HTML
pages are passed to client and displayed on the browser. In this way the
working of PHP is complete.
$conn =
mysql_connect(“localhost”,“servername”,“password”);
Here $conn is a connection variable to database.
//statements
23
}
MySQL development project has made its source available under the terms of
General Public License. MySQL is owned and sponsored by a single for profit
firm, the Swedish company MySQL AB, now owned by Sun Microsystem, a
subsidiary of Oracle
Corporation.
MySQL works on many different system platforms including AIX, BSD i,
FreeBSD, HPUX, i5/OS, Linux, Mac OS X, Net BSD, Novell NetWare, Open
BSD, Open Solaris, e com Station , OS/2 Wrap, QNX, IRIX, Solaris, Symbian,
SunOS, SCO Open Server, SCO Unix Ware, Sano’s, Tru64 and Microsoft
Windows. A port of MySQL to Open VMS also exits. All major programming
languages with language-specific APIs include Libraries for accessing MySQL
database.
In this project Apache server is user to parse and execute PHP pages, before
deploying websites on the server, the website should be tested at the
developer’s side to get a feel of how the website will work on actual server.
Therefore, Apache server is like a local server on the developer side, Apache
server should be informed about the environment on which it should work. In
our project Apache server is configured to work with PHP, in this way all the
PHP pages are parsed and executed by the server.
24
Fig 3: Apache Server Monitor
25
CHAPTER 4:
RESULT AND DISCUSSION
26
Fig 5: Doctors Page
4.1.2 About
Us Page
Fig 6 : About Us
27
4.1.3 Feedback Form for patient
28
Fig 8: Review
Fig 9: Registration
29
Fig 10: Login
30
4
.2Admin Login Page
3
4
3
4
3
4
3
4
3
4
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
3
4
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.css">
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/magnificpopup.js/1.1.0/mag
nific-popup.min.css">
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/twitterbootstrap/4.5.3/css/bo
otstrap.min.css">
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/fontawesome/5.15.1/css/all.
min.css">
<style>
@import
url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;
0,400;1,100; 1,300&display=swap');
:root{
--green:#16a085;
--black:#354046;
} *{ font-family: 'Roboto',
sans-serif; margin:0;
3
4
padding:0; box-sizing:
border-box; border:none
!important; text-decoration:
linear;
*::selection{
background:var(--
black); color:#fff;
} html{ font-size:
62.5%; overflow-
x: hidden;
body{ overflow-
x: hidden;
3
4
}
section{ overflo
w:
hidden;
} .button{
height:3.5rem; width:
15rem;
background:var(--
green); color:#fff;
transform: capitalize;
border-radius:
.5rem;
cursor: pointer;
position: relative; z-
index: 0; overflow:
hidden; margin:1rem
0;
}
4
4
4
4
100%; left: 0; height:100%;
.button:hover:before{
top: 0%;
.5rem var(--green),
.heading{ text-
align: center;
font-size: 4rem;
padding:1rem;
padding-top:
8rem; color:var(-
-black);
4
4
.heading span{ color:var(--
green);
header{ width:10
0%; position:
0;
padding:2rem 1rem; z-
index: 1000;
.header-active{ background:#fff;
} header .container{
center; justify-content:
space-between;
header a{
4
4
color:var(--
black);
4
4
green);
} header .container
.logo{ font-
size:
3rem;
span{ color:var(--green);
content: space-between;
} header .nav ul
li a{ font-size:
2rem;
4
4
header .fa-bars{ font-
size: 3.5rem;
color:var(--green);
cursor: pointer;
display: none;
font-size:
5rem; color:var(--
black);
green);
font-size:
4rem; color:var(--
black);
4
4
} .Services{
background:#ee
e;
4
4
.Services.content .box{ margin:3rem 0;
black);
green);
left:6rem; color:#666;
.facility{ min-
height: 100vh;
font-size: 40px; }
.mfp-title { text-
align: center;
font-size: 20px;
4
4
line-height: 20px;
color: #f3f3f3;
word-wrap:
break-word;
padding-right:
36px;} .facility
.box-container{
display: flex;
justify-content:
center; flex-
wrap:
wrap; padding-
bottom: 3rem;
.facility .box-container
.box{
height:20rem;
width:30rem;
4
4
margin:.3rem;
overflow: hidden;
5
4
.facility .box-container .box
img{ height:100%;
width:100%; object-fit:
cover;
.review .heading
{ color:#16a085;
.review .box-container{
bottom: 5rem;
5
4
.review .box-container
.box{ background:#606
060; width:30rem;
margin:5rem
1rem; padding:1.5rem;
position: relative;
1rem; height:5rem;
width:5rem; border-radius:
green);
5
4
}
color:var(--green);
color:var(--green); display:
.counter .box-container{
wrap:
wrap;
padding:2rem 0;
}
5
4
.counter .box-container
text-align: center;
.counter .box-container
.box i{ color:var(--
span{ color:var(--black);
block; padding:1rem 0;
h3{ color:#666;
:root{
--green:#16a085;
--black:#444;
--light-color:#777;
5
4
--box-shadow:.5rem .5rem 0 rgba(22, 160, 133, .2);
} *{ font-family: 'Poppins',
sans-serif; margin:0;
padding: 0; box-sizing:
ease-out; text-decoration:
none;
} html{ font-size:
62.5%; overflow-x:
hidden; scroll-
padding-top:
7rem; scroll-behavior:
smooth;
} section{
padding:2rem
5
4
9%;
5
4
}
section:nth-
child(even){
background: #f5f5f5;
shadow: var(--text-shadow);
text-transform: uppercase;
color:var(--black); font-size:
transform: uppercase;
color:var(--green);
.about .row{
display: flex;
align-items:
5
4
center; flex-
5
4
wrap:
wrap; gap:2rem;
{ flex:1 1 45rem;
width: 100%;
:1 1 45rem;
shadow: var(--text-shadow);
1.8; }
color: var(--
5
4
light- color);
padding:1rem
6
4
0; font-size: 1.5rem;
line-height: 1.8;
gap:2rem;
h3{ font-size:
2.5rem;
color:var(--black);
padding: 1rem 0;
.footer .box-container
font-size:
1.5rem;
color:var(--light-color);
padding: 1rem 0;
6
4
.footer .box-container .box a i{
green);
2rem; color:var(--light-color);
.1);
green);
} header .fa-
times{ transform:
rotate(180deg);
6
4
/* media queries */
@media
(max- width:768px){
html{ font-
size: 55%;
header .fa-bars{
display: block;
var(--blue) !important;
opacity: 0;
width: 100%;
6
4
flex-
6
4
flow: column;
padding:2rem 0;
align:
center; margin:1rem
0;
}
header .nav ul li a{
font-size:
header .nav-
toggle{
top:50%;
opacity: 1;
6
4
.contact form .inputBox input, select{
width: 100%;
6
4
.contact form input[type="submit"]
{ width:100%;
</style>
</head>
<body>
<header>
<div class="container">
<ul>
<li><a href="#home">home</a></li>
<li><a href="#Services">Services</a></li>
<li><a href="#facility">Doctors</a></li>
<li><a href="#feedback">Feedback</a></li>
<li><a href="#review">Review</a></li>
<li><a href="login.php">Book</a></li>
</ul>
</nav>
6
4
</div>
</header>
<div class="container">
</div>
<div class="col-md-6 pl-md-5 content" data-aos="fade-left">
</div>
</div>
</div>
</section>
<section
class="Services
" id="Services">
<div class="container">
6
4
<div class="row min-vh-100 align-items-center">
<div class="box">
</div>
<div class="box">
<p>Emergency services are organizations which ensure public safety and health
by addressing different emergencies.</p>
</div>
<div class="box">
<p>A free medical check-up is a periodicalset of medical tests that you can take
in designated health centres.</p>
</div>
</div>
</div>
</div>
</section>
6
4
<div class="container">
<div class="box-container">
Surgeons<br>2345643234">
</a>
</div>
</a>
</div>
<img src="images/doc-3.jpg"
alt="">
</a>
</div>
7
4
<div class="box" data-aos="zoom-
in">
<img src="images/doc-4.jpg"
alt="">
</a>
</div>
</a>
</div>
Surgeons<br>0987654345">
</a>
</div>
</div>
7
4
</div>
</section>
<div class="container">
<div class="box-container">
<span>12+</span>
<h3>Hospitals</h3>
</div>
<span>50+</span>
<h3>staff</h3>
</div>
</div>
<span>1o+</span>
<h3>Services</h3>
</div>
</div>
</div>
7
4
</section>
<div class="row">
<div class="image">
</div>
<div class="content">
</div>
</section>
7
4
<div class="container min-vh-100">
<h1 class="heading"><span>'Feedback'</span></h1>
<div class="inputBox">
</div>
</form>
</div>
</div>
</div>
</section>
<div class="container">
<div class="box-container">
7
4
<div class="box" data-aos="fade-right">
<h3>Diksha Panday</h3>
<span>jan 5, 2021</span>
</div>
<p>You really went above and beyond to solve my complex issue at time. i
really Appreciate it.</p>
<h3>Badal Thapa</h3>
<span>jan 7, 2021</span>
</div>
<p>You did a great job managing the conflict that came up during the meeting
yesterday afternoon.</p>
<h3>Chetan Sharma</h3>
</div>
</div>
</div>
</section>
7
4
<!--contact section ends -->
<!--footer start-->
<section class="footer">
<div class="box-container">
<div class="box">
<h3>quick links</h3>
</div>
<div class="box">
<h3>quick links</h3>
</div>
<div class="box">
<h3>contact info</h3>
7
4
</div>
<div class="box">
<h3>follow us</h3>
</div>
</div>
</section>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script
>
<scriptsrc="https://cdnjs.cloudflare.com/ajax/libs/magnific-
popup.js/1.1.0/jquery.magnificpopup.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.js"></script>
<script src="js/main.js"></script>
7
4
<script>
AOS.init({
duration:1000,
delay:400
});
</script>
<script>
$(document).ready(function(){
$('.fa-bars').click(function(){
$(this).toggleClass('fa-times');
$('.nav').toggleClass('nav-toggle');
});
$(window).on('load scroll',function(){
$('.fa-bars').removeClass('fa-times');
$('.nav').removeClass('nav-toggle');
$('header').addClass('header-active');
}else{
$('header').removeClass('header-active');
});
7
4
$('.facility').magnificPopu
p({
delegate:'a', type:'image',
gallery:{
enabled:true
});
});
</script>
</body>
</html>
4.6 Conclusion
The project can be entered using a username and password. Where User can
search various services available, Book appointment, view doctor details and
Doctor can view their appointments and patient detail using their id. It is
accessible either by an admin or staff. Only they can add data into the
7
4
database. The data can be retrieved easily. The interface is very user-
friendly. Hospital
8
4
Management System is Powerful, Flexible and easy to use and is designed
and developed to deliver real conceivable benefits to hospitals, clinics tec.
In future the web application will have all these features which are not
available now.
CHAPTER 5
REFERENCE
1. Fitch K, Bernstein SJ, Aguilar MD, Burnand B, LaCalle JR, Lazaro P, et al.
The RAND/UCLA Appropriateness Method User's Manual.
2. Iezzoni LI, Davis RB, Palmer RH, Cahalane M, Hamel MB, Mukamal K. et
al. Does the Complications Screening Program flag cases with process of care
problems? Using explicit criteria to judge processes. Int J Qual Health Care.
3. Davies S, Geppert J, McClellan M, McDonald KM, Romano PS, Shojania
KG. Refinement of the HCUP Quality Indicators. Technical.
8
4
4. Balaraman, Premkumar, and Kalpana Kosalram. "E-Hospital
Management & Hospital Information Systems-Changing Trends."
International Journal of Information Engineering & Electronic Business 5.1
(2013).
5. Griffith, John R., and Kenneth R. White. "The revolution in hospital
management." Journal of Healthcare Management 50.3 (2005).
6. Dückers, Michel, et al. "Longitudinal analysis on the development of
hospital quality management systems in the Netherlands." International
Journal for Quality in Health Care 21.5 (2009): 330-340.
7. Chen, H. R., & Cheng, B. W. (2012). Applying the ISO 9001 process
approach and service blueprint to hospital management systems. The TQM
Journal.
8. Rotar, A. M., Botje, D., Klazinga, N. S., Lombarts, K. M., Groene, O.,
Sunol, R., & Plochg, T. (2016). The involvement of medical doctors in
hospital governance and implications for quality management: a quick scan in
19 and an in-depth study in 7 OECD countries. BMC health services research,
16(2), 99-109.
8
4