-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHospital-Integrated-Waste.php
63 lines (48 loc) · 3.16 KB
/
Hospital-Integrated-Waste.php
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
<?
$title = "Hospital Integrated Waste";
$desc = " With GICMD's expertise, we can help you manage different types of hazardous waste.";
?>
<?php include 'components/header.php'; ?>
<div class="shadow mainImage center mgnT14" style="background-image: url(img/about.jpg);"></div>
<br>
<div class="clear"></div>
<div class="contentBox mgnBI">
<div class="contentLeft">
<h1>Hospital Integrated Waste</h1>
<div class="lineRuleSolid"></div>
<div id="left">
<p>Due to large volumes of hazardous wastes generated in a hospital, a consolidated setup is needed to manage waste disposal.</p>
<p><strong> With GICMD’s expertise, we can help you manage different types of hazardous waste through:</strong></p>
<ul>
<li>Correct classification and handling</li>
<li>Segregation</li>
<li>Pick-up and transport</li>
<li>Safe and convenient disposal</li>
<li>Eco-friendly treatment and recycling</li>
</ul>
<p>Have the peace of mind that GICMD will take care of your hazardous wastes — with the assurance that our compliant processes would not cause detrimental effects to the environment and the public’s health.</p>
<h3>Convenient and Cost-effective Solutions</h3>
<p>We’ve made it more convenient for you! With GICMD, you can customize what works for your hospital. GICMD experts will assist you to find the most efficient solutions to handle your biohazardous wastes and other types of special wastes.</p>
<p><strong> Our Hospital Integrated Waste Management includes:</strong></p>
<ul>
<li>Sharps Waste Disposal</li>
<li>Medical Wastes Disposal</li>
<li>Pharmaceuticals Waste Disposal</li>
<li>Chemical Wastes Disposal</li>
<li>Other Special Wastes Disposal</li>
<li>Sterilization of reusable medical waste containers and bins</li>
<li>Pick-up, transport, and tracking of medical waste bags</li>
<li>Compliance Training </li>
</ul>
<p>The framework of our Integrated Waste Management for Hospitals will also help you save a lot. Whatever fits your budget, trust in us that we will provide you the most advanced and top quality processes!</p>
<h3>Regulated and Eco-friendly Plan</h3>
<p>Hazardous waste management in Canada is regulated by the three government levels. Rely on us to do the job for you. Our methods and procedures are carefully structured using Environment Canada’s strict regulations and hazardous wastes classifications.<br>
Each GICMD services are also developed to protect and preserve the environment; this ensures that the well-being of the public, animals, and the habitats are taken care of.</p>
<h3>Experience the GICMD Advantage!</h3>
<p>Keep your hospital’s safety and reputation intact. With GICMD’s help, your waste disposal management is guaranteed to be secured and law-compliant. Experience the GICMD advantage by calling <strong><?= $to_phone; ?></strong> (toll free). </p>
</div>
<br>
<div class="clear"></div>
</div>
<?php include 'components/right.php'; ?>
<?php include 'components/footer.php'; ?>