You are on page 1of 115

CHAPTER-1 PROBLEM DEFINITION 1.

INTRODUCTION:
Our project report is on designing a HOSPITAL WEBSITE. The name of our hospital is CARE PLUS Hospital. For the welfare of the people, the hospital website is designed in a very user friendly way. The website intends to provide a very dynamic and an interactive environment to all the visitors. The cover page itself has the site map of the hospital, so that people can get the exact location of the hospital, which would help them in reaching the hospital in case of any emergency. The website provides all the information regarding infrastructure, departments, the management structure and the functioning of the hospital. The website not only gives details about the hospital, but it also provides the customers with the information and details of all our branches in different cities. The facilities regarding the online registration are also provided i.e. patients can register online and can keep a track of their reports with the help of username and password. The website provides the customer with the entire profile of the doctors working in the hospital currently and helps the customers to fix their appointments with them online itself. The customers can fix the appointments with subject to their requirements and as per the availability. Also the customers can avail the various schemes which are introduced to them through website such as special discounts for blood donors, etc.The website supports online payment systems with the help of credit and debit cards. This way the customers can be free from the stress regarding the cash payments. The website provides the customers with links to different social networking sites such as FACEBOOK, TWITTER, etc. This helps the customer to be in touch of our organisation and can be updated about our new and improved services rendered.

1.1 PROBLEMS IN EXISTING SYSTEM: 1) Lack of security: Since data is stored in files that are freely available to anyone so, information can fall into the wrong hands which can be used negatively against the company. 2) Too much paper work: Records are maintained on papers and every detail is written down manually and this leads too much of paper work. 3) Space consuming: Data on papers is stored in cabinets which require storage space. So, as the amount of work done on paper increases, the requirement of storage space in cabinets too increases. 4) Data duplication: The same data gets repeated over and over since the workers find it hard to keep track of the documents, information and transactions. 5) Slow retrieval of data: The information of customers and other details are stored in different places so, it takes a long time to retrieve the data.

1.2 OBJECTIVES OF THE PROPOSED SYSTEM: 1. To make the users aware about the various kinds of diseases and their precautions. 2. To make it user -friendly for the patients as they can go for online appointment with the doctor and helps them to communicate with the other departments of the hospital.

3. To make people aware about the specialist doctors available in our hospital and their timings. 4. To get an online report with the help of username and password. 5. To introduce the patients to our hospital and its services and infrastructure. 6. In case of emergency, provisions regarding online booking of beds, ICU facility can be made. 7. It helps to obtain user- friendly feedback.

2. DATA COLLECTION:
1. http://chennai.apollohospitals.com/facilities-at-apollo Apollo Hospitals is the leading super speciality hospital in Chennai, India. Apollo Hospitals Groups service offerings include healthcare at the patients doorstep, clinical & diagnostic services, medical business process outsourcing, third party administration services and health insurance. Information regarding the various facilities provided at hospital has been taken from this website.
2.http://www.waranahealth.com/health-schemes-available-at-mahatma-gandhi-hospital.aspx

Mahatma Gandhi hospital is a charitable hospital which aims at providing common people costly and expensive services at an affordable price. This hospital has introduced many health schemes for people to aid the services. Information regarding the various health schemes available at hospital has been taken from this website.

3.http://www.ednahospital.org/hospital-mission/hospital-objectives/ 3

Edna Adan Maternity Hospital in Somaliland is a non-profit organisation partly supported by a range of governmental and non-governmental international organizations. Assistance regarding the various objectives of designing a hospital website has been from this website. 3. CONTRIBUTION OF TEAM MEMBERS IN SOFTWARE

DEVELOPMENT:
NAME OF THE MEMBERS SRISHTI CHOUDHARY ANMOL BHARARA RASLEEN AHLUWALIA JOB DONE Database design, System Analysis System analysis, Database Design Coding Design PARTH BHATT System Analysis, Database Design Table no.1.1: job done by team members. and Implementation, Database

CHAPTER-2 SYSTEM ANALYSIS AND DESIGN


2.1 Block diagram:

Patient

Contacts Receptioni st

Books Appointme nt

Visits Charges Doctor

Gives Treatme nt Fee s

Generates Time slots Bills Bills

Figure 2.1: Block diagram of hospital

2.2 Sitemap

Figure 2.2:- Site Map Of Hospital

2.3 E-R diagram:

Figure 2.3:- ER Diagram of hospital


2.4 (i)Database Design: 7

File Name: Patient Field Name Name ID Sex Age Patient Number Admission Date Discharge Date Contact Number Field Code Name_01 Id_02 Sex_03 Age_04 No._05 Adm_06 Dis_07 Cno._08 Field Type Alphabetic AutoNumber Alphabetic Numeric Alphanumeric Date/Time Date/Time Numeric Size 15 5 6 2 10 10 10 10 Description Name of Patient A Unique code Gender of patient Age of patient Number given to patient Date patient is admitted Date patient is discharged Phone number of patient

Table 2.4.1:- Database Description of patient

File Name: Doctor Field Name Name ID Sex Age Address Contact Number Field Code Dnam_01 I_02 Sex_03 Ag_04 Ad_05 No._06 Field Type Alphabetic AutoNumber Alphabetic Numeric Alphanumeric Numeric
8

Size 15 5 6 2 30 10

Description Name of doctor A unique code Gender of the doctor Age of the doctor Postal address of doctor Phone number of doctor

Designation

Desig_07

Alphabetic

10

Doctors position

Table 2.4.2:- Database Description of doctor File Name: Nurse Field Name Name ID Sex Age Contact Number Field Code Name_08 Idd_09 S_10 A_11 Cn_12 Field Type Alphabetic AutoNumber Alphabetic Numeric Numeric Size 15 5 6 2 10 Description Name of nurse A unique code Gender of nurse Age of nurse Phone number of nurse

Table 2.4.3:- Database Description of nurse

File Name: Receptionist Field Name Name ID Age Shift Field Code N_13 Rid_14 R age_15 Shift_16 Field Type Alphabetic AutoNumber Numeric Alphabetic Size 15 5 2 10 Description Name of receptionist A unique code Age of receptionist Working shift

Table2.4.4:- Database Description of receptionist

File Name: Payments Field Name ID Date Payment Type Field Code Payid_17 Dat_18 Typ_19 Field Type AutoNumber Date/Time Alphabetic 5 10 10 Size Description A unique code Date of payment Medium of payment

Table 2.4.5:- Database Description of payment

File Name: Wards Field Name Ward Number Ward Type Floor Field Code Wno._20 Wtyp_21 Wflo_22 Field Type Alphanumeric Alphabetic Numeric Size 100 10 10 Description Ward allotted Type of ward booked Floor of the ward

Table 2.4.6:- Database Description of ward

Reports Field Name ID Patient Information Report Type Field Code R_23 Pinfo_24 Rtyp_25 Field Type AutoNumber Alphabetic Alphabetic Size 23 23 23 Description A unique code Patient related data Type of report

Table 2.4.7:- Database Description of reports

(ii) Webpage Design


10

INPUT NAME: APPOINTMENT FORM NAME OF LABEL DESCRIPTION/PURPOSE VALIDATION REQUIRED First name Last name Phone no. Email Address Doctor Appointment reason Appointment preference Any other query This tells the first name of the patient This tells the last name of the patient Contact number of the patient e-mail id of the patient Address of the patient Name of the doctor to be consulted Reason for the appointment Preferred date and time of the appointment Any other query Can be null Alphabetic Alphabetic Numeric Alphanumeric Alphanumeric Alphabetic Alphabetic Not null

Table 2.4.8:- Webpage description of appointment form

INPUT NAME: ADMISSION FORM NAME OF THE LABEL First name Last name Date of birth Phone no. e-mail id Nationality DESCRIPTION/PURPOSE First name of the patient Last name of the patient Date of birth of the patient Phone no. of the patient Email id of the patient Nationality of the patient
11

VALIDATION REQUIRED Alphabetic Alphabetic Not null Numeric Alphanumeric Not null

Any insurance

Is the patient insured any of the insurance company

Not null

Type of insurance Treatment Cost Mode of payment Doctor Date of admission Discharge date

Type of insurance the patient has Type of treatment the patient is taking Cost of treatment Mode of payment of the patient Name of the doctor Date of admission of the patient Date of discharge of the patient

Not null Alphabetic Numeric Alphabetic Alphabetic Not null Not null

Table 2.4.9:- Webpage description of admission form INPUT NAME: FEEDBACK FORM NAME OF THE LABEL Name Contact no. Address Age Doctor Environment of hospital is Ward facilities are: Name of the person Contact number of the person Address of the person Age of the person Consulted doctor DESCRIPTION/PURPOSE VALIDATION REQUIRED Alphabetic Numeric Alphanumeric Numeric Alphabetic

Feedback regarding the environment of Alphabetic the hospital Feedback regarding the ward facilities of the hospital Alphabetic

Toilets are:

Feedback regarding the bathrooms of the hospital

Alphabetic

Food/diet is:

Feedback regarding the food and diet of the patients of the hospital
12

Alphabetic

Services of the attending doctors: Services of attending nurse: Hospital Billing is:

Feedback regarding the doctors of the hospital Feedback regarding the nurses of the hospital Feedback regarding the hospital billing system

Alphabetic

Alphabetic

Alphabetic

Reception/Enquiry system is: Admission procedure:

Feedback regarding the enquiry system of the hospital Feedback regarding the admission procedure of the hospital

Alphabetic

Alphabetic

Discharge process:

Feedback regarding the discharge process of the hospital

Alphabetic

Any other suggestions

Any other suggestions

Alphabetic

Table 2.4.10:- Webpage description of feedback form

13

2.5 Logical design:

START

Hospital

Need appointm ent?


yes

No

Need report ? No yes Login

login

Search doctors View doctors details

Collect report

Consult doctor

Got

Found Suitabl e doctor

No Search 3 again

Suitabl e doctor?

No Search again

Yes Fix appointmen t

Yes Fix appointme nt

STOP
14

Figure 2.5:- Detailed Logical Design of hospital

CHAPTER-3 SYSTEM CODING AND IMPLEMENTATION 1. HOME PAGE

Figure 3.1:- Homepage Coding:<html> <head> <title> home page </title> <basefont="times new roman" size= "4" color="black"> <style type="text/css">
15

#navbar ul { margin: 0 ; padding: 5px; list-style-type: none; text-align:LEFT; background-color:black; } #navbar ul li { display: inline; } #navbar ul li a { text-decoration: none; padding: .2em 1em; color: #fff; background-color:green; } #navbar ul li a:hover { color: #000; background-color:green; } </style> </head> <body bgcolor= #EBFFC2> <font face= "monotype corsiva" color="red"size="10"> <b> <u> CARE PLUS </u> </b> </font><br> <img src="F:\FINAL WEBSITE\logo1-1.jpg" height="100" width="100" >
16

