-
Notifications
You must be signed in to change notification settings - Fork 0
/
endo.html
47 lines (41 loc) · 1.21 KB
/
endo.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
<!DOCTYPE html>
<html>
<head>
<title>Endo Consult</title>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<link rel="stylesheet" href="jquery.mobile-1.3.1.min.css" />
<script src="jquery-2.0.0.min.js"></script>
<script src="jquery.mobile-1.3.1.min.js"></script>
<script>
</script>
</head>
<body>
<!--Homepage-->
<div data-role="page" id="home">
<div data-role="header" >
<h1>Endo Consult</h1>
<a href="index.html" data-icon="home" data-iconpos="notext" rel="external">Home</a>
</div> <!-- /header -->
<div data-role="content">
<pre>
ENDO CONSULT: #
CC: " "
HPI: No / Throbbing / Continuous / Transient / Dull pain
Clinical Exam: No swelling/No sinus tract
Radiographic Findings:
Perio:
Prost: Restorable / Unrestorable
Tests:
---Cold: WNL / +++ / ++ / +
---Percussion: WNL / +++ / ++ / +
---Palpation: WNL / +++ / ++ / +
---EPT: WNL / +++ / ++ / +
Pulpal Dx: Normal / Reversible Pulpitis / Irreversible Pulpitis / Necrotic
Periapical Dx: Normal / Symptomatic Apical Periodontitis / Acute Apical Abscess / Asymptomatic Apical Abscess / Chronic Apical Abscess
Tx Recommendation (UG/PG):
</pre>
</div><!-- / home content -->
</div><!-- /home page -->
</body>
</html>