-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathamalgam.html
38 lines (30 loc) · 1.18 KB
/
amalgam.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
<!DOCTYPE html>
<html>
<head>
<title>Amalgam</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>Amalgam</h1>
<a href="index.html" data-icon="home" data-iconpos="notext" rel="external">Home</a>
</div> <!-- /header -->
<div data-role="content">
<p>Pt presents for #13 MOD amalgam.</p>
<p>1 Carpule 3% Septocaine with 1:100,000 epi given via left maxillary infiltration.</p>
Rubber dam isolation acheived.</p>
<p>Existing amalgam removed and all caries removed. Prep completed.</p>
<p>Matrix band placed with tofflemire and wedge placed. Restoration completed with Kerr Contour amalgam.</p>
<p>Occlusion and interproximal contact verified. Patient felt comfortable. Patient informed to expect some gingival discomfort and if any pain persists to let us know right away. Patient understood.
</div><!-- / home content -->
</div><!-- /home page -->
</body>
</html>