</font> <br> <br> <FONT SIZE="5" FACE="courier" COLOR=blue><MARQUEE WIDTH=100% BEHAVIOR=ALTERNATE BGColor= #EBFFC2>24 HOUR HELPLINE 18001800 </MARQUEE></FONT> <br> <div id="navbar"> <ul> <li><a href="HOSPITAL.html">HOME</a></li> <li><a href="about us.html">ABOUT US</a></li> <li><a href="hospital speciality.html">HOSPITAL SPECIALITY</a></li> <li><a href="our doctors.html">OUR DOCTORS</a></li> <li><a href="patient services.html">PATIENT SERVICES</a></li> <li><a href="contact us.html">CONTACT US</a></li> </ul> </div> <img src="F:\FINAL WEBSITE\slider_img_01.jpg" height="500" width="984"> <div id="navbar"> <ul> <li><a href="delhi.html">DELHI</a></li> <li><a href="pune.html">PUNE</a></li> <li><a href="mumbai.html">MUMBAI</a></li> <li><a href="kolkata.html">KOLKATA</a></li> <li><a href="chennai.html">CHENNAI</a></li> <li><a href="indore.html">INDORE</a></li> <li><a href="jaipur.html">JAIPUR</a></li> <li><a href="chandigarh.html">CHANDIGARH</a></li>
17

<li><a href="ludhiana.html">LUDHIANA</a></li> </ul> </div> </body> </html>

2. ABOUT US

Figure 3.2:- About Us Page Coding :<html> <head> <title> About Us </title> <basefont="times new roman" size= "4" color="black"> <style type="text/css"> #navbar ul {
18

margin: 0 ; padding: 5px; list-style-type: none; text-align:LEFT; background-color:black; } #navbar ul li { display: inline; } #navbar ul li a { text-decoration: none; padding: .2em 1em; color: #fff; background-color:green; } #navbar ul li a:hover { color: #000; background-color:green; } #menu8 { width: 200px; margin-top: 10px; } #menu8 li a { text-decoration: none; height: 32px; voice-family: "\"}\"";
19

voice-family: inherit; height: 24px; } #menu8 li a:link, #menu8 li a:visited { color: #297A52; display: block; background: url(images/menu8.gif); padding: 8px 0 0 20px; } #menu8 li a:hover { color: #B75555; background: url(images/menu8.gif) 0 -32px; padding: 8px 0 0 25px; } #menu8 li a:active { color: #320D0D; background: url(images/menu8.gif) 0 -64px; padding: 8px 0 0 25px; } #menu8 ul { list-style: none; margin: 0; padding: 0; } </style> </head> <body bgcolor=#EBFFC2>
20

<font face= "monotype corsiva" color="red"size="10"> <b> <u> CARE PLUS </u> </b> </font><br> <img src="F:\FINAL WEBSITE\logo1-1.jpg" height="100" width="100"> <br> <FONT SIZE="5" FACE="courier" COLOR=blue><MARQUEE WIDTH=100% BEHAVIOR=ALTERNATE BGColor=#EBFFC2> 24 HOUR HELPLINE 18001800 </MARQUEE></FONT> <br> <div id="navbar"> <ul> <li><a href="HOSPITAL.html">HOME</a></li> <li><a href="about us.html">ABOUT US</a></li> <li><a href="hospital speciality.html">HOSPITAL SPECIALITY</a></li> <li><a href="our doctors.html">OUR DOCTORS</a></li> <li><a href="patient services.html">PATIENT SERVICES</a></li> <li><a href="contact us.html">CONTACT US</a></li> </ul> </div> <img src="F:\FINAL WEBSITE\global-healthcare1.jpg" height="500" width="984"> <div id="navbar"> <ul> <li><a href="delhi.html">DELHI</a></li> <li><a href="pune.html">PUNE</a></li> <li><a href="mumbai.html">MUMBAI</a></li> <li><a href="kolkata.html">KOLKATA</a></li> <li><a href="chennai.html">CHENNAI</a></li> <li><a href="indore.html">INDORE</a></li>
21

<li><a href="jaipur.html">JAIPUR</a></li> <li><a href="chandigarh.html">CHANDIGARH</a></li> <li><a href="ludhiana.html">LUDHIANA</a></li> </ul> </div> <div id="menu8"> <ul> <li><a href="1.html" title="Hospital Overview">Hospital Overview</a></li> <li><a href="2.html"title="Management">Management</a></li> <li><a href="3.html" title="Vision And Mission">Vision And Mission</a></li> <li><a href="4.html" title="Chairman's Message">Chairman's Message</a></li> </ul> </div> </body> </html>

3. HOSPITAL OVERVIEW
22

Figure 3.3:- Hospital Overview Page

Coding:<html> <head> <title> hospital overview </title> </head> <body bgcolor= #EBFFC2> <basefont face="times new roman" size="2" color="Black"> <font face= "monotype corsiva" color="red" size="10"> <b> <u> CARE PLUS </u> </b> </font><br> <img src="F:\FINAL WEBSITE\logo1-1.jpg" height="100" width="100"> <br> <FONT SIZE="5" FACE="courier" COLOR=blue><MARQUEE WIDTH=100% BEHAVIOR=ALTERNATE BGColor=#EBFFC2> HOUR HELPLINE 18001800 </MARQUEE></FONT> <br>
23

<p> CARE PLUS Hospitals is one of the fastest growing chain of hospitals in India, engaged in providing primary as well as tertiary healthcare services, with a difference. It is a hospital chain that is founded and managed by professionals with a mission and a passion for providing healthcare for the needy. At CARE PLUS, the growth has been phenomenal. </p> <p> CARE PLUS has become a multi-specialty hospital chain comprising of 1600 beds across 9 hospitals. </P> <P> <img src="F:\FINAL WEBSITE\aaa.jpg" height="100" align= "left"> CARE PLUS'S reputation for its humanitarian and selfless service has ranked this esteemed institution as the fourth largest healthcare provider in India (CRIS-INFAC report, 2006). Our effort to provide quality health care with compassion has rewarded us with the honor of being the top healthcare provider in DELHI. With the service-oriented Healthcare delivery model, CARE PLUS is geared to provide cost effective and user friendly medication. Despite the intense competition and intense marketing tactics employed by multiple commercial corporate organizations, CARE PLUS has carved a niche for itself by garnering the best reputation amongst the local masses. </p> <p> CARE PLUS Hospital is committed to practicing at the leading edge of medice. While neurology, cardiology and osteopathy will remain the critical centre given the need of this region - We shall offer best services in other secialities. We have the best diagnostic and treatment facilities aimed at ensuring medical excellence. </p> <p> Care Plus is committed to continually addressing each and every aspect of patient care, from initial consultation, diagnosis, and treatment, through recovery. </p> <br> <h4> Awards and Achievements </h4>
24

<br> Excellence, literally meaning unparalleled superiority, is the quintessence of Apollo Hospitals, India. This is reflected in many areas - be it infrastructure, technology or services or in the caliber and brilliance of our medical fraternity. Presented below are some of our achievements : <br> <ul> <li> Dr. Prathap C Reddy, Chairman Care Plus Hospitals Group was honored with the "Lifetime Achievement" Award at the Managing India Awards 2012, by AIMA - All India Management Association.</li> <li> Dr. Prathap C Reddy, Chairman, Care Plus Hospitals Group, was conferred with the Lifetime Achievement Award by the Federation of Indian Chambers of Commerce and Industry, in September, 2011.</li> <li> The Care Plus Group of Hospitals was ranked high in many categories of The WEEK Research Survey of Best Hospitals in India, 2011. <li> Care Plus Hospitals Delhi Ranked as the Best Private Sector Hospital in India <br> <br> <a href="about us.html"> Previous Page </a> </body> </html>

4. MANAGEMENT

25

Figure3.4 :- Management Page CODING:<html> <head> <title> Management </title> </head> <body bgcolor=#EBFFC2> <basefont face=times new roman" size="2" color="black"> <font face= "monotype corsiva" color="red"size="10"> <b> <u> CARE PLUS </u> </b> </font><br> <img src="F:\FINAL WEBSITE\logo1-1.jpg" height="100" width="100"> <BR> <FONT SIZE="5" FACE="courier" COLOR=blue><MARQUEE WIDTH=100% BEHAVIOR=ALTERNATE BGColor=#EBFFC2>24 HOUR HELPLINE 18001800 </MARQUEE></FONT> <br>
26

<br> Every organization or Groups growth and prosperity is largely dependent on the leadership of the organization. It is an indisputable fact that CARE PLUS Group of Hospitals has grown in reputation and profits primarily because of the governance and leadership. CARE PLUS'S governance and leadership team has been undoubtedly responsible for the growth of CARE PLUS as a Hospital Group. The following are the team of people responsible for CARE PLUS governance and leadership: <h3> Executive Directors </h3> Dr. Prathap C. Reddy - Executive Chairman <hr> Dr. Preetha Reddy - Managing Director <hr> Ms. Suneeta Reddy - Joint Managing Director <hr> Ms. Sangita Reddy- Executive Director, Operations <hr> Ms. Shobana Kamineni - Executive Director, Special Initiatives <hr> <h3> Non-Executive Directors </h3> Mr. N. Vaghul <hr> Mr. Habibullah Badsha <hr> Mr. Deepak Vaidya <hr> Mr. Rajkumar Menon <hr> Mr. Rafeeque Ahamed <hr>
27

Mr. T.K. Balaji <hr> Mr. Khairil Anuar Abdullah <hr> Mr. G Venkatraman <hr> Mr. Sandeep Naik <hr> Mr. Michael Fernandes Alternate Director <hr> <br> <a href="about us.html"> Previous Page </a> </body> </html>

5. VISION AND MISSION

28

Figure 3.5:- Vision & Mission Page

CODING:<html> <head> <title> Vision & Mission </title> </head> <body bgcolor=#EBFFC2> <basefont face="times new roman" size="2" color="black"> <font face= "monotype corsiva" color="red"size="10"> <b> <u> CARE PLUS </u> </b> </font><br> <img src="F:\FINAL WEBSITE\logo1-1.jpg" height="100" width="100"> <BR> <FONT SIZE="5" FACE="courier" COLOR=blue><MARQUEE WIDTH=100% BEHAVIOR=ALTERNATE BGColor=#EBFFC2>24 HOUR HELPLINE 18001800 </MARQUEE></FONT>
29

