-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathEyeglasses.html
42 lines (36 loc) · 1.74 KB
/
Eyeglasses.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
<!DOCTYPE html>
<html>
<head>
<title>Eyeglasses</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/jquery.mobile-1.2.0.min.css" />
<link rel="stylesheet" href="css/app.css" />
<script src="js/jquery-1.8.2.min.js"></script>
<script src="js/jquery.mobile-1.2.0.min.js"></script>
<script src="js/app.js"></script>
</head>
<body>
<div data-role="page">
<div data-role="header"><h1>Eyeglasses</h1><a class="button slideup" id="infoButton" href="index.html">Back</a>
</div><!-- /header -->
<p><em>This referral does <strong>not</strong> require charity care.</em></p>
<ul>
<li> If your patient already has a prescription for glasses, please help them complete
the <a href="http://neweyesfortheneedy.org/wp-content/uploads/2011/06/Voucher-Application.pdf"> New Eyes Voucher</a>.
Once complete, upload the voucher onto Epic, and email the
Ophtho CMs <a href= "mailto:[email protected], [email protected], [email protected]"> David Ku and Daniel Choi</a> for further directions.</li>
<li> If your patient does not have a prescription for eyeglasses, please <a href="EHHOPtho.html"> set them up for an appointment with EHHOP Opthalmology</a>.</li>
</ul>
<div data-role="footer" data-id="nav" data-position="fixed">
<div data-role="navbar">
<ul>
<li><a href="IThelp.html" data-icon="info">FAQ</a></li>
<li><a href="phone.html" data-icon="phone" >Contact</a></li>
<li><a href="index.html" data-icon="fahome">Home</a></li>
<li><a href="Formulary.html" data-icon="faplus">Rx</a></li>
<li><a href="documents.html" data-icon="file">Docs</a></li>
</ul>
</div><!-- /navbar -->
</div>
</body>
</html>