Final Documentation of Hospital Website..

download Final Documentation of Hospital Website..

of 115

Transcript of Final Documentation of Hospital Website..

  • 7/29/2019 Final Documentation of Hospital Website..

    1/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

  • 7/29/2019 Final Documentation of Hospital Website..

    2/115

    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.

    2

  • 7/29/2019 Final Documentation of Hospital Website..

    3/115

    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

    http://chennai.apollohospitals.com/facilities-at-apollohttp://www.waranahealth.com/health-schemes-available-at-mahatma-gandhi-hospital.aspxhttp://www.ednahospital.org/hospital-mission/hospital-objectives/http://chennai.apollohospitals.com/facilities-at-apollohttp://www.waranahealth.com/health-schemes-available-at-mahatma-gandhi-hospital.aspxhttp://www.ednahospital.org/hospital-mission/hospital-objectives/
  • 7/29/2019 Final Documentation of Hospital Website..

    4/115

    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 JOB DONE

    SRISHTI CHOUDHARY Database design, System Analysis

    ANMOL BHARARA System analysis, Database Design

    RASLEEN AHLUWALIA Coding and Implementation, Database

    Design

    PARTH BHATT System Analysis, Database Design

    Table no.1.1: job done by team members.

    CHAPTER-2

    SYSTEM ANALYSIS AND DESIGN

    2.1Block diagram:

    4

  • 7/29/2019 Final Documentation of Hospital Website..

    5/115

    Contacts Books

    Visits Gives

    Charges

    Generates

    Figure 2.1: Block diagram of hospital

    2.2Sitemap

    5

    Patient Receptioni Appointme

    Bills

    TreatmeDoctor

    Time

    Fee

  • 7/29/2019 Final Documentation of Hospital Website..

    6/115

    Figure 2.2:- Site Map Of Hospital

    2.3 E-R diagram:

    6

  • 7/29/2019 Final Documentation of Hospital Website..

    7/115

    Figure 2.3:- ER Diagram of hospital

    2.4(i)Database Design:

    7

  • 7/29/2019 Final Documentation of Hospital Website..

    8/115

    File Name: Patient

    Field Name Field Code Field Type Size Description

    Name Name_01 Alphabetic 15 Name of Patient

    ID Id_02 AutoNumber 5 A Unique code

    Sex Sex_03 Alphabetic 6 Gender of patient

    Age Age_04 Numeric 2 Age of patient

    Patient Number No._05 Alphanumeric 10 Number given to patient

    Admission Date Adm_06 Date/Time 10 Date patient is admitted

    Discharge Date Dis_07 Date/Time 10 Date patient is discharged

    Contact Number Cno._08 Numeric 10 Phone number of patient

    Table 2.4.1:- Database Description of patient

    File Name: Doctor

    Field Name Field Code Field Type Size Description

    Name Dnam_01 Alphabetic 15 Name of doctor

    ID I_02 AutoNumber 5 A unique code

    Sex Sex_03 Alphabetic 6 Gender of the doctor

    Age Ag_04 Numeric 2 Age of the doctor

    Address Ad_05 Alphanumeric 30 Postal address of doctor

    Contact Number No._06 Numeric 10 Phone number of doctor

    8

  • 7/29/2019 Final Documentation of Hospital Website..

    9/115

    Designation Desig_07 Alphabetic 10 Doctors position

    Table 2.4.2:- Database Description of doctor

    File Name: Nurse

    Field Name Field Code Field Type Size Description

    Name Name_08 Alphabetic 15 Name of nurse

    ID Idd_09 AutoNumber 5 A unique code

    Sex S_10 Alphabetic 6 Gender of nurse

    Age A_11 Numeric 2 Age of nurse

    Contact Number Cn_12 Numeric 10 Phone number of nurse

    Table 2.4.3:- Database Description of nurse

    File Name: Receptionist

    Field Name Field Code Field Type Size Description

    Name N_13 Alphabetic 15 Name of receptionist

    ID Rid_14 AutoNumber 5 A unique code

    Age R age_15 Numeric 2 Age of receptionist

    Shift Shift_16 Alphabetic 10 Working shift

    Table2.4.4:- Database Description of receptionist

    File Name: Payments

    Field Name Field Code Field Type Size Description

    ID Payid_17 AutoNumber 5 A unique code

    Date Dat_18 Date/Time 10 Date of payment

    Payment Type Typ_19 Alphabetic 10 Medium of payment

    Table 2.4.5:- Database Description of payment

    9

  • 7/29/2019 Final Documentation of Hospital Website..

    10/115

    File Name: Wards

    Field Name Field Code Field Type Size Description

    Ward Number Wno._20 Alphanumeric 100 Ward allotted

    Ward Type Wtyp_21 Alphabetic 10 Type of ward booked

    Floor Wflo_22 Numeric 10 Floor of the ward

    Table 2.4.6:- Database Description of ward

    Reports

    Field Name Field Code Field Type Size Description

    ID R_23 AutoNumber 23 A unique code

    Patient Information Pinfo_24 Alphabetic 23 Patient related data

    Report Type Rtyp_25 Alphabetic 23 Type of report

    Table 2.4.7:- Database Description of reports

    (ii) Webpage Design

    10

  • 7/29/2019 Final Documentation of Hospital Website..

    11/115

    INPUT NAME: APPOINTMENT FORM

    NAME OF LABEL DESCRIPTION/PURPOSE VALIDATION

    REQUIRED

    First name This tells the first name of the patient Alphabetic

    Last name This tells the last name of the patient Alphabetic

    Phone no. Contact number of the patient Numeric

    Email e-mail id of the patient Alphanumeric

    Address Address of the patient Alphanumeric

    Doctor Name of the doctor to be consulted Alphabetic

    Appointment reason Reason for the appointment Alphabetic

    Appointment

    preference

    Preferred date and time of the

    appointment

    Not null

    Any other query Any other query Can be null

    Table 2.4.8:- Webpage description of appointment form

    INPUT NAME: ADMISSION FORM

    NAME OF THE

    LABEL

    DESCRIPTION/PURPOSE VALIDATION

    REQUIRED

    First name First name of the patient Alphabetic

    Last name Last name of the patient Alphabetic

    Date of birth Date of birth of the patient Not null

    Phone no. Phone no. of the patient Numeric

    e-mail id Email id of the patient Alphanumeric

    Nationality Nationality of the patient Not null

    11

  • 7/29/2019 Final Documentation of Hospital Website..

    12/115

    Any insurance Is the patient insured any of the

    insurance company

    Not null

    Type of insurance Type of insurance the patient has Not null

    Treatment Type of treatment the patient is

    taking

    Alphabetic

    Cost Cost of treatment Numeric

    Mode of payment Mode of payment of the patient Alphabetic

    Doctor Name of the doctor Alphabetic

    Date of admission Date of admission of the patient Not null

    Discharge date Date of discharge of the patient Not null

    Table 2.4.9:- Webpage description of admission form

    INPUT NAME: FEEDBACK FORM

    NAME OF THE

    LABEL

    DESCRIPTION/PURPOSE VALIDATION

    REQUIRED

    Name Name of the person Alphabetic

    Contact no. Contact number of the person Numeric

    Address Address of the person Alphanumeric

    Age Age of the person Numeric

    Doctor Consulted doctor Alphabetic

    Environment of hospital

    is

    Feedback regarding the environment of

    the hospital

    Alphabetic

    Ward facilities are: 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

    Alphabetic

    12

  • 7/29/2019 Final Documentation of Hospital Website..

    13/115

    Services of the attending

    doctors:

    Feedback regarding the doctors of the

    hospital

    Alphabetic

    Services of attending

    nurse:

    Feedback regarding the nurses of the

    hospital

    Alphabetic

    Hospital Billing is: Feedback regarding the hospital billing

    system

    Alphabetic

    Reception/Enquiry

    system is:

    Feedback regarding the enquiry system

    of the hospital

    Alphabetic

    Admission procedure: Feedback regarding the admission

    procedure of the hospital

    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

  • 7/29/2019 Final Documentation of Hospital Website..

    14/115

    2.5Logical design:

    No

    No

    yes yes

    No No

    3

    Yes Yes

    14

    Hospital

    Need

    appointm

    ent?

    Need

    report

    ?

    login Login

    Search

    doctors Collect report

    View doctorsdetails Consult doctor

    Search

    again

    Got

    Suitabl

    e

    doctor?

    Found

    Suitabl

    e

    doctor

    Search

    again

    Fix

    appointmen

    t

    Fix

    appointme

    nt

    STOP

    START

  • 7/29/2019 Final Documentation of Hospital Website..

    15/115

    Figure 2.5:- Detailed Logical Design of hospital

    CHAPTER-3

    SYSTEM CODING AND IMPLEMENTATION

    1. HOME PAGE

    Figure 3.1:- Homepage

    Coding:-

    home page

    15

  • 7/29/2019 Final Documentation of Hospital Website..

    16/115

    #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;

    }

    CARE PLUS

    16

  • 7/29/2019 Final Documentation of Hospital Website..

    17/115



    24 HOUR HELPLINE 18001800


    HOME

    ABOUT US

    HOSPITAL SPECIALITY

    OUR DOCTORS

    PATIENT SERVICES

    CONTACT US

    DELHI

    PUNE

    MUMBAI

    KOLKATA

    CHENNAI

    INDORE

    JAIPUR

    CHANDIGARH

    17

  • 7/29/2019 Final Documentation of Hospital Website..

    18/115

    LUDHIANA

    2. ABOUT US

    Figure 3.2:- About Us Page

    Coding :-

    About Us

    #navbar ul {

    18

  • 7/29/2019 Final Documentation of Hospital Website..

    19/115

    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

  • 7/29/2019 Final Documentation of Hospital Website..

    20/115

    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;

    }

    20

  • 7/29/2019 Final Documentation of Hospital Website..

    21/115

    CARE PLUS


    24 HOUR HELPLINE 18001800


    HOME

    ABOUT US

    HOSPITAL SPECIALITY

    OUR DOCTORS

    PATIENT SERVICES

    CONTACT US

    DELHI

    PUNE

    MUMBAI

    KOLKATA

    CHENNAI

    INDORE

    21

  • 7/29/2019 Final Documentation of Hospital Website..

    22/115

    JAIPUR

    CHANDIGARH

    LUDHIANA

    Hospital Overview

    Management

    Vision And Mission

    Chairman's Message

    3. HOSPITAL OVERVIEW

    22

  • 7/29/2019 Final Documentation of Hospital Website..

    23/115

    Figure 3.3:- Hospital Overview Page

    Coding:-

    hospital overview

    CARE PLUS


    HOUR HELPLINE 18001800


    23

  • 7/29/2019 Final Documentation of Hospital Website..

    24/115

    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.

    CARE PLUS has become a multi-specialty hospital chain comprising of 1600 beds across 9

    hospitals.

    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.

    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.

    Care Plus is committed to continually addressing each and every aspect of patient care, from

    initial consultation, diagnosis, and treatment, through recovery.


    Awards and Achievements

    24

  • 7/29/2019 Final Documentation of Hospital Website..

    25/115


    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 :


    Dr. Prathap C Reddy, Chairman Care Plus Hospitals Group was honored with the "Life-

    time Achievement" Award at the Managing India Awards 2012, by AIMA - All India

    Management Association.

    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.

    The Care Plus Group of Hospitals was ranked high in many categories of The WEEK

    Research Survey of Best Hospitals in India, 2011.

    Care Plus Hospitals Delhi Ranked as the Best Private Sector Hospital in India



    Previous Page

    4. MANAGEMENT

    25

  • 7/29/2019 Final Documentation of Hospital Website..

    26/115

    Figure3.4 :- Management Page

    CODING:-

    Management

  • 7/29/2019 Final Documentation of Hospital Website..

    27/115


    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:

    Executive Directors

    Dr. Prathap C. Reddy - Executive Chairman

    Dr. Preetha Reddy - Managing Director

    Ms. Suneeta Reddy - Joint Managing Director

    Ms. Sangita Reddy- Executive Director, Operations

    Ms. Shobana Kamineni - Executive Director, Special Initiatives

    Non-Executive Directors

    Mr. N. Vaghul

    Mr. Habibullah Badsha

    Mr. Deepak Vaidya

    Mr. Rajkumar Menon

    Mr. Rafeeque Ahamed

    27

  • 7/29/2019 Final Documentation of Hospital Website..

    28/115

    Mr. T.K. Balaji

    Mr. Khairil Anuar Abdullah

    Mr. G Venkatraman

    Mr. Sandeep Naik

    Mr. Michael Fernandes Alternate Director


    Previous Page

    5. VISION AND MISSION

    28

  • 7/29/2019 Final Documentation of Hospital Website..

    29/115

    Figure 3.5:- Vision & Mission Page

    CODING:-

    Vision & Mission

    CARE PLUS


    24 HOUR HELPLINE 18001800

    29

  • 7/29/2019 Final Documentation of Hospital Website..

    30/115


    OUR VISION

    To evolve as a unique university-based health centre where the quest for new knowledgewould continuously yield more effective and more compassionate care for all.

    To nurture a new generation of professionals of life-long commitment, dedication,

    knowledge, skills, wisdom and values.

    To strive for public trust and maintain medicines humane and noble place among

    professions.

    OUR MISSION

    At CARE PLUS, our mission is more than just a statement, its the cornerstone of all our

    efforts:

    "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."


    Previous Page

    6. CHAIRMANS MESSAGE

    30

  • 7/29/2019 Final Documentation of Hospital Website..

    31/115

    Figure 3.6:- Chairmans Message Page

    Coding:-

    Chairman's Message

    CARE PLUS


    24 HOUR HELPLINE 18001800


    Chairman's Message

    31

  • 7/29/2019 Final Documentation of Hospital Website..

    32/115


    Dear Guest,

    Greetings from Care Plus Hospitals,

    Its our ardent desire to provide you with the highest standards of healthcare services.

    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.

    With Warm Regards from me and the whole team of Care Plus Hospital Group.

    Dr. Prathap C. Reddy

    Executive Chairman


    Previous Page

    7. HOSPITAL SPECIALITY

    32

  • 7/29/2019 Final Documentation of Hospital Website..

    33/115

    Figure 3.7:- Hospital Speciality Page

    Coding:-

    Hospital Speciality

    #navbar ul {

    margin: 0 ;

    padding: 5px;

    list-style-type: none;

    text-align:LEFT;

    background-color:black;

    }

    #navbar ul li {

    33

  • 7/29/2019 Final Documentation of Hospital Website..

    34/115

    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

  • 7/29/2019 Final Documentation of Hospital Website..

    35/115

    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;

    }

    CARE PLUS

    35

  • 7/29/2019 Final Documentation of Hospital Website..

    36/115

    24 HOUR HELPLINE 18001800


    HOME

    ABOUT US

    HOSPITAL SPECIALITY

    OUR DOCTORS

    PATIENT SERVICES

    CONTACT US

    DELHI

    PUNE

    MUMBAI

    KOLKATA

    CHENNAI

    INDORE

    JAIPUR

    CHANDIGARH

    LUDHIANA

    36

  • 7/29/2019 Final Documentation of Hospital Website..

    37/115

    Brain & Spine Care

    Heart Care

    Bone & Joint Care

    8. BRAIN & SPINE CARE

    Figure 3.8:- Brain & Spine Care Page

    Coding:-

    37

  • 7/29/2019 Final Documentation of Hospital Website..

    38/115

    Brain & Spine Care

    CARE PLUS


    24 HOUR HELPLINE 18001800


    Brain & Spine Care

    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 world-

    class 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.

    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.

    38

  • 7/29/2019 Final Documentation of Hospital Website..

    39/115

    SERVICES :

    Non Surgical Neurological Services :

    Management of headaches and dementia

    Management of Neuromuscular disorders

    Management of Infections and demylation

    Stroke Management and rehabilitation

    Management of epilepsy, Parkinson's disease, Movement disorders, Alzheimers diseaseand sleep disorders


    Brain Surgical Services :

    Microsurgery for brain tumors

    Endoscopic brain surgery

    Skull Base, brain trauma surgery

    Cranofacial surgery with FMS (Facio-Maxillary Surgery)

    Brain Surgery for epilepsy

    Interventional/ Neuro-Endovascular therapy for Cerebro-vascular diseases and tumors

    All other major brain surgeries


    Spine Surgical Services :

    39

  • 7/29/2019 Final Documentation of Hospital Website..

    40/115

    Management of Lumbar and Cervical Spondylosis

    Minimal access (Microscopic/ Endoscopic Surgeries) for cervical and lumbar discprolapsed, including disc replacement.

    Instrumented Anterior and Posterior fusion for

    Spondylosis

    Spine trauma

    Spine and spinal cord tumor

    Spinal deformity correction


    Previous Page

    9. HEART CARE

    40

  • 7/29/2019 Final Documentation of Hospital Website..

    41/115

    Figure 3.9:- Heart Care Page

    Coding:-

    Heart Care

    CARE PLUS


    24 HOUR HELPLINE 18001800


    41

  • 7/29/2019 Final Documentation of Hospital Website..

    42/115


    Heart Care

    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.

    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.

    SERVICES :



    ADULT CARDIOLOGY AND CARDIAC SERVICES

    Interventional Cardiac Procedures :

    Coronary Angiography, Angioplasty and Stenting

    Angiography and Angioplasty of neck, leg, arm and kidney

    EP study Diagnostic and Ablation

    Permanent Pacemaker(single and double chamber)

    Heart Failure Device and AICD implantation

    Valvuloplasty

    42

  • 7/29/2019 Final Documentation of Hospital Website..

    43/115

    ASD, VSD , PDA device closure

    ASD, VSD , PDA device closure


    Cardiothoracic and vascular surgery procedures :

    Coronary Artery Bypass Graft Surgery (CABG Surgery)

    Off pump bypass surgeries(almost all the bypass surgeries are done off pump)

    Valve surgeries

    Awake heart surgeries (on or off pump cardiac surgeries under high thoracic epidural

    without sensational anesthesia)

    Surgery for heart failure


    PEDIATRIC CARDIOLOGY AND CARDIAC SURGERY

    Pediatric cardiology :

    Balloon pulmonary valvotomy (BPV)

    Device closure of ASD, VSD,PDA

    Embolisation of MAPCA


    43

  • 7/29/2019 Final Documentation of Hospital Website..

    44/115

    Pediatric Cardiac Surgery :

    The entire gamut of cardiac diseases from newborn to adolescent

    Dedicated operating rooms and post-operative ICUs with state-of-the-art equipment and

    experienced staff round the clock to provide continuous, excellent care


    Procedures performed :

    Closed heart surgeries like BT shunt, PDA interception, BD Glenn Shunt

    Simple open heart surgeries, like ASD closure and VSD closure

    Complex open heart surgeries, like intra cardiac repairs, Artrial switch operation, double

    switch operation, Resfelli operation, etc

    Valve repairs, replacements, ROSS procedure

    ECMO facility



    Previous Page

    10. BONE & JOINT CARE

    44

  • 7/29/2019 Final Documentation of Hospital Website..

    45/115

    Figure 3.10 :- Bone & Joint Care

    Coding:-

    Bone & Joint Care

    CARE PLUS


    24 HOUR HELPLINE 18001800


    45

  • 7/29/2019 Final Documentation of Hospital Website..

    46/115

    Bone & Joint Care

    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 computerizednavigation, 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.


    SERVICES :


    Total Knee Replacement :

    Unicondylar Knee replacement (which requires only a small incision and assures rapidrecovery)

    Hi-flex knees (where the patient can comfortably move and squat normally, which is not

    possible in conventional knee replacements)

    Failed or revision joint replacement

    Infected joint replacement

    Extra corporeal irradiation and total joint replacement

    Total Hip Replacement :

    Cementless total hip replacement (less complicated in terms of fixation of prosthesis)

    Hip Resurfacing / Surface replacement artroplasty

    Cementless bipolar / partial hip replacement in elderly with fracture neck femur

    46

  • 7/29/2019 Final Documentation of Hospital Website..

    47/115

    Shoulder replacement

    Revision joint replacement- for people whose earlier replacements have failed

    Pediatric Orthopedics :

    Congenital deformities club feet, dislocated hips, etc.

    Cerebral palsy with gate analysis & management, contractures treatment through surgery

    and botox injection

    Polio (surgeries, deformity correction, Orthotic acid prescriptions)

    Sports Medicine

    Knee Arthroscopy ACL reconstructions and Menisectomy

    Rheumatology Services

    Management of inflammatory joint diseases

    Management of chronic pain

    Management of Osteoporosis

    Management of Complex connective tissue

    Complex Trauma Services :

    47

  • 7/29/2019 Final Documentation of Hospital Website..

    48/115

    High velocity trauma services

    Failed trauma services and neglected trauma services

    Acetabular fracture fixation

    Orthopedic Oncology :

    Large experience in custom made prosthesis

    Extra corporeal irradiation and re-implantation followed by joint replacement

    Reconstructive surgery

    Joint replacement

    We also offer a comprehensive orthopedic rehabilitation program.



    Previous Page

    11. OUR DOCTORS

    48

  • 7/29/2019 Final Documentation of Hospital Website..

    49/115

    Figure 3.11:- Our Doctors Page

    Coding:-

    Our Doctors

    #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

  • 7/29/2019 Final Documentation of Hospital Website..

    50/115

    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

  • 7/29/2019 Final Documentation of Hospital Website..

    51/115

    }

    #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;

    }

    CARE PLUS


    24 HOUR HELPLINE 18001800

    51

  • 7/29/2019 Final Documentation of Hospital Website..

    52/115


    HOME

    ABOUT US

    HOSPITAL SPECIALITY

    OUR DOCTORS

    PATIENT SERVICES

    CONTACT US

    DELHI

    PUNE

    MUMBAI

    KOLKATA

    CHENNAI

    INDORE

    JAIPUR

    CHANDIGARH

    LUDHIANA

    52

  • 7/29/2019 Final Documentation of Hospital Website..

    53/115

    Doctors Profile

    Make an appointment

    12. DOCTORS PROFILE

    Figure 3.12:- Doctors Profile Page

    Coding:-

    Doctors Profile

    53

  • 7/29/2019 Final Documentation of Hospital Website..

    54/115

    CARE PLUS


    24 HOUR HELPLINE 18001800


    Doctor's Profile


    Neurologist

    Dr. Mohit Sharma

    M.B.B.S., MD (Gen Medicine),DM (Neurology)



    Specialty Interest: Movement Disorders, Deep Brain Stimulation

    Dr. Annu Arora

    M.B.B.S., MD (General Medicine), DNB (Neurology)


    Specialty Interest: Cognitive and Behavioural Neurology

    Cardiologist

    54

  • 7/29/2019 Final Documentation of Hospital Website..

    55/115

    Dr. Prashant Nair

    M.B.B.S., MD (General Medicine), DNB (Cardiology) DM (Cardiology)


    Specialty Interest: Adult Interventional Cardiology

    Dr.Sunil Wani

    MRCP, CCT UK (Cardiology), MD EP (IBHRE)


    Specialty Interest: Cardiology, Cardiac Electrophysiology and Cardiac Device

    Therapy

    Orthopaedics

    Dr. Ashish Jain

    M.B.B.S., MS (Orthopaedics); DNB (Orthopaedics)


    Specialty Interest: Trauma and Arthroplasty

    Dr. Vinay S. Joshi

    MBBS, MS, D'ORTH, FCPS, DNB, FRCS, FRCS(ORTH)


    55

  • 7/29/2019 Final Documentation of Hospital Website..

    56/115

    Specialty Interest: Orthopaedics surgeon with special interest in lower limb surgery

    and joint replacement


    Previous Page

    13. MAKE AN APPOINTMENT

    Figure 3.13:- Make An Appointment Page

    Coding:-

    Doctors Profile

    56

  • 7/29/2019 Final Documentation of Hospital Website..

    57/115

    CARE PLUS


    24 HOUR HELPLINE 18001800


    Make An Appointment


    Please fill in the form to book an appointment:


    First name:

    Last name:

    Phone:

    Email:

    Address:

    Doctor:

    Appointment Reason:

    Appointment Preference:

    Previous Page

    57

  • 7/29/2019 Final Documentation of Hospital Website..

    58/115

    14. PATIENT SERVICES

    Figure 3.14:- Patient Services Page

    Coding:-

    Patient Services

    #navbar ul {

    margin: 0 ;

    padding: 5px;58

  • 7/29/2019 Final Documentation of Hospital Website..

    59/115

    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

  • 7/29/2019 Final Documentation of Hospital Website..

    60/115

    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;

    }

    60

  • 7/29/2019 Final Documentation of Hospital Website..

    61/115

    CARE PLUS


    24 HOUR HELPLINE 18001800


    HOME

    ABOUT US

    HOSPITAL SPECIALITY

    OUR DOCTORS

    PATIENT SERVICES

    CONTACT US

    DELHI

    PUNE

    MUMBAI

    KOLKATA

    CHENNAI

    61

  • 7/29/2019 Final Documentation of Hospital Website..

    62/115

    INDORE

    JAIPUR

    CHANDIGARH

    LUDHIANA

    Admission Procedure

    Accomodation And Facilities

    Important Phone Numbers

    Online Payment

    15. ADMISSION PROCEDURE

    62

  • 7/29/2019 Final Documentation of Hospital Website..

    63/115

    Figure 3.15: admission procedure page

    Coding:

    Admission Procedure

    CARE PLUS


    24 HOUR HELPLINE 18001800


    Admission

    63

  • 7/29/2019 Final Documentation of Hospital Website..

    64/115


    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.


    50% of the hospital beds are earmarked for general patients, where care is subsidised by

    the hospital.

    50% beds are in the private wards.


    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.


    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.


    Previous Page


    Online Admission Form

    Online Admission Form:-

    64

  • 7/29/2019 Final Documentation of Hospital Website..

    65/115

    Figure 3.15.1: online admission formpage

    Coding:-

    Admission Procedure

    CARE PLUS


    24 HOUR HELPLINE 18001800


    65

  • 7/29/2019 Final Documentation of Hospital Website..

    66/115

    Admission Form


    Please fill in the following details:

    First name:

    Last name:

    Date Of Birth :


    Phone:

    Email:

    Address:

    Nationality:

    Any Insurance: Yes

    No

    Type Of Insurance:

    General

    Any other

    Cost:

    Mode Of Payment: Credit Card

  • 7/29/2019 Final Documentation of Hospital Website..

    67/115

    16. ACCOMODATION & FACILITIES

    Figure 3.16 : accommodation & facilitiespage

    Coding:-

    Accomodation and Facilities

    CARE PLUS

    67

  • 7/29/2019 Final Documentation of Hospital Website..

    68/115


    24 HOUR HELPLINE 18001800


    Accomodation

    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.

    Rooms

    Suites- 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.


    General Category Rooms- Spacious air-conditioned rooms with separate cots forthe patient and companion, a television & DVD player, couch, telephone, refrigerator,

    computer with high speed internet.


    Deluxe Rooms and Single Rooms are also available.


    Personalized Care

    Personalized care by nursing and clinical staff.


    Complete privacy & confidentiality is maintained.


    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

  • 7/29/2019 Final Documentation of Hospital Website..

    69/115


    Religious preferences

    Providing isolation for Jews on Fridays (if asked for).


    Specially made food for patients belonging to the Jain religion.


    Facilitating prayer service for the patient/companion


    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.



    Previous Page

    17. IMPORTANT PHONE NUMBERS

    69

  • 7/29/2019 Final Documentation of Hospital Website..

    70/115

    Figure 3.17 : important phone number page

    Coding:-

    Phone no.

    CARE PLUS


    24 HOUR HELPLINE 18001800


    Important Phone Numbers


    70

  • 7/29/2019 Final Documentation of Hospital Website..

    71/115

    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

    Previous Page

    18. ONLINE PAYMENT

    71

  • 7/29/2019 Final Documentation of Hospital Website..

    72/115

    Figure 3.18 : online payment page

    Coding:-

    Online Payment

    CARE PLUS


    24 HOUR HELPLINE 18001800


    Pay My Bill

    72

  • 7/29/2019 Final Documentation of Hospital Website..

    73/115

    We are pleased to offer the convenience of online bill payment. You can pay either your

    hospital bill by using the options below:

    Credit Card


    Debit Card



    Previous Page

    Credit Card:-

    Figure 3.18.1 : credit card page

    Coding:-

    73

  • 7/29/2019 Final Documentation of Hospital Website..

    74/115

    Credit Card

    CARE PLUS


    24 HOUR HELPLINE 18001800


    CREDIT CARD



    Name:

    Credit Card No.


    Previous Page

    Debit Card:-

    74

  • 7/29/2019 Final Documentation of Hospital Website..

    75/115

    Figure 3.18.2 : debit cardpage

    Coding:-

    Debit Card

    CARE PLUS


    24 HOUR HELPLINE 18001800


    Debit Card


    75

  • 7/29/2019 Final Documentation of Hospital Website..

    76/115


    Name:

    Debit Card No.


    Previous Page

    19. CONTACT US

    Figure 3.19 : contact us page

    Coding:-

    76

  • 7/29/2019 Final Documentation of Hospital Website..

    77/115

    Contact Us

    #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

  • 7/29/2019 Final Documentation of Hospital Website..

    78/115

    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

  • 7/29/2019 Final Documentation of Hospital Website..

    79/115

    list-style: none;

    margin: 0;

    padding: 0;

    }

    CARE PLUS


    24 HOUR HELPLINE 18001800


    HOME

    ABOUT US

    HOSPITAL SPECIALITY

    OUR DOCTORS

    PATIENT SERVICES

    CONTACT US

    79

  • 7/29/2019 Final Documentation of Hospital Website..

    80/115

    DELHI

    PUNE

    MUMBAI

    KOLKATA

    CHENNAI

    INDORE

    JAIPUR

    CHANDIGARH

    LUDHIANA

    Request Information

    Feedback

    20. REQUEST INFORMATION

    80

  • 7/29/2019 Final Documentation of Hospital Website..

    81/115

    Figure 3.20 : request informationpage

    Coding:-

    Request Information

    CARE PLUS


    24 HOUR HELPLINE 18001800


    Request Information


    81

  • 7/29/2019 Final Documentation of Hospital Website..

    82/115


    For any information about our locations, doctors or services, please feel free to write to

    [email protected] or fill out the feedback form.



    Previous Page

    21. FEEDBACK

    Figure 3.21 : feedback page

    Coding:-

    Feedback form

    82

  • 7/29/2019 Final Documentation of Hospital Website..

    83/115

    CARE PLUS


    24 HOUR HELPLINE 18001800


    Feedback Form


    Please fill in the following details:

    Name:

    Contact Number:

    Address:

    Age:

    Doctor:

    Hospital Evironment Is: Good

    Average

    Bad

    Ward Facilities Are: Good

    Average

    Bad

    Toilets Are: Good

    Average

    83

  • 7/29/2019 Final Documentation of Hospital Website..

    84/115

    Bad

    Services Of The Attending Doctors Is: Good

    Average

    Bad

    Services Of The Attending Nurse Is: Good

    Average

    Bad

    Hospital Billing Is: Economical

    Average

    Expensive

    Reception/Enquiry System Is: Good

    Average

    Bad

    Admission Procedure Is: Easy

    Average

    Tough

    Discharge Process Is: Easy

    Average

    Tough

    Any Suggesstions :


    Previous Page

    84

  • 7/29/2019 Final Documentation of Hospital Website..

    85/115

    22. DELHI

    Figure 3.22 : delhi page

    Coding:-

    Delhi

  • 7/29/2019 Final Documentation of Hospital Website..

    86/115

    }

    #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;

    }

    -->

    CARE PLUS


    24 HOUR HELPLINE 18001800


    86

  • 7/29/2019 Final Documentation of Hospital Website..

    87/115

    HOME

    ABOUT US

  • 7/29/2019 Final Documentation of Hospital Website..

    88/115

    23. PUNE

    Figure 3.23 : pune page

    Coding:-

    Pune

    88

  • 7/29/2019 Final Documentation of Hospital Website..

    89/115

    #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;

    }

    -->

    CARE PLUS

    89

  • 7/29/2019 Final Documentation of Hospital Website..

    90/115


    24 HOUR HELPLINE 18001800


    HOME

    ABOUT US

    HOSPITAL SPECIALITY

    OUR DOCTORS

    PATIENT SERVICES

    CONTACT US

    DELHI

    PUNE

    MUMBAI

    KOLKATA

    CHENNAI

    INDORE

    JAIPUR

    CHANDIGARH

    LUDHIANA

    90

  • 7/29/2019 Final Documentation of Hospital Website..

    91/115

    Address :- 48, Sasson Road, Near Pune Railway Station, Bund Garden Rd, Sangamvadi

    Pune, MH

    Contact Number :- 020 6681 5402

    24. MUMBAI

    91

  • 7/29/2019 Final Documentation of Hospital Website..

    92/115

    Figure 3.24 : mumbai page

    Coding:-

    Mumbai

  • 7/29/2019 Final Documentation of Hospital Website..

    93/115

    }

    #navbar ul li {

    }

    #navbar ul li a {

    text-decoration: none;

    padding: .2em 1em;

    color: #fff;

    background-color:green;

    }

    #navbar ul li a:hover {

    }

    -->

    CARE PLUS


    24 HOUR HELPLINE 18001800


    HOME

    ABOUT US

    93

  • 7/29/2019 Final Documentation of Hospital Website..

    94/115

    HOSPITAL SPECIALITY

    OUR DOCTORS

    PATIENT SERVICES

    CONTACT US

    DELHI

    PUNE

    MUMBAI

    KOLKATA

    CHENNAI

    INDORE

    JAIPUR

    CHANDIGARH

    LUDHIANA

    Address :- 320 Gulmohar Road, Juhu

    Mumbai, MH

    Contact Number :- 022 2620 0987

    94

  • 7/29/2019 Final Documentation of Hospital Website..

    95/115

    25. KOLKATA

    Figure 3.25: Kolkata page

    Coding:-

    Kolkata

  • 7/29/2019 Final Documentation of Hospital Website..

    96/115

    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;

    }

    -->

    CARE PLUS


    24 HOUR HELPLINE 18001800


    96

  • 7/29/2019 Final Documentation of Hospital Website..

    97/115

    HOME

    ABOUT US

    HOSPITAL SPECIALITY

    OUR DOCTORS

    PATIENT SERVICES

    CONTACT US

    DELHI

    PUNE

    MUMBAI

    KOLKATA

    CHENNAI

    INDORE

    JAIPUR

    CHANDIGARH

    LUDHIANA

    Address :- M J- 20 & 33

    Salt Lake City, Kolkata

    Contact Number :- 033 23358456

    97

  • 7/29/2019 Final Documentation of Hospital Website..

    98/115

    26. CHENNAI

    Figure 3.26: Chennai page

    Coding:-

    Chennai

  • 7/29/2019 Final Documentation of Hospital Website..

    99/115

    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;

    }

    -->

    CARE PLUS


    99

  • 7/29/2019 Final Documentation of Hospital Website..

    100/115

    24 HOUR HELPLINE 18001800


    HOME

    ABOUT US

    HOSPITAL SPECIALITY

    OUR DOCTORS

    PATIENT SERVICES

    CONTACT US

    DELHI

    PUNE

    MUMBAI

    CHENNAI

    INDORE

    JAIPUR

    CHANDIGARH

    LUDHIANA

    100

  • 7/29/2019 Final Documentation of Hospital Website..

    101/115

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

    Chennai

    Contact Number :- 044 2591 123

    27. INDORE

    Figure 3.27: indore page

    Coding:-

    Indore

    101

  • 7/29/2019 Final Documentation of Hospital Website..

    102/115

    102

  • 7/29/2019 Final Documentation of Hospital Website..

    103/115

    CARE PLUS


    24 HOUR HELPLINE 18001800


    HOME

    ABOUT US

    HOSPITAL SPECIALITY

    OUR DOCTORS

    PATIENT SERVICES

    CONTACT US

    DELHI

    PUNE

    MUMBAI

    KOLKATA

    CHENNAI

    INDORE

    JAIPUR

    CHANDIGARH

    LUDHIANA

    103

  • 7/29/2019 Final Documentation of Hospital Website..

    104/115

    Address :- 21- Ring Road

    Indore, MadhyaPradesh

    Contact Number :- 0731 407 6520

    28. JAIPUR

    104

  • 7/29/2019 Final Documentation of Hospital Website..

    105/115

    Figure 3.28: jaipur page

    Coding:-

    Jaipur

  • 7/29/2019 Final Documentation of Hospital Website..

    106/115

    }

    #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;

    }

    -->

    CARE PLUS


    24 HOUR HELPLINE 18001800


    HOME

    ABOUT US

    106

  • 7/29/2019 Final Documentation of Hospital Website..

    107/115

    HOSPITAL SPECIALITY

    OUR DOCTORS

    PATIENT SERVICES

    CONTACT US

    DELHI

    PUNE

    MUMBAI

    KOLKATA

    CHENNAI

    INDORE

    JAIPUR

    CHANDIGARH

    LUDHIANA

    Address :- MX-10 /1 6, Malviya Industrial Area,

    Malviya Nagar, Jaipur

    Contact Number :- 0141 2751654

    107

  • 7/29/2019 Final Documentation of Hospital Website..

    108/115

    29. CHANDIGARH

    Figure 3.29 : Chandigarh page

    Coding:-

    Chandigarh

  • 7/29/2019 Final Documentation of Hospital Website..

    109/115

    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;

    }

    -->

    CARE PLUS


    24 HOUR HELPLINE 18001800


    109

  • 7/29/2019 Final Documentation of Hospital Website..

    110/115

    HOME

    ABOUT US

    HOSPITAL SPECIALITY

    OUR DOCTORS

    PATIENT SERVICES

    CONTACT US

    DELHI

    PUNE

    MUMBAI

    KOLKATA

    CHENNAI

    INDORE

    JAIPUR

    LUDHIANA

    Address :- Sector 28-c, Sector 28

    Chandigarh

    Contact Number :- 0172 26606392

    110

  • 7/29/2019 Final Documentation of Hospital Website..

    111/115

    30. LUDHIANA

    Figure 3.30: Ludhiana page

    Coding:-

    Ludhiana

    #navbar ul {

    111

  • 7/29/2019 Final Documentation of Hospital Website..

    112/115

    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;

    }

    -->

    CARE PLUS


    112

  • 7/29/2019 Final Documentation of Hospital Website..

    113/115

    24 HOUR HELPLINE 18001800


    HOME

    ABOUT US

    HOSPITAL SPECIALITY

    OUR DOCTORS

    PATIENT SERVICES

    CONTACT US

    DELHI

    PUNE

    MUMBAI

    KOLKATA

    CHENNAI

    INDORE

    JAIPUR

    CHANDIGARH

    LUDHIANA

    113

  • 7/29/2019 Final Documentation of Hospital Website..

    114/115

    Address :- Tilak Road,Tagore nagar

    Ludhiana

    Contact Number :- 0161 468 0000

    31. PATIENT LOGIN

    Figure 3.31: patient login page

    Coding

    Patient Login

    114

  • 7/29/2019 Final Documentation of Hospital Website..

    115/115

    CARE PLUS


    24 HOUR HELPLINE 18001800


    Patient Login



    Name:

    Password


    Previous Page