<br> <H2> OUR VISION </H2> <UL> <LI>To evolve as a unique university-based health centre where the quest for new knowledge would continuously yield more effective and more compassionate care for all. </LI> <LI> To nurture a new generation of professionals of life-long commitment, dedication, knowledge, skills, wisdom and values.</LI> <LI> To strive for public trust and maintain medicines humane and noble place among professions. </L1> </UL> <HR> <H2> OUR MISSION </H2> <BR> At CARE PLUS, our mission is more than just a statement, its the cornerstone of all our efforts: <P> <B> <I> "To provide the best and cost-effective care, accessible to every patient, through integrated clinical practice, education and research, delivered with compassion, care and concern through team spirit and transparency." </B> </I> </P> <BR> <A HREF="about us.html"> Previous Page </a> </body> </html>

6. CHAIRMANS MESSAGE

30

Figure 3.6:- Chairmans Message Page

Coding:<html> <head> <title> Chairman's Message </title> </head> <body bgcolor=#EBFFC2> <basefont face="times new roman" size="2" color="black"> <font face= "monotype corsiva" color="red"size="10"> <b> <u> CARE PLUS </u> </b> </font><br> <img src="F:\FINAL WEBSITE\logo1-1.jpg" height="100" width="100"> <BR> <FONT SIZE="5" FACE="courier" COLOR=blue><MARQUEE WIDTH=100% BEHAVIOR=ALTERNATE BGColor=#EBFFC2>24 HOUR HELPLINE 18001800 </MARQUEE></FONT> <br> <h3> Chairman's Message </h3>
31

<br> Dear Guest,<br> Greetings from Care Plus Hospitals, <br> <p> Its our ardent desire to provide you with the highest standards of healthcare services. </p> <p>We wish to offer you a wealth of clinical experience in a collegial setting. We ensure delivery of quality care with highest level of expertise from medical experts backed by well trained support staff, robust infrastructure and efficient systems and processes. The staff will do their best to provide you with an efficient service aiding to you speedy recovery. This site is an endeavor to acquaint you with the hospital services and facilities and to help you feel at ease. We also welcome your valuable comments and suggestions; this will help us improve our services. We hope your stay remains comfortable and hassle free. </p> With Warm Regards from me and the whole team of Care Plus Hospital Group. <br> <br> Dr. Prathap C. Reddy <br> Executive Chairman <br> <br> <a href="about us.html"> Previous Page </a> </body> </html>

7. HOSPITAL SPECIALITY

32

Figure 3.7:- Hospital Speciality Page

Coding:<html> <head> <title>Hospital Speciality </title> <basefont="times new roman" size= "4" color="black"> <style type="text/css"> #navbar ul { margin: 0 ; padding: 5px; list-style-type: none; text-align:LEFT; background-color:black; } #navbar ul li {
33

display: inline; } #navbar ul li a { text-decoration: none; padding: .2em 1em; color: #fff; background-color:green; } #navbar ul li a:hover { color: #000; background-color:green; } #menu8 { width: 200px; margin-top: 10px; }

#menu8 li a { text-decoration: none; height: 32px; voice-family: "\"}\""; voice-family: inherit; height: 24px; } #menu8 li a:link, #menu8 li a:visited { color: #297A52;
34

display: block; background: url(images/menu8.gif); padding: 8px 0 0 20px; } #menu8 li a:hover { color: #B75555; background: url(images/menu8.gif) 0 -32px; padding: 8px 0 0 25px; }

#menu8 li a:active { color: #320D0D; background: url(images/menu8.gif) 0 -64px; padding: 8px 0 0 25px; } #menu8 ul { list-style: none; margin: 0; padding: 0; } </style> </head> <body bgcolor=#EBFFC2> <font face= "monotype corsiva" color="red"size="10"> <b> <u> CARE PLUS </u> </b> </font><br> <img src="F:\FINAL WEBSITE\logo1-1.jpg" height="100" width="100">
35

<FONT SIZE="5" FACE="courier" COLOR=blue><MARQUEE WIDTH=100% BEHAVIOR=ALTERNATE BGColor=#EBFFC2>24 HOUR HELPLINE 18001800 </MARQUEE></FONT> <br> <div id="navbar"> <ul> <li><a href="HOSPITAL.html">HOME</a></li> <li><a href="about us.html">ABOUT US</a></li> <li><a href="hospital speciality.html">HOSPITAL SPECIALITY</a></li> <li><a href="our doctors.html">OUR DOCTORS</a></li> <li><a href="patient services.html">PATIENT SERVICES</a></li> <li><a href="contact us.html">CONTACT US</a></li> </ul> </div> <img src="F:\FINAL WEBSITE\Health Care 2.jpg" height="500" width="984"> <div id="navbar"> <ul> <li><a href="delhi.html">DELHI</a></li> <li><a href="pune.html">PUNE</a></li> <li><a href="mumbai.html">MUMBAI</a></li> <li><a href="kolkata.html">KOLKATA</a></li> <li><a href="chennai.html">CHENNAI</a></li> <li><a href="indore.html">INDORE</a></li> <li><a href="jaipur.html">JAIPUR</a></li> <li><a href="chandigarh.html">CHANDIGARH</a></li> <li><a href="ludhiana.html">LUDHIANA</a></li> </ul> </div>
36

<div id="menu8"> <ul> <li><a href="5.html" title="Neurology">Brain & Spine Care</a></li> <li><a href="6.html" title="Cardiology">Heart Care</a></li> <li><a href="7.html" title="Orthopedics"> Bone & Joint Care</a></li> </ul> </div> </body> </html>

8. BRAIN & SPINE CARE

Figure 3.8:- Brain & Spine Care Page

Coding:<html> <head>
37

<title> Brain & Spine Care </title> </head> <body bgcolor=#EBFFC2> <basefont face="times new roman" size="2" color="black"> <font face= "monotype corsiva" color="red"size="10"> <b> <u> CARE PLUS </u> </b> </font><br> <img src="F:\FINAL WEBSITE\logo1-1.jpg" height="100" width="100"> <br> <FONT SIZE="5" FACE="courier" COLOR=blue><MARQUEE WIDTH=100% BEHAVIOR=ALTERNATE BGColor=#EBFFC2> 24 HOUR HELPLINE 18001800 </MARQUEE></FONT> <br> <img src="F:\FINAL WEBSITE\header_brain-spine.jpg" width="989"> <h2> Brain & Spine Care </h2> <p> Care Plus Hospitals has earned repute as one of the best Neurosurgery hospitals in India. The Brain and Spine Care at Care Plus hospitals offers comprehensive services in all aspects of diagnosis, management and rehabilitation of patients with neurological, neurosurgical and spine disorders. We bring to you the best neurologists and neurosurgeons in India with worldclass infrastructure and care. Various innovative surgical techniques, Endoscopic surgeries and Complex Neurological management have been adopted at all our centers, making Care Plus a preferred location for major forms of brain and spinal surgery in India. </p> <p> The entire state-of-the-art range of operating rooms with semi-robotic microscopes; computerized video navigation tools augment the surgical precision and safety. Our team of top neurologists is backed by Neuro ICUs with the latest diagnostic equipment and a dedicated team of nurses. The Neuro Non- Surgical and Surgical expertise ranges from applying various Neurological management techniques, video assisted Endoscopic Neuro Surgery to treating the most complex brain and spine surgeries. </p>
38

<b> <h3>SERVICES : </h3> <ol type="1"> <li> Non Surgical Neurological Services : </li> </b> <ul> <li> Management of headaches and dementia </li> <li> Management of Neuromuscular disorders </li> <li> Management of Infections and demylation </li> <li> Stroke Management and rehabilitation </li> <li> Management of epilepsy, Parkinson's disease, Movement disorders, Alzheimers disease and sleep disorders </li> </ul> <b> <br> <li> Brain Surgical Services : </li> </b> <ul> <li> Microsurgery for brain tumors </li> <li> Endoscopic brain surgery </li> <li> Skull Base, brain trauma surgery </li> <li> Cranofacial surgery with FMS (Facio-Maxillary Surgery) </li> <li> Brain Surgery for epilepsy </li> <li> Interventional/ Neuro-Endovascular therapy for Cerebro-vascular diseases and tumors </li> <li> All other major brain surgeries </li> </ul> <br> <b> <li> Spine Surgical Services : </li>
39

</b> <ul> <li> Management of Lumbar and Cervical Spondylosis </li> <li> Minimal access (Microscopic/ Endoscopic Surgeries) for cervical and lumbar disc prolapsed, including disc replacement. </li> <li> Instrumented Anterior and Posterior fusion for </li> </ul> <ol> <li> Spondylosis </li> <li> Spine trauma </li> <li> Spine and spinal cord tumor </li> <li> Spinal deformity correction </li> </ol> </ol> <br> <a href="hospital speciality.html"> Previous Page </a> </body> </html>

9. HEART CARE

40

Figure 3.9:- Heart Care Page

Coding:<html> <head> <title> Heart Care </title> </head> <body bgcolor=#EBFFC2> <basefont face="times new roman" size="2" color="black"> <font face= "monotype corsiva" color="red"size="10"> <b> <u> CARE PLUS </u> </b> </font><br> <img src="F:\FINAL WEBSITE\logo1-1.jpg" height="100" width="100"> <br> <FONT SIZE="5" FACE="courier" COLOR=blue><MARQUEE WIDTH=100% BEHAVIOR=ALTERNATE BGColor=#EBFFC2> 24 HOUR HELPLINE 18001800 </MARQUEE></FONT> <br> <img src="F:\FINAL WEBSITE\heart.jpg" height="225" width= "989">
41

<br> <h2> Heart Care </h2> <p> Care Plus Hospitals has earned the reputation of being a leader in heart care in the country. The proficiency, precision and skill of our cardiac services demonstrate our pioneering contributions in this field. In our yesteryears, this included the world's first conscious off pump coronary artery bypass surgery. We aspire to lead and continue to be the most desired destination for patients not just in India but also from across the world. Care Plus Hospitals has successfully treated thousands of heart patients and successfully performed a number of cardiac procedures and surgeries. </p> <p> Our Cardiac team is strengthened by an accomplished full time and visiting team of over 50 cardiologists and cardiac surgeons who provide excellence in all our hospitals. </p> <b> SERVICES : <br> <br> <u> ADULT CARDIOLOGY AND CARDIAC SERVICES </u> <ol> <li> Interventional Cardiac Procedures : </li> </b>

<ul> <li> Coronary Angiography, Angioplasty and Stenting </li> <li> Angiography and Angioplasty of neck, leg, arm and kidney </li> <li> EP study Diagnostic and Ablation </li> <li> Permanent Pacemaker(single and double chamber) </li> <li> Heart Failure Device and AICD implantation </li> <li> Valvuloplasty </li>
42

