-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathimg1.html
165 lines (139 loc) · 6.56 KB
/
img1.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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
<html>
<head>
<title>Bone Marrow Transplant</title>
<link rel="stylesheet" href="external1.css">
<link rel="icon" href="hos1.png" type="image/x-icon">
<script>
function goback() {
window.history.back()
}
function goForward() {
window.history.forward()
}
</script>
<style>
h3 {
color: maroon;
font-size: 175%;
text-align: center;
}
u {
color: maroon;
}
p {
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="100%" 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> SPECIALIZATION </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>
<h2><u>Bone Marrow Transplantation In India</u></h2>
</center>
<p>
The blood and bone marrow transplantation center at LIFE MATTERS Hospital, India has performed over 1500
transplants with an excellent success rate. <br>
LIFE MATTERS Hospital, India is also a trusted name in BMT for international patients, as the hospital has not
just a highly qualified BMT team,<br>
but also very stringent infection control norms which are critical for BMT patients. BMT treatment is available
at LIFE MATTERS Hospital at Chennai, <br>
New Delhi, Hyderabad, Ahmedabad and Kolkata.
</p>
<h3>FAQ'S</h3>
<h3>1.Who Can Be A Donor For An Allogeneic Transplant?</h3>
<p>
Matching bone marrow is done by blood tests alone. It is not necessary to test the donor’s bone marrow at this
stage.It is usual to start by testing<br>
the brothers and sisters, as they are likely to provide the best match; parents are not usually good matches.The
donor should be in good health. He or<br>
she will be given a thorough medical checkup to make sure that there will be no risk to his or her own health
from the procedure.<br>
</p>
<h3>2.Collecting Bone Marrow</h3>
<p>
About a week or two before the bone marrow harvest is done, the patient (or the donor, for an Allogeneic
transplantation) may have 1 to 2 units of blood withdrawn.<br>
This will be given back during the bone marrow harvest.The harvest itself is carried out under general
anaesthesia, so one will feel nothing. It involves<br>
the removal of some marrow from inside the bones at the back and front of the pelvis (the hip bones).The patient
or donor will have to stay in hospital overnight <br>
recover fully from the general anaesthesia. Usually it feels sore for a few days and mild painkillers may be
required. These will be administered by the nurses or doctors.<br>
</p>
<h3>3.How Are The Stem Cells Collected?</h3>
<p>
Stem cell harvesting is done following a course of daily injections of a growth factor. This procedure takes
about 3 hours. The patient will be made to lie down on a couch and <br>
a transfusion will be put into the vein of each arm. Blood will be collected from one arm, into a machine called
a centrifuge, which spins it to separate out the stem cells.<br>
These are collected, and the remaining blood is returned through the IV in the other arm. The stem cells can
even be frozen.<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>