-
Notifications
You must be signed in to change notification settings - Fork 0
/
oralPath.html
41 lines (35 loc) · 1.03 KB
/
oralPath.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
<!DOCTYPE html>
<html>
<head>
<title>Oral Pathology 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>Oral Pathology Consult</h1>
<a href="index.html" data-icon="home" data-iconpos="notext" rel="external">Home</a>
</div> <!-- /header -->
<div data-role="content">
Oral Pathology Consult:<br>
<br>
Patient CC: Found on exam<br>
Sites: right anterior maxillary buccal mucosa<br>
Morphology: papule<br>
Colors: yellow<br>
Consistency: firm<br>
Size: 3mm<br>
DDx: lipoma, mucocele, salivary stone (list 3)<br>
Management: Recommend excisional biopsy. Spoke to pt about procedure and recommendations and answers all questions.<br>
<br>
</div><!-- / home content -->
</div><!-- /home page -->
</body>
</html>