<li> ASD, VSD , PDA device closure </li> <li> ASD, VSD , PDA device closure </li> </ul> <br> <b> <li> Cardiothoracic and vascular surgery procedures : </li> </b>

<ul> <li> Coronary Artery Bypass Graft Surgery (CABG Surgery) </li> <li> Off pump bypass surgeries(almost all the bypass surgeries are done off pump) </li> <li> Valve surgeries </li> <li> Awake heart surgeries (on or off pump cardiac surgeries under high thoracic epidural without sensational anesthesia) </li> <li> Surgery for heart failure </li> </ul> </ol> <br> <b> <u> PEDIATRIC CARDIOLOGY AND CARDIAC SURGERY </u> <ol> <li> Pediatric cardiology : </li> </b> <ul> <li> Balloon pulmonary valvotomy (BPV) </li> <li> Device closure of ASD, VSD,PDA </li> <li> Embolisation of MAPCA </li> </ul> <br>
43

<b> <li> Pediatric Cardiac Surgery : </li> </b> <ul> <li> The entire gamut of cardiac diseases from newborn to adolescent </li> <li> Dedicated operating rooms and post-operative ICUs with state-of-the-art equipment and experienced staff round the clock to provide continuous, excellent care</li> </ul> <br> <b> <li> Procedures performed : </li> </b> <ul> <li> Closed heart surgeries like BT shunt, PDA interception, BD Glenn Shunt </li> <li> Simple open heart surgeries, like ASD closure and VSD closure </li> <li> Complex open heart surgeries, like intra cardiac repairs, Artrial switch operation, double switch operation, Resfelli operation, etc </li> <li> Valve repairs, replacements, ROSS procedure </li> <li> ECMO facility </li> <br> <br> <a href="hospital speciality.html"> Previous Page </a> </body> </html> 10. BONE & JOINT CARE

44

Figure 3.10 :- Bone & Joint Care

Coding:<html> <head> <title> Bone & Joint Care </title> </head> <body bgcolor= #EBFFC2> <basefont face="times new roman" size="2" color="black"> <font face= "monotype corsiva" color="red"size="10"> <b> <u> CARE PLUS </u> </b> </font><br> <img src="F:\FINAL WEBSITE\logo1-1.jpg" height="100" width="100"> <br> <FONT SIZE="5" FACE="courier" COLOR=blue><MARQUEE WIDTH=100% BEHAVIOR=ALTERNATE BGColor=#EBFFC2> 24 HOUR HELPLINE 18001800 </MARQUEE></FONT> <br> <img src="F:\FINAL WEBSITE\images.jpg" height ="150" width="989">
45

<h2> Bone & Joint Care </h2> <p> Bone and joint care is one of our core specialties. The bone and joint program at Care Plus Hospital makes it a centre for excellence in orthopedics with highly skilled clinical expertise. Our Hospitals provide cutting-edge diagnostic and operating facilities such as computerized navigation, imaging and treatment in orthopedics. This helps in accurate fixation of implants and joint replacement. A comprehensive support of Rheumatology Services makes it a complete program. Application of Minimal Access Surgery minimizes the extensive drawbacks of surgery, reducing hospital stay, blood transfusion and results in faster recovery. </p> <br> <b> SERVICES : <br> <ol> <li> Total Knee Replacement : </li> </b> <ul> <li> Unicondylar Knee replacement (which requires only a small incision and assures rapid recovery) </li> <li> Hi-flex knees (where the patient can comfortably move and squat normally, which is not possible in conventional knee replacements)</li> <li> Failed or revision joint replacement </li> <li> Infected joint replacement </li> <li> Extra corporeal irradiation and total joint replacement </li> </ul> <b> <li> Total Hip Replacement : </li> </b> <ul> <li> Cementless total hip replacement (less complicated in terms of fixation of prosthesis) </li> <li> Hip Resurfacing / Surface replacement artroplasty </li> <li> Cementless bipolar / partial hip replacement in elderly with fracture neck femur </li>
46

<li> Shoulder replacement </li> <li> Revision joint replacement- for people whose earlier replacements have failed </li> </ul> <b> <li> Pediatric Orthopedics : </li> </b> <li> Congenital deformities club feet, dislocated hips, etc.</li> <li> Cerebral palsy with gate analysis & management, contractures treatment through surgery and botox injection </li> <li> Polio (surgeries, deformity correction, Orthotic acid prescriptions) </li> </ul> <b> <li> Sports Medicine </li> </b> <ul> <li> Knee Arthroscopy ACL reconstructions and Menisectomy </li> </ul> <b> <li> Rheumatology Services </li> </b> <ul> <li> Management of inflammatory joint diseases </li> <li> Management of chronic pain </li> <li> Management of Osteoporosis </li> <li> Management of Complex connective tissue </li> </ul> <b> <li> Complex Trauma Services : </li> </b> <ul>
47

<li> High velocity trauma services </li> <li> Failed trauma services and neglected trauma services </li> <li> Acetabular fracture fixation </li> </ul> <b> <li> Orthopedic Oncology : </li> </b> <ul> <li> Large experience in custom made prosthesis </li> </li> Extra corporeal irradiation and re-implantation followed by joint replacement </li> <li> Reconstructive surgery </li> <li> Joint replacement </li> </ul> </ol> We also offer a comprehensive orthopedic rehabilitation program. <br> <br> <a href="hospital speciality.html"> Previous Page </a> </body> </html>

11. OUR DOCTORS

48

Figure 3.11:- Our Doctors Page

Coding:<html> <head> <title> Our Doctors </title> <basefont="times new roman" size= "4" color="black"> <style type="text/css"> #navbar ul { margin: 0 ; padding: 5px; list-style-type: none; text-align:LEFT; background-color:black; } #navbar ul li { display: inline; } #navbar ul li a {
49

text-decoration: none; padding: .2em 1em; color: #fff; background-color:green; } #navbar ul li a:hover { color: #000; background-color:green; } #menu8 { width: 200px; margin-top: 10px; }

#menu8 li a { text-decoration: none; height: 32px; voice-family: "\"}\""; voice-family: inherit; height: 24px; } #menu8 li a:link, #menu8 li a:visited { color: #297A52; display: block; background: url(images/menu8.gif); padding: 8px 0 0 20px;
50

} #menu8 li a:hover { color: #B75555; background: url(images/menu8.gif) 0 -32px; padding: 8px 0 0 25px; }

#menu8 li a:active { color: #320D0D; background: url(images/menu8.gif) 0 -64px; padding: 8px 0 0 25px; } #menu8 ul { list-style: none; margin: 0; padding: 0; } </style> </head> <body bgcolor= #EBFFC2> <font face= "monotype corsiva" color="red"size="10"> <b> <u> CARE PLUS </u> </b> </font><br> <img src="F:\FINAL WEBSITE\logo1-1.jpg" height="100" width="100"> <br> <FONT SIZE="5" FACE="courier" COLOR=blue><MARQUEE WIDTH=100% BEHAVIOR=ALTERNATE BGColor=#EBFFC2>24 HOUR HELPLINE 18001800 </MARQUEE></FONT>
51

<br> <div id="navbar"> <ul> <li><a href="HOSPITAL.html">HOME</a></li> <li><a href="about us.html">ABOUT US</a></li> <li><a href="hospital speciality.html">HOSPITAL SPECIALITY</a></li> <li><a href="our doctors.html">OUR DOCTORS</a></li> <li><a href="patient services.html">PATIENT SERVICES</a></li> <li><a href="contact us.html">CONTACT US</a></li> </ul> </div> <img src="F:\FINAL WEBSITE\doctors.jpg" height="500" width="984"> <div id="navbar"> <ul> <li><a href="delhi.html">DELHI</a></li> <li><a href="pune.html">PUNE</a></li> <li><a href="mumbai.html">MUMBAI</a></li> <li><a href="kolkata.html">KOLKATA</a></li> <li><a href="chennai.html">CHENNAI</a></li> <li><a href="indore.html">INDORE</a></li> <li><a href="jaipur.html">JAIPUR</a></li> <li><a href="chandigarh.html">CHANDIGARH</a></li> <li><a href="ludhiana.html">LUDHIANA</a></li> </ul> </div> <div id="menu8"> <ul>
52

<li><a href="8.html" title="Hospital Overview">Doctors Profile</a></li> <li><a href="9.html" title="Management">Make an appointment</a></li> </ul> </div> </body> </html>

12. DOCTORS PROFILE

Figure 3.12:- Doctors Profile Page

Coding:-

<html> <head> <title> Doctors Profile </title> </head> <body bgcolor=#EBFFC2>


53

<basefont face="times new roman" size="2" color="black"> <font face= "monotype corsiva" color="red"size="10"> <b> <u> CARE PLUS </u> </b> </font><br> <img src="F:\FINAL WEBSITE\logo1-1.jpg" height="100" width="100"> <br> <FONT SIZE="5" FACE="courier" COLOR=blue><MARQUEE WIDTH=100% BEHAVIOR=ALTERNATE BGColor=#EBFFC2>24 HOUR HELPLINE 18001800 </MARQUEE></FONT> <br> <h2> Doctor's Profile </h2> <br> <b> <i> <h3> Neurologist </h3> </i> </b> <br> <fieldset> <legend> Dr. Mohit Sharma </legend> <img src="F:\FINAL WEBSITE\doc1.jpg" height= "200" width="200" align="Center" >M.B.B.S., MD (Gen Medicine),DM (Neurology) <br> <br> <b> Specialty Interest:</b> Movement Disorders, Deep Brain Stimulation </fieldset> <fieldset> <legend> Dr. Annu Arora </legend> <img src="F:\FINAL WEBSITE\images (1).jpg" height="200" align="center">M.B.B.S., MD (General Medicine), DNB (Neurology) <br> <b>Specialty Interest: </b> Cognitive and Behavioural Neurology </fieldset> <b> <i> <h3> Cardiologist </h3> </i> </b> <br>
54

width="200"

<fieldset> <legend> Dr. Prashant Nair </legend> <img src="F:\FINAL WEBSITE\doctor-male-2.jpg" height="200" width="200" align="center">M.B.B.S., MD (General Medicine), DNB (Cardiology) DM (Cardiology) <br> <b> Specialty Interest:</b> Adult Interventional Cardiology </fieldset> <fieldset> <legend> Dr.Sunil Wani </legend> <img src="F:\FINAL WEBSITE\_ASP5263.jpg" height="200" align="center">MRCP, CCT UK (Cardiology), MD EP (IBHRE) <br> <b> Specialty Interest:</b> Cardiology, Cardiac Electrophysiology and Cardiac Device Therapy </fieldset> width="200"

