-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path1110.html
65 lines (53 loc) · 2.66 KB
/
1110.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html>
<head>
<title>D1110 (Adult Prophylaxis)</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>D1110 (Adult Prophylaxis)</h1>
<a href="index.html" data-icon="home" data-iconpos="notext" rel="external">Home</a>
</div> <!-- /header -->
<div data-role="content">
<h3>Before the patient enters the clinic</h3>
<label><input type="checkbox" />Infection Control</label>
<label><input type="checkbox" />Get prophy kit (ultrasonic, perio kit, slow speed, goggles) from dispensary</label>
<label><input type="checkbox" />Get large or small bib</label>
<label><input type="checkbox" />Get polishing head with 3-4 different flavors for polishing</label>
<label><input type="checkbox" />Get disclosing tablets</label>
<label><input type="checkbox" />Connect cavatron and ultrasonic</label>
<label><input type="checkbox" />Connect slow speed</label>
<label><input type="checkbox" />If needed, sharpen instruments</label>
<label><input type="checkbox" />Attend GP huddle and Perio sub-huddle</label>
<h3>Afer huddle and getting the patient</h3>
<label><input type="checkbox" />Get start swipe from perio resident/instructor (Remember to ask when he/she wants to see patient before or after polishing)</label>
<label><input type="checkbox" />Put bib and goggles on patient</label>
<label><input type="checkbox" />Use disclosing tablets (don't rinse)</label>
<h3>Actual Prophylaxis</h3>
<label><input type="checkbox" />Ultrasonic</label>
<label><input type="checkbox" />Hand tools</label>
<label><input type="checkbox" />Check interproximal if there is any remaining calculus</label>
<label><input type="checkbox" />Write case note</label>
<label><input type="checkbox" />Get perio resident/instructor (if wanted to see before polishing)</label>
<h3>Polishing</h3>
<label><input type="checkbox" />Polish using slow speed</label>
<label><input type="checkbox" />Get perio resident/instructor (if wanted to see after polishing)</label>
<h3>With perio resident/instructor</h3>
<label><input type="checkbox" />Make sure the D1110 is set to complete</label>
<label><input type="checkbox" />Have swipe case note and procedure</label>
<h3>Finishing up</h3>
<label><input type="checkbox" />Give patient free home care kit</label>
<label><input type="checkbox" />If time permits, schedule next visit</label>
</div><!-- / home content -->
</div><!-- /home page -->
</body>
</html>