-
Notifications
You must be signed in to change notification settings - Fork 0
/
img10.html
144 lines (118 loc) · 5.48 KB
/
img10.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
<html>
<head>
<title> Minimally Invasive Coronary Bypass Surgery (CABG) in India</title>
<link rel="stylesheet" href="external1.css">
<link rel="icon" href="hos1.png" type="image/x-icon">
<style>
h3 {
color: maroon;
font-size: 175%;
text-align: center;
}
u {
color: maroon;
}
p,
ul,
li {
text-align: center;
}
</style>
</head>
<body bgcolor="mistyrose">
<table>
<tr>
<td><img src="hos1.png" ></h1></I></td>
<td style="font-size:50px;">
<font color="#428bca"> LIFE MATTERS </font>
<font color="#000"> Hospital</font>
</td>
</tr>
</table>
<h1 id="myHeader" align="center">
<table width="80%" align="right">
<tr>
<th ><input type="button" class="bt" value="<" onclick="goBack()" ></th>
<th> <a href="index.html" style="color: white"> HOME </a></th>
<th> <a href="REGISTRATION1.html" style=" color: white">REGISTRATION </a></th>
<th> MEDICINES </th>
<th> <a href="Procedures.html" style=" color: white">PROCEDURES</a> </th>
<th> <a href="LOCATIONS.html" style="color: white"> LOCATIONS </a></th>
<th><input type="button" class="bt" value=">" onclick="goForward()"></th>
</tr>
</table><br>
</h1>
<center>
<h3><u>Minimally Invasive Coronary Bypass Surgery (CABG)</u></h3>
</center>
<p>
CABG or Coronary Bypass surgery in India is conventionally performed by splitting or cutting through the
breastbone or sternum. MICAS or MICS CABG surgery <br>
is considered to be a safe and complete operation and has revolutionised the way coronary surgery is performed.
LIFE MATTERS Hospital has successfully completed 400 <br>
and more CABG surgeries in India.<br>
</p>
<h3>FAQ'S</h3>
<h3>1. What Is MICS CABG?</h3>
<p>
This is a technique of coronary artery bypass or CABG wherein the entire operation is performed from the side of
the chest (on the left) through an incision that is about 2 inches.<br>
</p>
<h3>2. How Does It Differ From Conventional CABG?</h3>
<p>
Conventional CABG or Coronary artery bypass requires the breast bone or sternum to be cut into half. Recovery
from conventional bypass surgery requires a longer duration upto 8 weeks <br>
as the bone needs to heal. In MICS CABG, the operation is performed through the side of the chest wall. No bones
are cut and healing is rapid. Healing is usually complete in ten days.<br>
</p>
<h3>3. Will MICS CABG Help Me Leave The Hospital Early And Get Back To Work?</h3>
<p>
Definitely yes! This is exactly the reason to do this operation. Hospital stay is as short as 2 days and most
patients get back to work or normal in 10 days.<br>
</p>
<div class="footer">
<table style="margin-bottom: 40px; text-size-adjust: 10000px;;">
<th>
<ul style="margin-bottom: 5px;">
<h3>
<li>About us</li>
<li>“Our mission is to bring healthcare of International standards within the reach of every individual.
We are committed to the achievement and maintenance of excellence in education, research and
healthcare for the benefit of humanity”
</h3>
</ul>
</th>
<th>
<ul style="margin-bottom: 5px;">
<li>HOME</li>
<li> REGISTRATION</li>
<li>SPECIALIZATION </li>
<li>PROCEDURES</li>
<li> LOCATION</li>
</ul>
</th>
<th>
<ul style="margin-bottom: 5px; ">
<li>Email</li>
<li><a href="[email protected]">ANAYA</a></li>
<li><a href="[email protected]">HARSH</a></li>
<li><a href="[email protected]">MUKUL</a></li>
<li><a href="[email protected]">ANKIT</a></li>
</ul>
</th>
</table>
<hr style="background-color: white;">
<p style="color: white; text-align: right" ;><big><big>Contact Us +91 96366 20000 / 01 |
| [email protected] <br>
Copyright © 2021 Life Matters Hospital. All Right Reserved</p>
</body>
</html>