<b> <i> <h3> Orthopaedics </h3> </i> </b> <br> <fieldset> <legend> Dr. Ashish Jain </legend> <img src="F:\FINAL WEBSITE\630-01192086w.jpg" height="200" align="center">M.B.B.S., MS (Orthopaedics); DNB (Orthopaedics) <br> <b> Specialty Interest:</b> Trauma and Arthroplasty </fieldset> <fieldset> <legend> Dr. Vinay S. Joshi </legend> <img src="F:\FINAL WEBSITE\images (2).jpg" height="200" align="center">MBBS, MS, D'ORTH, FCPS, DNB, FRCS, FRCS(ORTH) <br>
55

width="200"

width="200"

<b> Specialty Interest:</b> Orthopaedics surgeon with special interest in lower limb surgery and joint replacement </fieldset> <br> <a href="our doctors.html"> Previous Page </a> </body> </html>

13. MAKE AN APPOINTMENT

Figure 3.13:- Make An Appointment Page

Coding:<html> <head> <title> Doctors Profile </title> </head>


56

<body bgcolor=#EBFFC2> <basefont face="times new roman" size="2" color="black"> <font face= "monotype corsiva" color="red"size="10"> <b> <u> CARE PLUS </u> </b> </font><br> <img src="F:\FINAL WEBSITE\logo1-1.jpg" height="100" width="100"> <br> <FONT SIZE="5" FACE="courier" COLOR=blue><MARQUEE WIDTH=100% BEHAVIOR=ALTERNATE BGColor=#EBFFC2> 24 HOUR HELPLINE 18001800 </MARQUEE></FONT> <br> <h2> Make An Appointment </h2> <br> Please fill in the form to book an appointment: <br> <form action="thanku.html" method="get"> First name: <input type="text" name="fname"><br> Last name: <input type="text" name="lname"><br> Phone: <input type="text" name="pphone"> <br> Email: <input type="text" name="email"> <br> Address: <input type="text" name="address" > <br> Doctor: <input type="text" name="doctor"> <br> Appointment Reason: <input type="text" name="reason"><br> Appointment Preference: <input type="text" name="pref"><br> <input type="submit" value="Submit"> </form>

<a href="our doctors.html"> Previous Page </a>


57

</body> </html>

14. PATIENT SERVICES

Figure 3.14:- Patient Services Page

Coding:<html> <head> <title> Patient Services </title> <basefont="times new roman" size= "4" color="black"> <style type="text/css"> #navbar ul { margin: 0 ; padding: 5px;
58

list-style-type: none; text-align:LEFT; background-color:black; } #navbar ul li { display: inline; } #navbar ul li a { text-decoration: none; padding: .2em 1em; color: #fff; background-color:green; } #navbar ul li a:hover { color: #000; background-color:green; } #menu8 { width: 200px; margin-top: 10px; }

#menu8 li a { text-decoration: none; height: 32px; voice-family: "\"}\""; voice-family: inherit;


59

height: 24px; } #menu8 li a:link, #menu8 li a:visited { color: #297A52; display: block; background: url(images/menu8.gif); padding: 8px 0 0 20px; } #menu8 li a:hover { color: #B75555; background: url(images/menu8.gif) 0 -32px; padding: 8px 0 0 25px; }

#menu8 li a:active { color: #320D0D; background: url(images/menu8.gif) 0 -64px; padding: 8px 0 0 25px; } #menu8 ul { list-style: none; margin: 0; padding: 0; } </style> </head>
60

<body bgcolor=#EBFFC2> <font face= "monotype corsiva" color="red"size="10"> <b> <u> CARE PLUS </u> </b> </font><br> <img src="F:\FINAL WEBSITE\logo1-1.jpg" height="100" width="100"> <br> <FONT SIZE="5" FACE="courier" COLOR=blue><MARQUEE WIDTH=100% BEHAVIOR=ALTERNATE BGColor=#EBFFC2>24 HOUR HELPLINE 18001800 </MARQUEE></FONT> <br> <div id="navbar"> <ul> <li><a href="HOSPITAL.html">HOME</a></li> <li><a href="about us.html">ABOUT US</a></li> <li><a href="hospital speciality.html">HOSPITAL SPECIALITY</a></li> <li><a href="our doctors.html">OUR DOCTORS</a></li> <li><a href="patient services.html">PATIENT SERVICES</a></li> <li><a href="contact us.html">CONTACT US</a></li> </ul> </div> <img src="F:\FINAL WEBSITE\patient-services_banner.jpg" height="500" width="984"> <div id="navbar"> <ul> <li><a href="delhi.html">DELHI</a></li> <li><a href="pune.html">PUNE</a></li> <li><a href="mumbai.html">MUMBAI</a></li> <li><a href="kolkata.html">KOLKATA</a></li> <li><a href="chennai.html">CHENNAI</a></li>
61

<li><a href="indore.html">INDORE</a></li> <li><a href="jaipur.html">JAIPUR</a></li> <li><a href="chandigarh.html">CHANDIGARH</a></li> <li><a href="ludhiana.html">LUDHIANA</a></li> </ul> </div> <div id="menu8"> <ul> <li><a href="10.html" title="Hospital Overview">Admission Procedure</a></li> <li><a href="11.html" title="Management">Accomodation And Facilities</a></li> <li><a href="12.html" title="Vision And Values">Important Phone Numbers</a></li> <li><a href="13.html" title="Chairman's Message">Online Payment</a></li> </ul> </div> </body> </html>

15. ADMISSION PROCEDURE

62

Figure 3.15: admission procedure page Coding: <html>

<head> <title> Admission Procedure </title> </head> <body bgcolor=#EBFFC2> <basefont face="times new roman" size="2" color="black"> <font face= "monotype corsiva" color="red"size="10"> <b> <u> CARE PLUS </u> </b> </font><br> <img src="F:\FINAL WEBSITE\logo1-1.jpg" height="100" width="100"> <br> <FONT SIZE="5" FACE="courier" COLOR=blue><MARQUEE WIDTH=100% BEHAVIOR=ALTERNATE BGColor=#EBFFC2> 24 HOUR HELPLINE 18001800 </MARQUEE></FONT> <br> <b> <h2> Admission </b> </h2>
63

<br> Patients are admitted to the hospital as per the recommendation of a doctor. All patients are admitted in the hospital under a team of doctors. <br> <ul> <li> 50% of the hospital beds are earmarked for general patients, where care is subsidised by the hospital. </li> <li>50% beds are in the private wards.</li> </ul> <br> All patients are required to see the Reception to get an idea about the approximate charges for different services and also to understand the routine formalities such as admission, discharge etc. <br> All patients will be required to pay an advance as specified by the Receptionist at the time of admission. Payment can be done through cash as well as there is a facility of online payment also. Personal cheques are accepted only with the permission from the management. <br> <a href="patient services.html"> Previous Page </a> <br> <a href="14.html"> Online Admission Form </a> </body> </html>

Online Admission Form:-

64

Figure 3.15.1: online admission formpage

Coding:<html> <head> <title> Admission Procedure </title> </head> <body bgcolor=#EBFFC2> <basefont face="times new roman" size="2" color="black"> <font face= "monotype corsiva" color="red"size="10"> <b> <u> CARE PLUS </u> </b> </font><br> <img src="F:\FINAL WEBSITE\logo1-1.jpg" height="100" width="100"> <br> <FONT SIZE="5" FACE="courier" COLOR=blue><MARQUEE WIDTH=100% BEHAVIOR=ALTERNATE BGColor=#EBFFC> 24 HOUR HELPLINE 18001800 </MARQUEE></FONT> <br>
65

<h2> Admission Form </h2> <br> Please fill in the following details: <br> <form action="thanku.html" method="get"> First name: <input type="text" name="fname"><br> Last name: <input type="text" name="lname"><br> Date Of Birth : <input type="text" name="DOB"><br> Phone: <input type="text" name="pphone"> <br> Email: <input type="text" name="email"> <br> Address: <input type="text" name="address" > <br> Nationality: <input type="text" name="naionality"><br> Any Insurance: <input type="radio" name="ins" value="yes"> Yes <input type="radio" name="ins" value="No">No <br> Type Of Insurance: <input type="radio" name="in" value="General"> General <input type="radio" name="in" value="Any other"> Any other <br> Cost: <input type="text" name="cost"> <br> Mode Of Payment: <input type="checkbox" name="paymt value="Cash"> Cash <input type="checkbox" name="paymt value="Credit card"> Credit Card <input type="checkbox" name="paymt value="debit card"> Debit Card <br> Doctor: <input type="text" name="doc"><br> Date Of Admission: <input type="text" name="adm"><br> Date Of Discharge: <input type="text" name="dis"><br> <input type="submit" value="Submit"> </form> <a href="10.html"> Previous Page </a> </body>
66

</html>

16. ACCOMODATION & FACILITIES

Figure 3.16 : accommodation & facilitiespage Coding:<html> <head> <title>Accomodation and Facilities </title> </head> <body bgcolor=#EBFFC2> <basefont face="times new roman" size="2" color="black"> <font face= "monotype corsiva" color="red"size="10"> <b> <u> CARE PLUS </u> </b> </font><br> <img src="F:\FINAL WEBSITE\logo1-1.jpg" height="100" width="100">
67

<br> <FONT SIZE="5" FACE="courier" COLOR=blue><MARQUEE WIDTH=100% BEHAVIOR=ALTERNATE BGColor=#EBFFC2>24 HOUR HELPLINE 18001800 </MARQUEE></FONT> <br> <h2> Accomodation </h2> <p> Even the most 'cost sensitive' traveler can afford the first class service and luxury amenities at our Hospitals. We have centralised air-conditioned general and private rooms equipped with everything to make you comfortable including room service for food and laundry. </p> <u> <h4> Rooms </h4> </u> <b> Suites- </b> Well furnished and fully air-conditioned rooms. There are separate cots for the patient and companion, a television & DVD player, couch, telephone, refrigerator, computer with high speed internet. <br> <b> General Category Rooms- </b> Spacious air-conditioned rooms with separate cots for the patient and companion, a television & DVD player, couch, telephone, refrigerator, computer with high speed internet. <br> Deluxe Rooms and Single Rooms are also available. <br> <u> <h4> Personalized Care </h4> </u> Personalized care by nursing and clinical staff. <br> Complete privacy & confidentiality is maintained. <br> To make the patients feel at home, our staff celebrate birthdays, wedding anniversaries, festivals etc. The doctors, nurses, administrative and support staff also become a part of these celebrations.
68

<br> <u> <h4> Religious preferences </h4> </u> Providing isolation for Jews on Fridays (if asked for). <br> Specially made food for patients belonging to the Jain religion. <br> Facilitating prayer service for the patient/companion <br> Understanding the special needs of the Islamic community: Individual prayer mats in the rooms for daily namaz and a dietary program that takes into account individual preferences with necessary approvals from the treating medical consultant. <br> <br> <a href= "patient services.html"> Previous Page </a> </body> </html>

