-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
76 lines (68 loc) · 3.85 KB
/
index.php
File metadata and controls
76 lines (68 loc) · 3.85 KB
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
<?php
include 'header.php';
?>
<!-- Slider starts -->
<script>
jQuery(document).ready(function($) {
$('.slider').unslider({
autoplay: true,
arrows: false,
delay: 7000
});
$('.slider').unslider('initSwipe');
});
</script>
<div class="slider">
<a class="button" href="https://paylink.paytrace.com?m=80710&amount=&invoice=" style="position: absolute; right: 0; z-index: 1; font-size: 1.5rem; cursor: pointer;" target="_blank">Patient Payment Portal</a>
<a class="button" href="docs/covid.pdf" style="position: absolute; left: 17%; top:12%; z-index: 1; font-size: 2.5rem; cursor: pointer;">COVID-19 FAQ</a>
<ul>
<li>
<div class="text-inside-slider"><h2>Quality Commitment</h2>
<p>We believe in the efficiency of quality. High quality results cost a little more to produce, but pay larger benefits in patient care. Our commitment to quality control and quality assurance has three components that overlap to assure accurate testing results.</p></div>
<img src="img/slider1.jpg">
</li>
<li><div class="text-inside-slider"><h2>Client Service</h2>
<p>Our representatives will assure that your questions or concerns are promptly and courteously handled or channeled to the appropriate technical or professional personnel.</p></div>
<img src="img/slider2.jpg">
</li>
<li><div class="text-inside-slider"><h2>Testing Capabilities</h2>
<p>Multi-speciality, Chemistry, Hematology, and Serology profiles, in addition to single tests, Endocrinology, and Therapeutic Drug Assay, services are available. </p></div>
<img src="img/slider3.jpg">
</li>
<li><div class="text-inside-slider"><h2>Quality Control</h2>
<p>This includes both external CAP proficiency surveys and also an internal quality control program. Coefficients of variation, standard deviations, standards and control monitors are analyzed to assure that the results are reliable.</p></div>
<img src="img/slider2.jpg">
</li>
<li><div class="text-inside-slider"><h2>We review statistical data</h2>
<p>to verify that both our own internal and national external standards are met or exceeded.</p>
<p>We voluntarily subscribe to the College of American Pathologists inter-laboratory comparison and external proficiency program.</p>
<p>All testing personnel in our laboratory participate in the proficiency program.</p></div>
<img src="img/slider1.jpg">
</li>
</ul> <!-- necessary wrapper for unslider -->
</div> <!-- slider div -->
<!-- Slider Ends -->
<div class="home-banner">
Quality Commitment
</div> <!-- home banner -->
<div class="outer-wrapper">
<div class="container" id="maincontent">
<div class="col">
<h3>What We Do</h3>
<img src="img/Microscope.gif">
</div> <!-- col -->
<div class="col">
<h6>Stat Testing</h6>
<p>Available on request for most tests. Please Client Service for detailed information on submission, delivery, and reporting.</p>
<h6>Call back Testing</h6>
<p>Available on request. Specimens will be collected and processed as ROUTINE; however results will be called upon completion.</p>
<h6>Routine Testing</h6>
<p>will be collected and the test performed within 2 to 24 hours of receipt at KPS, unless otherwise at a predetermined time.</p>
<h6>Test Reporting</h6>
<p>Written/electronic results are sent the quickest way possible, usually by Fax. On request, a report will be telephoned, then written.</p>
</div> <!-- col -->
</div> <!-- container -->
</div> <!-- outer wrapper to maintain background color when container width isn't 100% -->
<?php
include 'footer.php';
?>