-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathforms.php
More file actions
60 lines (46 loc) · 1.77 KB
/
forms.php
File metadata and controls
60 lines (46 loc) · 1.77 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
<?php
include 'header.php';
?>
<div class="subpage-banner">
<h1>Forms</h1>
</div> <!-- subpage banner -->
<div class="outer-wrapper">
<div class="container" id="maincontent">
<div class="col forms">
<h6>Download a copy of our latest CLIA certificate below for KPS Hays, KS</h6>
<br>
<a class="button" href="docs/clia-8-2020.pdf">Download</a>
<h6>Download a copy of our latest CLIA certificate below for KPS Wichita, KS</h6>
<br>
<a class="button" href="docs/clia-wichita.pdf">Download</a>
<h6>Download a copy of the KPS ABN Form below</h6>
<br>
<a class="button" href="docs/abn-form-2020.pdf">Download</a>
<h6>Download a copy of the KPS ABN Booklet below</h6>
<br>
<a class="button" href="docs/abn_booklet.pdf">Download</a>
<h6>Download a copy of the flow chart below</h6>
<br>
<a class="button" href="docs/just-flow-chart.pdf">Download</a>
<h6>Download a copy of the ABN Test list below</h6>
<br>
<a class="button" href="docs/abn-test-list.pdf">Download</a>
<h6>Download a copy of the KPS BCBS Waiver with Witnessed Refusal document below</h6>
<br>
<a class="button" href="docs/bcbs-waiver-2019.pdf">Download</a>
<h6>Download a copy of the BCBS Waiver List</h6>
<br>
<a class="button" href="docs/bcbs-waiver-list.pdf">Download</a>
<h6>Download a copy of the Manual Requisition</h6>
<br>
<a class="button" href="docs/manual-requisition-2019.docx">Download</a>
<h6>Download a copy of the Lab Nexus Procedure</h6>
<br>
<a class="button" href="docs/labnexus-procedure.pdf">Download</a>
</div> <!-- schema -->
</div> <!-- col -->
</div> <!-- container -->
</div> <!-- outer wrapper to maintain background color when container width isn't 100% -->
<?php
include 'footer.php';
?>