17. IMPORTANT PHONE NUMBERS

69

Figure 3.17 : important phone number page Coding:<html> <head> <title> Phone no.</title> </head> <body bgcolor=#EBFFC2> <basefont face="times new roman" size="2" color="black"> <font face= "monotype corsiva" color="red"size="10"> <b> <u> CARE PLUS </u> </b> </font><br> <img src="F:\FINAL WEBSITE\logo1-1.jpg" height="100" width="100"> <BR> <FONT SIZE="5" FACE="courier" COLOR=blue><MARQUEE WIDTH=100% BEHAVIOR=ALTERNATE BGColor=#EBFFC2>24 HOUR HELPLINE 18001800 </MARQUEE></FONT> <br> <h2> Important Phone Numbers </h2> <br>
70

<font face= "times new roman" color="black"size="5"> <pre> Board Line- 39199222 Emergency/Casualty- 39199100 IPD Reception- 39199400 OPD Reception- 39199200 Executive Health CheckUp-39199300 Number for Appointment- 39199200 Ambulance- 39199444 Savita Chavan(Assistant Manager Welfare Services)- 09869311763 Chitravati Ghosh(Assistant Manager PCS)- 09819400343 </pre> </font> <a href ="patient services.html"> Previous Page </a> </body> </html>

18. ONLINE PAYMENT

71

Figure 3.18 : online payment page Coding:<html> <head> <title> Online Payment </title> </head> <body bgcolor=#EBFFC2> <basefont face=times new roman size=2 color=black> <font face= monotype corsiva color=redsize=10> <b> <u> CARE PLUS </u> </b> </font><br> <img src=F:\FINAL WEBSITE\logo1-1.jpg height=100 width=100> <BR> <FONT SIZE=5 FACE=courier COLOR=blue><MARQUEE WIDTH=100% BEHAVIOR=ALTERNATE BGColor=#EBFFC2> 24 HOUR HELPLINE 18001800 </MARQUEE></FONT> <br> <h4> Pay My Bill </h4>

72

We are pleased to offer the convenience of online bill payment. You can pay either your hospital bill by using the options below: <ul> <li> <a href = credit card.html> Credit Card </li> </a> <br> <li> <a href = debit card.html> Debit Card </li> </a> <br> <br> <a href =patient services.html> Previous Page </a> </body> </html>

Credit Card:-

Figure 3.18.1 : credit card page Coding:<html>


73

<head> <title> Credit Card </title> </head> <body bgcolor=#EBFFC2> <basefont face="times new roman" size="2" color="black"> <font face= "monotype corsiva" color="red"size="10"> <b> <u> CARE PLUS </u> </b> </font><br> <img src="F:\FINAL WEBSITE\logo1-1.jpg" height="100" width="100"> <BR> <FONT SIZE="5" FACE="courier" COLOR=blue><MARQUEE WIDTH=100% BEHAVIOR=ALTERNATE BGColor=#EBFFC2>24 HOUR HELPLINE 18001800 </MARQUEE></FONT> <br> <h2> CREDIT CARD </h2> <br> <br> <form action="thanku.html" method="get"> Name: <input type="text" name="crd"> <br> Credit Card No. <input type="password" name="no"> <br> <input type="submit" value="Submit"> <br> <a href="13.html"> Previous Page </a> </body> </html>

Debit Card:-

74

Figure 3.18.2 : debit cardpage Coding:<html> <head> <title> Debit Card </title> </head> <body bgcolor=#EBFFC2> <basefont face="times new roman" size="2" color="black"> <font face= "monotype corsiva" color="red"size="10"> <b> <u> CARE PLUS </u> </b> </font><br> <img src="F:\FINAL WEBSITE\logo1-1.jpg" height="100" width="100"> <BR> <FONT SIZE="5" FACE="courier" COLOR=blue><MARQUEE WIDTH=100% BEHAVIOR=ALTERNATE BGColor=#EBFFC2>24 HOUR HELPLINE 18001800 </MARQUEE></FONT> <br> <h2> Debit Card </h2> <br>
75

<br> <form action="thanku.html" method="get"> Name: <input type="text" name="crd"> <br> Debit Card No. <input type="password" name="no"> <br> <input type="submit" value="Submit"> <br> <a href="13.html"> Previous Page </a> </body> </html>

19. CONTACT US

Figure 3.19 : contact us page Coding:<html> <head>


76

<title> Contact Us </title> <basefont="times new roman" size= "4" color="black"> <style type="text/css"> <! #navbar ul { margin: 0 ; padding: 5px; list-style-type: none; text-align:LEFT; background-color:black; }

#navbar ul li { display: inline; } #navbar ul li a { text-decoration: none; padding: .2em 1em; color: #fff; background-color:green; } #navbar ul li a:hover { color: #000; background-color:green; } --> #menu8 {
77

width: 200px; margin-top: 10px; } #menu8 li a { text-decoration: none; height: 32px; voice-family: "\"}\""; voice-family: inherit; height: 24px; } #menu8 li a:link, #menu8 li a:visited { color: #297A52; display: block; background: url(images/menu8.gif); padding: 8px 0 0 20px; } #menu8 li a:hover { color: #B75555; background: url(images/menu8.gif) 0 -32px; padding: 8px 0 0 25px; } #menu8 li a:active { color: #320D0D; background: url(images/menu8.gif) 0 -64px; padding: 8px 0 0 25px; } #menu8 ul {
78

list-style: none; margin: 0; padding: 0; } </style> </head> <body bgcolor=#EBFFC2> <font face= "monotype corsiva" color="red"size="10"> <b> <u> CARE PLUS </u> </b> </font><br> <img src="F:\FINAL WEBSITE\logo1-1.jpg" height="100" width="100"> <br> <FONT SIZE="5" FACE="courier" COLOR=blue><MARQUEE WIDTH=100% BEHAVIOR=ALTERNATE BGColor=#EBFFC2>24 HOUR HELPLINE 18001800 </MARQUEE></FONT> <br> <div id="navbar"> <ul> <li><a href="HOSPITAL.html">HOME</a></li> <li><a href="about us.html">ABOUT US</a></li> <li><a href="hospital speciality.html">HOSPITAL SPECIALITY</a></li> <li><a href="our doctors.html">OUR DOCTORS</a></li> <li><a href="patient services.html">PATIENT SERVICES</a></li> <li><a href="contact us.html">CONTACT US</a></li> </ul> </div> <img src="F:\FINAL WEBSITE\Contact Us.jpg" height="500" width="984"> <div id="navbar">
79

<ul> <li><a href="delhi.html">DELHI</a></li> <li><a href="pune.html">PUNE</a></li> <li><a href="mumbai.html">MUMBAI</a></li> <li><a href="kolkata.html">KOLKATA</a></li> <li><a href="chennai.html">CHENNAI</a></li> <li><a href="indore.html">INDORE</a></li> <li><a href="jaipur.html">JAIPUR</a></li> <li><a href="chandigarh.html">CHANDIGARH</a></li> <li><a href="ludhiana.html">LUDHIANA</a></li> </ul> </div> <div id="menu8"> <ul> <li><a href="15.html" title="Hospital Overview">Request Information</a></li> <li><a href="16.html" title="Management">Feedback</a></li> </ul> </div> </body> </html>

20. REQUEST INFORMATION

80

Figure 3.20 : request informationpage Coding:<html> <head> <title> Request Information </title> </head> <body bgcolor=#EBFFC2> <basefont face="times new roman" size="2" color="black"> <font face= "monotype corsiva" color="red"size="10"> <b> <u> CARE PLUS </u> </b> </font><br> <img src="F:\FINAL WEBSITE\logo1-1.jpg" height="100" width="100"> <BR> <FONT SIZE="5" FACE="courier" COLOR=blue><MARQUEE WIDTH=100% BEHAVIOR=ALTERNATE BGColor=#EBFFC2> 24 HOUR HELPLINE 18001800 </MARQUEE></FONT> <br> <h2> Request Information </h2> <br>
81

<br> For any information about our locations, doctors or services, please feel free to write to enquiry@careplushospitals.com or fill out the feedback form. <br> <br> <a href="contact us.html"> Previous Page </a> </body> </html>

21. FEEDBACK

Figure 3.21 : feedback page Coding:<html> <head> <title> Feedback form </title> </head>
82

<body bgcolor=#EBFFC2> <basefont face="times new roman" size="2" color="black"> <font face= "monotype corsiva" color="red"size="10"> <b> <u> CARE PLUS </u> </b> </font><br> <img src="F:\FINAL WEBSITE\logo1-1.jpg" height="100" width="100"> <BR> <FONT SIZE="5" FACE="courier" COLOR=blue><MARQUEE WIDTH=100% BEHAVIOR=ALTERNATE BGColor=#EBFFC2> 24 HOUR HELPLINE 18001800 </MARQUEE></FONT> <br> <h2> Feedback Form </h2> <br> Please fill in the following details: <br> <form action="thanku.html" method="get"> Name: <input type="text" name="name"><br> Contact Number: <input type="text" name="cno"><br> Address: <input type="text" name="ad"><br> Age: <input type="text" name="age"><br> Doctor: <input type="text" name="doc"><br> Hospital Evironment Is: <input type="radio" name="ins" value="good"> Good <input type="radio" name="ins" value="average">Average <input type="radio" name="ins" value="Bad"> Bad <br> Ward Facilities Are: <input type="radio" name="ins" value="good"> Good <input type="radio" name="ins" value="average">Average <input type="radio" name="ins" value="Bad"> Bad <br> Toilets Are: <input type= "radio" name="ins" value="good"> Good <input type="radio" name="ins" value="average">Average
83

<input type="radio" name="ins" value="Bad"> Bad <br> Services Of The Attending Doctors Is: <input type="radio" name="ins" value="good"> Good <input type="radio" name="ins" value="average">Average <input type="radio" name="ins" value="Bad"> Bad <br> Services Of The Attending Nurse Is: <input type="radio" name="ins" value="good"> Good <input type="radio" name="ins" value="average">Average <input type="radio" name="ins" value="Bad"> Bad <br> Hospital Billing Is: <input type="radio" name="ins" value="Eco"> Economical <input type="radio" name="ins" value="average">Average <input type="radio" name="ins" value="exp"> Expensive <br> Reception/Enquiry System Is: <input type="radio" name="ins" value="good"> Good <input type="radio" name="ins" value="average">Average <input type="radio" name="ins" value="Bad"> Bad <br> Admission Procedure Is: <input type="radio" name="ins" value="good"> Easy <input type="radio" name="ins" value="average">Average <input type="radio" name="ins" value="Bad"> Tough <br> Discharge Process Is: <input type="radio" name="ins" value="good"> Easy <input type="radio" name="ins" value="average">Average <input type="radio" name="ins" value="Bad"> Tough <br> Any Suggesstions : <input type="text" name="sugg"><br> <input type="submit" value="Submit"> </form> <br> <a href="contact us.html"> Previous Page </a> </body> </html>

84

22. DELHI

Figure 3.22 : delhi page Coding:<html> <head> <title> Delhi </title> <basefont="times new roman" size= "4" color="black"> <style type="text/css"> <!-#navbar ul { margin: 0 ; padding: 5px; list-style-type: none; text-align:LEFT; background-color:black;
85

} #navbar ul li { display: inline; } #navbar ul li a { text-decoration: none; padding: .2em 1em; color: #fff; background-color:green; } #navbar ul li a:hover { color: #000; background-color:green; } --> </style> </head> <body bgcolor= #EBFFC2> <font face= "monotype corsiva" color="red"size="10"> <b> <u> CARE PLUS </u> </b> </font><br> <img src="F:\FINAL WEBSITE\logo1-1.jpg" height="100" width="100"> <br> <FONT SIZE="5" FACE="courier" COLOR=blue><MARQUEE WIDTH=100% BEHAVIOR=ALTERNATE BGColor=#EBFFC2>24 HOUR HELPLINE 18001800 </MARQUEE></FONT> <br> <div id="navbar">
86

<ul> <li><a href="HOSPITAL.html">HOME</a></li> <li><a href="about us.html">ABOUT US</a></l <li><a href="hospital speciality.html">HOSPITAL SPECIALITY</a></li> <li><a href="our doctors.html">OUR DOCTORS</a></li> <li><a href="patient services.html">PATIENT SERVICES</a></li> <li><a href="contact us.html">CONTACT US</a></li> </ul> </div> <img src="F:\FINAL WEBSITE\banner.jpg" height="500" width="984"> <div id="navbar"> <ul> <li><a href="c.html">DELHI</a></li> <li><a href="pune.html">PUNE</a></li> <li><a href="mumbai.html">MUMBAI</a></li> <li><a href="kolkata.html">KOLKATA</a></li> <li><a href="chennai.html">CHENNAI</a></li> <li><a href="indore.html">INDORE</a></li> <li><a href="jaipur.html">JAIPUR</a></li> <li><a href="chandigarh.html">CHANDIGARH</a></li> <li><a href="ludiana.html">LUDHIANA</a></li> </ul> </div> <pre> Address :- 72- Nelson Mandela Road , Vasant Kunj, New Delhi Contact Number :- 011- 24885632
87

</pre> </body> </html>

23. PUNE

Figure 3.23 : pune page

Coding:<html> <head> <title> Pune </title> <basefont="times new roman" size= "4" color="black"> <style type="text/css"> <!
88

#navbar ul { margin: 0 ; padding: 5px; list-style-type: none; text-align:LEFT; background-color:black; } #navbar ul li { display: inline; } #navbar ul li a { text-decoration: none; padding: .2em 1em; color: #fff; background-color:green; } #navbar ul li a:hover { color: #000; background-color:green; } --> </style> </head> <body bgcolor=#EBFFC2> <font face= "monotype corsiva" color="red"size="10"> <b> <u> CARE PLUS </u> </b> </font><br>
89

<img src="F:\FINAL WEBSITE\logo1-1.jpg" height="100" width="100"> <br> <FONT SIZE="5" FACE="courier" COLOR=blue><MARQUEE WIDTH=100% BEHAVIOR=ALTERNATE BGColor=#EBFFC2>24 HOUR HELPLINE 18001800 </MARQUEE></FONT> <br> <div id="navbar"> <ul> <li><a href="HOSPITAL.html">HOME</a></li> <li><a href="about us.html">ABOUT US</a></li> <li><a href="hospital speciality.html">HOSPITAL SPECIALITY</a></li> <li><a href="our doctors.html">OUR DOCTORS</a></li> <li><a href="patient services.html">PATIENT SERVICES</a></li> <li><a href="contact us.html">CONTACT US</a></li> </ul> </div> <img src="F:\FINAL WEBSITE\2.jpg" height="500" width="984"> <div id="navbar"> <ul> <li><a href="delhi.html">DELHI</a></li> <li><a href="pune.html">PUNE</a></li> <li><a href="mumbai.html">MUMBAI</a></li> <li><a href="kolkata.html">KOLKATA</a></li> <li><a href="chennai.html">CHENNAI</a></li> <li><a href="indore.html">INDORE</a></li> <li><a href="jaipur.html">JAIPUR</a></li> <li><a href="chandigarh.html">CHANDIGARH</a></li> <li><a href="ludhiana.html">LUDHIANA</a></li>
90

</ul> </div> <pre> Address :- 48, Sasson Road, Near Pune Railway Station, Bund Garden Rd, Sangamvadi Pune, MH

Contact Number :- 020 6681 5402 </pre> </body> </html>

24. MUMBAI

91

Figure 3.24 : mumbai page

Coding:<html> <head> <title> Mumbai </title> <basefont="times new roman" size= "4" color="black"> <style type="text/css"> <!--

#navbar ul { margin: 0 ; padding: 5px; list-style-type: none; text-align:LEFT; background-color:black;


92

} #navbar ul li { } #navbar ul li a { text-decoration: none; padding: .2em 1em; color: #fff; background-color:green; } #navbar ul li a:hover { } --> </style> </head> <body bgcolor=#EBFFC2> <font face= "monotype corsiva" color="red"size="10"> <b> <u> CARE PLUS </u> </b> </font><br> <img src="F:\FINAL WEBSITE\logo1-1.jpg"height="100" width="100" > <br> <FONT SIZE="5" FACE="courier" COLOR=blue><MARQUEE WIDTH=100% BEHAVIOR=ALTERNATE BGColor=#EBFFC2>24 HOUR HELPLINE 18001800 </MARQUEE></FONT> <br> <div id="navbar"> <ul> <li><a href="HOSPITAL.html">HOME</a></li> <li><a href="about us.html">ABOUT US</a></li>
93

<li><a href="hospital speciality.html">HOSPITAL SPECIALITY</a></li> <li><a href="our doctors.html">OUR DOCTORS</a></li> <li><a href="patient services.html">PATIENT SERVICES</a></li> <li><a href="contact us.html">CONTACT US</a></li> </ul> </div> <img src="F:\FINAL WEBSITE\3.jpg" height="500" width="984"> <div id="navbar"> <ul> <li><a href="delhi.html">DELHI</a></li> <li><a href="pune.html">PUNE</a></li> <li><a href="mumbai.html">MUMBAI</a></li> <li><a href="kolkata.html">KOLKATA</a></li> <li><a href="chennai.html">CHENNAI</a></li> <li><a href="indore.html">INDORE</a></li> <li><a href="jaipur.html">JAIPUR</a></li> <li><a href="chandigarh.html">CHANDIGARH</a></li> <li><a href="ludiana.html">LUDHIANA</a></li> </ul> </div> <pre> Address :- 320 Gulmohar Road, Juhu Mumbai, MH Contact Number :- 022 2620 0987 </pre> </body> </html>
94

25. KOLKATA

Figure 3.25: Kolkata page Coding:<html> <head> <title> Kolkata </title> <basefont="times new roman" size= "4" color="black"> <style type="text/css"> <!-#navbar ul { margin: 0 ; padding: 5px; list-style-type: none; text-align:LEFT;
95

background-color:black; } #navbar ul li { display: inline; } #navbar ul li a { text-decoration: none; padding: .2em 1em; color: #fff; background-color:green; } #navbar ul li a:hover { color: #000; background-color:green; } --> </style> </head> <body bgcolor= #EBFFC2> <font face= "monotype corsiva" color="red"size="10"> <b> <u> CARE PLUS </u> </b> </font><br> <img src="F:\FINAL WEBSITE\logo1-1.jpg" height="100" width="100"> <br> <FONT SIZE="5" FACE="courier" COLOR=blue><MARQUEE WIDTH=100% BEHAVIOR=ALTERNATE BGColor=#EBFFC2>24 HOUR HELPLINE 18001800 </MARQUEE></FONT> <br>
96

<div id="navbar"> <ul> <li><a href="HOSPITAL.html">HOME</a></li> <li><a href="about us.html">ABOUT US</a></li> <li><a href="hospital speciality.html">HOSPITAL SPECIALITY</a></li> <li><a href="our doctors.html">OUR DOCTORS</a></li> <li><a href="patient services.html">PATIENT SERVICES</a></li> <li><a href="contact us.html">CONTACT US</a></li> </ul> </div> <img src="F:\FINAL WEBSITE\11.jpg" height="500" width="984"> <div id="navbar"> <ul> <li><a href="delhi.html">DELHI</a></li> <li><a href="pune.html">PUNE</a></li> <li><a href="mumbai.html">MUMBAI</a></li> <li><a href="kolkata.html">KOLKATA</a></li> <li><a href="chennai.html">CHENNAI</a></li> <li><a href="indore.html">INDORE</a></li> <li><a href="jaipur.html">JAIPUR</a></li> <li><a href="chandigarh.html">CHANDIGARH</a></li> <li><a href="ludiana.html">LUDHIANA</a></li> </div> <pre> Address :- M J- 20 & 33 Salt Lake City, Kolkata Contact Number :- 033 23358456
97

</ul>

</pre> </body> </html>

26. CHENNAI

Figure 3.26: Chennai page

Coding:<html> <head> <title> Chennai </title> <basefont="times new roman" size= "4" color="black"> <style type="text/css"> <!-#navbar ul {
98

margin: 0 ; padding: 5px; list-style-type: none; text-align:LEFT; background-color:black; } #navbar ul li { display: inline; } #navbar ul li a { text-decoration: none; padding: .2em 1em; color: #fff; background-color:green; } #navbar ul li a:hover { color: #000; } --> </style> </head> <body bgcolor=#EBFFC2> <font face= "monotype corsiva" color="red"size="10"> <b> <u> CARE PLUS </u> </b> </font><br> <img src="F:\FINAL WEBSITE\logo1-1.jpg" height="100" width="100"> <br>
99

<FONT SIZE="5" FACE="courier" COLOR=blue><MARQUEE WIDTH=100% BEHAVIOR=ALTERNATE BGColor=#EBFFC2>24 HOUR HELPLINE 18001800 </MARQUEE></FONT> <br> <div id="navbar"> <ul> <li><a href="HOSPITAL.html">HOME</a></li> <li><a href="about us.html">ABOUT US</a></li> <li><a href="hospital speciality.html">HOSPITAL SPECIALITY</a></li> <li><a href="our doctors.html">OUR DOCTORS</a></li> <li><a href="patient services.html">PATIENT SERVICES</a></li> <li><a href="contact us.html">CONTACT US</a></li> </ul> </div> <img src="F:\FINAL WEBSITE\6.jpg" height="500" width="984"> <div id="navbar"> <ul> <li><a href="delhi.html">DELHI</a></li> <li><a href="pune.html">PUNE</a></li> <li><a href="mumbai.html">MUMBAI</a></li> <li><a href="chennai.html">CHENNAI</a></li> <li><a href="indore.html">INDORE</a></li> <li><a href="jaipur.html">JAIPUR</a></li> <li><a href="chandigarh.html">CHANDIGARH</a></li> <li><a href="ludiana.html">LUDHIANA</a></li> </ul> </div> <pre>
100

Address

:- 100, H.M Road, Tondiarpet, Chennai

Contact Number :- 044 2591 123 </pre> </body> </html>

27. INDORE

Figure 3.27: indore page Coding:<html> <head> <title> Indore </title> <basefont="times new roman" size= "4" color="black">
101

<style type="text/css"> <!-#navbar ul { margin: 0 ; padding: 5px; list-style-type: none; text-align:LEFT; background-color:black; } #navbar ul li { display: inline; } #navbar ul li a { text-decoration: none; padding: .2em 1em; color: #fff; background-color:green; } #navbar ul li a:hover { color: #000; } --> </style> </head> <body bgcolor=#EBFFC2> <font face= "monotype corsiva" color="red"size="10"> <b> <u>
102

CARE PLUS </u> </b> </font><br> <img src="F:\FINAL WEBSITE\logo1-1.jpg" height="100" width="100"> <br> <FONT SIZE="5" FACE="courier" COLOR=blue><MARQUEE WIDTH=100% BEHAVIOR=ALTERNATE BGColor=#EBFFC2>24 HOUR HELPLINE 18001800 </MARQUEE></FONT> <br> <div id="navbar"> <li><a href="HOSPITAL.html">HOME</a></li> <li><a href="about us.html">ABOUT US</a></li> <li><a href="hospital speciality.html">HOSPITAL SPECIALITY</a></li> <li><a href="our doctors.html">OUR DOCTORS</a></li> <li><a href="patient services.html">PATIENT SERVICES</a></li> <li><a href="contact us.html">CONTACT US</a></li> </ul> </div> <img src="F:\FINAL WEBSITE\5.jpg" height="500" width="984"> <div id="navbar"> <ul> <li><a href="delhi.html">DELHI</a></li> <li><a href="pune.html">PUNE</a></li> <li><a href="mumbai.html">MUMBAI</a></li> <li><a href="kolkata.html">KOLKATA</a></li> <li><a href="chennai.html">CHENNAI</a></li> <li><a href="indore.html">INDORE</a></li> <li><a href="jaipur.html">JAIPUR</a></li> <li><a href="chandigarh.html">CHANDIGARH</a></li> <li><a href="ludiana.html">LUDHIANA</a></li>
103

</ul> </div> <pre> Address :- 21- Ring Road Indore, MadhyaPradesh Contact Number :- 0731 407 6520 </pre> </body> </html>

28. JAIPUR

104

Figure 3.28: jaipur page

Coding:<html> <head> <title> Jaipur </title> <basefont="times new roman" size= "4" color="black"> <style type="text/css"> <!-#navbar ul { margin: 0 ; padding: 5px; list-style-type: none; text-align:LEFT; background-color:black; } #navbar ul li { display: inline;
105

} #navbar ul li a { text-decoration: none; padding: .2em 1em; color: #fff; background-color:green; } #navbar ul li a:hover { color: #000; background-color:green; } --> </style> </head> <body bgcolor=#EBFFC2> <font face= "monotype corsiva" color="red"size="10"> <b> <u> CARE PLUS </u> </b> </font><br> <img src="F:\FINAL WEBSITE\logo1-1.jpg" height="100" width="100"> <br> <FONT SIZE="5" FACE="courier" COLOR=blue><MARQUEE WIDTH=100% BEHAVIOR=ALTERNATE BGColor=#EBFFC2> 24 HOUR HELPLINE 18001800 </MARQUEE></FONT> <br> <div id="navbar"> <ul> <li><a href="HOSPITAL.html">HOME</a></li> <li><a href="about us.html">ABOUT US</a></li>
106

<li><a href="hospital speciality.html">HOSPITAL SPECIALITY</a></li> <li><a href="our doctors.html">OUR DOCTORS</a></li> <li><a href="patient services.html">PATIENT SERVICES</a></li> <li><a href="contact us.html">CONTACT US</a></li> </ul> </div> <img src="F:\FINAL WEBSITE\1.jpg" height="500" width="984"> <div id="navbar"> <ul> <li><a href="delhi.html">DELHI</a></li> <li><a href="pune.html">PUNE</a></li> <li><a href="mumbai.html">MUMBAI</a></li> <li><a href="kolkata.html">KOLKATA</a></li> <li><a href="chennai.html">CHENNAI</a></li> <li><a href="indore.html">INDORE</a></li> <li><a href="jaipur.html">JAIPUR</a></li> <li><a href="chandigarh.html">CHANDIGARH</a></li> <li><a href="ludiana.html">LUDHIANA</a></li> </ul> </div> <pre> Address :- MX-10 /1 6, Malviya Industrial Area, Malviya Nagar, Jaipur Contact Number :- 0141 2751654 </pre> </body> </html>
107

29. CHANDIGARH

Figure 3.29 : Chandigarh page Coding:<html> <head> <title> Chandigarh </title> <basefont="times new roman" size= "4" color="black"> <style type="text/css"> <!-#navbar ul { margin: 0 ; padding: 5px; list-style-type: none; text-align:LEFT;
108

background-color:black; } #navbar ul li { display: inline; } #navbar ul li a { text-decoration: none; padding: .2em 1em; color: #fff; background-color:green; } #navbar ul li a:hover { color: #000; background-color:green; } --> </style> </head> <body bgcolor=#EBFFC2> <font face= "monotype corsiva" color="red"size="10"> <b> <u> CARE PLUS </u> </b> </font><br> <img src="F:\FINAL WEBSITE\logo1-1.jpg"cheight="100" width="100"> <br> <FONT SIZE="5" FACE="courier" COLOR=blue><MARQUEE WIDTH=100% BEHAVIOR=ALTERNATE BGColor=#EBFFC2>24 HOUR HELPLINE 18001800 </MARQUEE></FONT> <br>
109

<div id="navbar"> <ul> <li><a href="HOSPITAL.html">HOME</a></li> <li><a href="about us.html">ABOUT US</a></li> <li><a href="hospital speciality.html">HOSPITAL SPECIALITY</a></li> <li><a href="our doctors.html">OUR DOCTORS</a></li> <li><a href="patient services.html">PATIENT SERVICES</a></li> <li><a href="contact us.html">CONTACT US</a></li> </ul> </div> <img src="F:\FINAL WEBSITE\12.jpg" height="500" width="984"> <div id="navbar"> <ul> <li><a href="delhi.html">DELHI</a></li> <li><a href="pune.html">PUNE</a></li> <li><a href="mumbai.html">MUMBAI</a></li> <li><a href="kolkata.html">KOLKATA</a></li> <li><a href="chennai.html">CHENNAI</a></li> <li><a href="indore.html">INDORE</a></li> <li><a href="jaipur.html">JAIPUR</a></li> <li><a href="ludiana.html">LUDHIANA</a></li> </ul> </div> <pre> Address :- Sector 28-c, Sector 28 Chandigarh Contact Number :- 0172 26606392
110

</pre> </body> </html>

30. LUDHIANA

Figure 3.30: Ludhiana page

Coding:<html> <head> <title> Ludhiana </title> <basefont="times new roman" size= "4" color="black"> <style type="text/css"> <! #navbar ul {
111

margin: 0 ; padding: 5px; list-style-type: none; text-align:LEFT; background-color:black; } #navbar ul li { display: inline; } #navbar ul li a { text-decoration: none; padding: .2em 1em; color: #fff; } #navbar ul li a:hover { color: #000; background-color:green; } --> </style> </head> <body bgcolor=#EBFFC2> <font face= "monotype corsiva" color="red"size="10"> <b> <u> CARE PLUS </u> </b> </font><br> <img src="F:\FINAL WEBSITE\logo1-1.jpg" height="100" width="100"> <br>
112

<FONT SIZE="5" FACE="courier" COLOR=blue><MARQUEE WIDTH=100% BEHAVIOR=ALTERNATE BGColor=#EBFFC2>24 HOUR HELPLINE 18001800 </MARQUEE></FONT> <br> <div id="navbar"> <ul> <li><a href="HOSPITAL.html">HOME</a></li> <li><a href="about us.html">ABOUT US</a></li> <li><a href="hospital speciality.html">HOSPITAL SPECIALITY</a></li> <li><a href="our doctors.html">OUR DOCTORS</a></li> <li><a href="patient services.html">PATIENT SERVICES</a></li> <li><a href="contact us.html">CONTACT US</a></li> </ul> </div> <img src="F:\FINAL WEBSITE\13.jpg" height="500" width="984"> <div id="navbar"> <ul> <li><a href="delhi.html">DELHI</a></li> <li><a href="pune.html">PUNE</a></li> <li><a href="mumbai.html">MUMBAI</a></li> <li><a href="kolkata.html">KOLKATA</a></li> <li><a href="chennai.html">CHENNAI</a></li> <li><a href="indore.html">INDORE</a></li> <li><a href="jaipur.html">JAIPUR</a></li> <li><a href="chandigarh.html">CHANDIGARH</a></li> <li><a href="ludiana.html">LUDHIANA</a></li> </ul> </div>
113

<pre> Address :- Tilak Road,Tagore nagar Ludhiana Contact Number :- 0161 468 0000 </pre> </body> </html>

31. PATIENT LOGIN

Figure 3.31: patient login page Coding <html> <head> <title> Patient Login </title> </head> <body bgcolor=#EBFFC2> <basefont face="times new roman" size="2" color="black"> <font face= "monotype corsiva" color="red"size="10"> <b> <u>
114

CARE PLUS </u> </b> </font><br> <BR> <FONT SIZE="5" FACE="courier" COLOR=blue><MARQUEE WIDTH=100% BEHAVIOR=ALTERNATE BGColor=#EBFFC2>24 HOUR HELPLINE 18001800 </MARQUEE></FONT> <br> <h2> Patient Login </h2> <br> <br> <form action="thanku.html" method="get"> Name: <input type="text" name="crd"> <br> Password <input type="password" name="no"> <br> <input type="submit" value="Submit"> <br> <a href="13.html"> Previous Page </a> </body> </html>

115

You might also like