more organization of autoloaded files (#424)
[openemr.git] / interface / forms / eye_mag / help.php
blobfaf7a5daf2d2a4316755847a8ba70fc21f617815
1 <?php
3 /**
4 * forms/eye_mag/help.php
6 * Help File for Shorthand Entry Technique on the Eye Form
8 * Copyright (C) 2016 Raymond Magauran <magauran@MedFetch.com>
10 * LICENSE: This program is free software: you can redistribute it and/or modify
11 * it under the terms of the GNU Affero General Public License as
12 * published by the Free Software Foundation, either version 3 of the
13 * License, or (at your option) any later version.
15 * This program is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU Affero General Public License for more details.
20 * You should have received a copy of the GNU Affero General Public License
21 * along with this program. If not, see <http://www.gnu.org/licenses/>.
23 * @package OpenEMR
24 * @author Ray Magauran <magauran@MedFetch.com>
25 * @link http://www.open-emr.org
28 $fake_register_globals=false;
29 $sanitize_all_escapes=true;
30 include_once("../../globals.php");
31 include_once("$srcdir/acl.inc");
32 include_once("$srcdir/lists.inc");
33 include_once("$srcdir/api.inc");
34 require_once("$srcdir/formatting.inc.php");
36 $form_folder = "eye_mag";
37 $showit = $_REQUEST['zone'];
38 if ($showit=='') $showit="general";
39 if ($showit=='ext') $showit="external";
41 <html>
42 <head>
43 <link rel="stylesheet" href="<?php echo $GLOBALS['assets_static_relative'] ?>/jquery-ui-1-10-4/themes/ui-lightness/jquery-ui.min.css">
44 <link rel="stylesheet" href="<?php echo $GLOBALS['assets_static_relative'] ?>/pure-0-5-0/pure-min.css">
45 <link rel="stylesheet" href="<?php echo $GLOBALS['assets_static_relative'] ?>/bootstrap-3-3-4/dist/css/bootstrap.min.css">
46 <link rel="stylesheet" href="<?php echo $GLOBALS['assets_static_relative'] ?>/qtip2-2-2-1/jquery.qtip.min.css" />
47 <link rel="stylesheet" href="<?php echo $GLOBALS['css_header']; ?>" type="text/css">
48 <link rel="stylesheet" href="<?php echo $GLOBALS['assets_static_relative'] ?>/font-awesome-4-6-3/css/font-awesome.min.css">
49 <link rel="stylesheet" href="<?php echo $css_header;?>" type="text/css">
50 <link rel="stylesheet" href="../../forms/<?php echo $form_folder; ?>/css/style.css" type="text/css">
52 <meta http-equiv="X-UA-Compatible" content="IE=edge">
53 <meta name="viewport" content="width=device-width, initial-scale=1">
54 <meta name="description" content="Eye Exam Help">
55 <meta name="author" content="openEMR: ophthalmology help">
56 <meta name="viewport" content="width=device-width, initial-scale=1">
57 <!-- jQuery library -->
58 <script src="<?php echo $GLOBALS['assets_static_relative'] ?>/jquery-min-1-11-1/index.js"></script>
59 <script src="<?php echo $GLOBALS['assets_static_relative'] ?>/jquery-ui-1-11-4/jquery-ui.js"></script>
60 <link rel="stylesheet" href="<?php echo $GLOBALS['assets_static_relative'] ?>/jquery-ui-1-11-4/themes/excite-bike/jquery-ui.css">
61 <!-- Latest compiled JavaScript -->
62 <script src="<?php echo $GLOBALS['assets_static_relative'] ?>/bootstrap-3-3-4/dist/js/bootstrap.min.js"></script>
63 <script>
64 $(function() {
65 $("[id^='accordion_']" ).accordion({
66 heightStyle: "content",
67 collapsible: true,
68 header: "h3",
69 active: 0
70 });
71 });
72 $(document).ready(function() {
73 $("[name^='accordion_']").hide();
74 $("#accordion_<?php echo attr($showit); ?>_group").show()
75 $("#<?php echo attr($showit); ?>_button").css("color","red");
76 $("[id$='_button'],[id$='_button2']").click(function() {
77 var zone = this.id.match(/(.*)_button/)[1];
78 $("[id$='_button']").css("color","black");
79 $("#"+zone+"_button").css("color","red");
80 $("[id$='_group']").hide();
81 $("[id^='accordion_"+zone+"_group']").show();
82 var showit = zone+'_0';
84 });
86 $("[id^='accordion_']").click(function() {
87 var active_panel = $(this).accordion( "option", "active" );
88 $("[id^='accordion_']").accordion({
89 active: active_panel
90 });
92 });
93 </script>
95 <style>
96 body {
97 font: 12px/18px FontAwesome, normal helvetica, sans-serif;
98 font-family: FontAwesome,Arial,sans-serif;
100 .nodisplay {
101 display:none;
103 table th {
104 text-align:center;
105 vertical-align: middle;
106 margin:20;
107 border:1pt solid black;
108 padding:5 ;
110 table td {
111 text-align:left;
112 vertical-align: top;
113 margin:20;
114 border:1pt solid black;
115 padding:5;
116 font-size:0.7em;
118 blockquote.style2 {
119 margin-top: 0px;
120 margin-bottom: 10px;
121 margin-left: 20px;
122 margin-right:20px;
123 padding: 10px;
124 border:none;
125 width:98%;
126 font-size:1em;
127 display:inline-block;
129 .style3 {
130 margin:20;
131 border-bottom:1pt solid black;
132 background-color:#c0C0c0;
133 text-align: left;
135 .underline {
136 text-decoration: underline;
138 .kb_entry {
139 width:85%;
140 min-height:0.3in;
141 text-align:center;
142 margin:2 5 20 5;
143 border:1pt solid #129FEA;
144 background-color:#ff9;
145 padding:10;
146 vertical-align: middle;
147 top:50%;
149 .output_EMR {
150 clear:both;float:left;border:1pt solid black;width:50%;padding:0 10;margin:5;
151 height: 340;
153 .output_reports {
154 float:left;border:1pt solid black;width:45%;padding:0 10;margin:5;
155 height: 340;
157 .ui-state-active {
158 background: #97C4FE;
161 .field {
162 color:red;
163 font-weight:600;
165 .bold {
166 font-weight:600;
168 </style>
169 </head>
170 <body style="font-size:1.2em;padding:25;">
171 <div style="position:absolute;
172 top:0in;
173 left:0in;
174 width:100%;
175 height:30px;
176 background-color:#C9DBF2;
177 color:black;
178 font-family: FontAwesome;
179 font-weight:400;
180 font-size:1.1em;
181 padding:5 10 5 10;">
182 <img class="little_image left" height="18" src="<?php echo $GLOBALS['webroot']; ?>/sites/default/images/login_logo.gif"></img> OpenEMR: Eye Exam <span class="bold">Shorthand Help</span>
183 </div>
184 <br />
185 <button id="general_button">Introduction</button>
186 <button id="hpi_button">HPI</button>
187 <button id="pmh_button">PMH</button>
188 <button id="external_button">External</button>
189 <button id="antseg_button">Anterior Segment</button>
190 <button id="retina_button">Retina</button>
191 <button id="neuro_button">Neuro</button>
192 <div id="container" name="container_group" style="margin:10;text-align:left;">
194 <div id="accordion_general_group" name="accordion_group" class="ui-accordion" style="text-align:left;margin:10;padding:20;">
195 <h3 class="ui-accordion-header external">Introduction: Paper vs. EHR</h3>
196 <div id="general" style="text-align:left;">
197 <blockquote class="style2">
198 <b>"Documenting an exam on paper is faster because we develop our own shorthand."</b><br/>
199 Starting with this "paper" shorthand, we forged an electronic Shorthand, specifically designed for rapid data entry.<br />
200 Using Shorthand, all your findings are entered in one text box,
201 and OpenEMR automatically knows how to store them.<br /><br />
202 The structure is simple: <b>Field:text;Field:text;Field:text</b><br /><br />
203 Click on any <b>Shorthand</b> icon <i class="fa fa-user-md fa-sm fa-2" name="Shorthand_kb" title="Open the Shorthand Window and display Shorthand Codes"></i> in the Eye Form and two things occur:<br />
204 <ol>
205 <li> The Shorthand <b>textbox</b> opens </li>
206 <li> Shorthand <b style="color:red;">Field</b> names are visible</li>
207 </ol>
208 <br />
209 In the Shorthand textbox, type the <b>Field</b> name, then a colon, followed by your findings.
210 <br />
211 Look around the form - openEMR: Eye Exam is automatically filled.<br />
212 Done. No extra clicks.<br />
214 <hr />
215 This tutorial shows you how to document each area using Shorthand. <br />
216 We'll show you how to complete the HPI, PMH, POH, Medication list, Surgical History and Allergies.<br />
217 As an example, using a handful of lines of typing in the Shorthand textbox,<br />
218 you will document all your normal findings <b>and more than 40 different clinical issues</b>.
219 <br />
220 That's a lot to document and one mighty complicated patient!<br />
221 Combined it may be many more issues than we would see on a routine day, with routine patients, but it could happen... <br />
222 Documenting this many findings would take a little bit of time on paper, and a lifetime in a typical EHR. <br />
223 The average typist can now do it <b>in less than a minute.</b> A normal encounter can be accurately documented in seconds.
224 <hr />
226 <h4 class="bold">HPI: </h4>
227 <textarea class="kb_entry">D;CC:"My eyes are tearing and there is a yellow discharge";hpi:The symptoms began last week and the discharged turned yellow yesterday. No photophobia. The redness spread from the right to the left eye two days ago.;</textarea>
228 <button id="hpi_button2">Details</button>
229 <br />
230 <h4 class="bold">PMH: </h4>
231 <textarea class="kb_entry">POH: POAG.Myopia. Dry Eye; POS:Phaco/IOL OD 4/4/1994.Phaco/IOL OS 4/24/1995. Yag/PCO OD 6/5/1999;Meds:Timolol 0.5% GFS QHS OU. Latanoprost 0.01% QHS OU.
232 Trazadone 50mg PO QHS.Famvir 500mg PO TID;Surg:Appendectomy 1998. Choly 2010.Lap Band 2014.;All:sulfa - hives.PCN - SOB;</textarea>
233 <button id="pmh_button2">Details</button>
234 <br />
236 <h4 class="bold">External: </h4>
237 <textarea class="kb_entry">D;bll:+2 meibomitis;rll:frank ect, 7x6mm lid margin bcc lat.a;bul:2mm ptosis;rul.+3 dermato.a</textarea>
238 <button id="external_button2">Details</button>
239 <br /><h4 class="bold">Anterior Segment:</h4>
240 <textarea class="kb_entry">D;bc:+2 inj;bk:med pter;rk:mod endo gut.a;bac:+1 fc, +1 pig cells</textarea>
241 <button id="antseg_button2">Details</button>
243 <br />
244 <h4 class="bold">Retina:</h4>
245 <textarea class="kb_entry">D;bd:+2 bowtie pallor;rcup:0.6Vx0.4H w/ inf notch;lcup:0.5;rmac:+2 BDR, +CSME;lmac:flat, tr BDR;v:+PPDR, ++venous beading;rp:ht 1 o,no vh;</textarea>
246 <button id="retina_button2">Details</button>
248 <h4 class="bold">Strabismus:</h4>
249 <textarea class="kb_entry">scDist;5:8ix 1rht;4:10ix;6:6ix;2:15xt;8:5ix;ccDist;4:5ix;5:ortho;6:ortho</textarea>
250 <button id="neuro_button2">Details</button>
252 <hr>
253 Below all these lines are strung together. Copy and paste this into a test patient's chart. <br />
254 Voila! HPI, PMH, POH, Medications Allergies and 40 clinical findings + normals, are documented.
255 <hr />
257 <textarea class="kb_entry" style="height:2.3in;">CC:"My eyes are tearing and there is a yellow discharge";hpi:The symptoms began last week and the discharged turned yellow yesterday. No photophobia. The redness spread from the right to the left eye two days ago.;
258 POH:POAG. Myopia. Dry Eye; POS: Phaco/IOL OD 4/4/1994.Phaco/IOL OS 4/24/1995. Yag/PCO OD 6/5/1999;Meds:Timolol 0.5% GFS QHS OU. Latanoprost 0.01% QHS OU.
259 Trazadone 50mg PO QHS.Famvir 500mg PO TID;Surg:Appendectomy 1998. Choly 2010.Lap Band 2014.;All:sulfa - hives.PCN - SOB;
260 D;bll:+2 meibomitis;rll:frank ect, 7x6mm lid margin bcc lat.a;bul:2mm ptosis;rul:+3 dermato.a
261 bc:+2 inj;bk:med pter;rk:mod endo gut.a;bac:+1 fc, +1 pig cells;
262 bd:+2 bowtie pallor;rcup:0.6Vx0.4H w/ inf notch;lcup:0.5;rmac:+2 BDR, +CSME;lmac:flat, tr BDR;v:+PPDR, ++venous beading;rp:ht 1 o,no vh;
263 scDist;5:8ix 1rht;4:10ix;6:6ix;2:15xt;8:5ix;ccDist;4:5ix;5:ortho;6:ortho</textarea>
265 <br />
266 Get back to working at the speed of your brain.<br /><br /><br />
268 <small>Now imagine documenting this without typing, without a scribe? It is not that far away...</small>
270 </blockquote>
271 </div>
273 <h3 class="ui-accordion-header external">Shorthand Structure</h3>
274 <div id="general" style="text-align:left;">
275 <h4><b>Usage:</b> field:text(.a)(;)</h4>
276 <blockquote class="style2"><i>where: <br /></i>
277 <b>Field</b> is the shorthand term for the clinical field.<br/>
278 <b>text</b> is the complete or shorthand data to enter into this <b>field</b>:
279 <br />
280 <b>field</b> and <b>text</b> are separated by a "<strong>:</strong>" colon.
281 <br />
282 The trailing "<b>.a</b>"
283 is optional and will <b>append</b> the <b>text</b> to the data already in the field, instead of replacing it.<br />
284 The semi-colon "<b>;</b>" is used to divide entries, allowing multiple field entries simultaneously. <br />
285 <small><i>The semi-colon separates entries.</i></small><br />
286 After pressing <b>Enter/Return</b> or <b>Tab</b>, the data are submitted and the form is populated. <br />
287 </blockquote>
288 </div>
289 </div>
291 <div id="accordion_hpi_group" name="accordion_group" class="ui-accordion" style="text-align:left;margin:10;padding:20;">
292 <div name="hpi" class="ui-accordion external">
293 <h3 name="hpi_group" id="hpi_0">History of Present Illness: Shorthand Walk Through</h3>
294 <div name="hpi_group" class="external" style="text-align:left;margin:0;padding:0;">
295 <a name="example_hpi"></a>
296 <blockquote class="style2">
297 <h4 class="underline">Shorthand</h4>
298 <textarea class="kb_entry" style="min-height:1in;">CC:"My eyes are tearing and there is a yellow discharge";hpi:The symptoms began last week and the discharged turned yellow yesterday. No photophobia. The redness spread from the right to the left eye two days ago.;
299 </textarea>
300 <img src="<?php echo $GLOBALS['webroot']; ?>/interface/forms/eye_mag/images/sh_hpi.png" style="width: 90%;" alt="Shorthand Example: Anterior Segment">
301 <br />
302 </blockquote>
303 </div>
304 </div>
305 </div>
307 <div id="accordion_pmh_group" name="accordion_group" class="ui-accordion" style="text-align:left;margin:10;padding:20;">
308 <div name="pmh" class="ui-accordion external">
309 <h3 name="pmh_group" id="pmh_0">Past Medical History: Shorthand Walk Through</h3>
310 <div name="pmh_group" class="external" style="text-align:left;margin:0;padding:0;">
311 <a name="example_pmh"></a>
312 <blockquote class="style2">
313 <h4 class="underline">Shorthand</h4>
314 <textarea class="kb_entry" style="height:1in;">POH:POAG. Myopia. Dry Eye; POS:Phaco/IOL OD 4/4/1994.Phaco/IOL OS 4/24/1995.
315 Yag/PCO OD 6/5/1999;Meds:Timolol 0.5% GFS QHS OU. Latanoprost 0.01% QHS OU.
316 Trazadone 50mg PO QHS.Famvir 500mg PO TID;Surg:Appendectomy 1998.
317 Choly 2010.Lap Band 2014.;All:sulfa - hives.PCN - SOB;</textarea>
318 <img src="<?php echo $GLOBALS['webroot']; ?>/interface/forms/eye_mag/images/sh_pmh.png" style="width: 90%;" alt="Shorthand Example: Anterior Segment">
319 <br />
320 </blockquote>
321 </div>
322 </div>
323 </div>
325 <div id="accordion_external_group" name="accordion_group" class="ui-accordion" style="text-align:left;margin:10;padding:20;">
326 <div name="external" class="ui-accordion external">
327 <h3 name="external_group" id="external_0">External: Shorthand Walk Through</h3>
328 <div name="external_group" class="external" style="text-align:left;margin:0;padding:0;">
329 <a name="example_ext"></a>
330 <blockquote class="style2">
331 <h4 class="underline">Shorthand</h4>
332 <textarea class="kb_entry">D;bll:+2 meibomitis;rll:frank ect, 7x6mm lid margin bcc lat.a;bul:2mm ptosis;rul.+3 dermato.a
333 </textarea>
334 <img src="<?php echo $GLOBALS['webroot']; ?>/interface/forms/eye_mag/images/sh_ext.png" style="width: 90%;" alt="Shorthand Example: Anterior Segment">
335 <br />
336 </blockquote>
337 </div>
338 <h3>External: Example Output</h3>
339 <div id="external_output" style="text-align:left;margin:0;padding:0;">
340 <blockquote class="style2">
341 Input:<br /><br />
342 <b>D;bll:+2 meibomitis;rll:frank ect, 7x6mm lid margin bcc lat.a;bul:2mm ptosis;rul.+3 dermato.a</b>
343 <br />
344 <br />
345 Output:
346 <br /><br />
347 <div class="output_EMR" >
348 <h4>Eye Exam</h4>
349 <img src="<?php echo $GLOBALS['webroot']; ?>/interface/forms/eye_mag/images/sh_ext_EMR.png" width="95%" alt="Shorthand Example: openEMR">
350 </div>
351 <div class="output_reports">
352 <h4>Reports</h4>
353 <img src="<?php echo $GLOBALS['webroot']; ?>/interface/forms/eye_mag/images/sh_ext_report.png" width="75%" alt="Shorthand Example: Reports">
354 </div>
355 </blockquote>
356 </div>
357 <h3>External: Field Codes and Shorthand/Abbreviations</h3>
358 <div id="external_codes" style="clear:both; border:0pt solid black;text-align:left;">
359 <a name="output_external"></a>
360 <blockquote class="style2">
361 <table style="border:0pt solid black;margin:10;">
362 <tr class="style3"><th>Clinical Field</th><th>Shorthand* Field</th><th>Example Shorthand**</th><th>EMR: Field text</th></tr>
363 <tr >
364 <td>Default values</td><td>D or d</td>
365 <td><b style="color:red;">d;</b><br /><b style="color:red;">D;</b></td>
366 <td>All fields with defined default values are <b>erased</b> and filled with default values.<br />Fields without defined default values are not affected. </td>
367 </tr>
368 <tr >
369 <td>Default External values</td><td>DEXT or dext</td>
370 <td><b style="color:red;">dext;</b><br /><b style="color:red;">DEXT;</b></td>
371 <td>All External Exam fields with defined default values are <b>erased</b> and filled with default values.<br />External Fields without defined default values and all other fields on the form are not affected. </td>
372 </tr>
373 <tr >
374 <td>Right Brow</td><td>rb or RB</td>
375 <td><b style="color:red;">rb</b>:1cm lat ptosis<br /><b style="color:red;">rb</b>:med 2cm SCC</td>
376 <td>1cm lateral ptosis<br />medial 2cm SCC</td>
377 </tr>
378 <tr>
379 <td>Left Brow</td><td>lb or LB</td>
380 <td><b style="color:red;">lb</b>:loss of lat brow follicles<br /><b style="color:red;">lb</b>:no rhytids from VIIth nerve palsy</td>
381 <td>loss of lateral brow follicles<br />no rhytids from VIIth nerve palsy</td>
382 </tr>
383 <tr>
384 <td>Both Brows/Forehead</td><td>fh or FH<br />bb or BB</td>
385 <td><b style="color:red;">fh</b>:+3 fh rhytids<br><b style="color:red;">BB</b>:+3 glab rhytids</td>
386 <td>+3 forehead rhytids<br />+3 glabellar rhytids</td>
387 </tr>
388 <tr>
389 <td>Right Upper Lid</td><td>rul or RUL</td>
390 <td><b style="color:red;">RUL</b>:1cm lat ptosis<br /><b style="color:red;">rul</b>:med 2cm SCC</td>
391 <td>1cm lateral ptosis<br />medial 2cm SCC</td>
392 </tr>
393 <tr>
394 <td>Left Upper Lid</td><td>lul or LUL</td>
395 <td><b style="color:red;">LUL</b>:1cm lat ptosis<br /><b style="color:red;">lul</b>:med 2cm SCC</td>
396 <td>1cm lateral ptosis<br />medial 2cm SCC</td>
397 </tr>
398 <tr>
399 <td>Right Lower Lid</td><td>rll or RLL</td>
400 <td><b style="color:red;">rll</b>:1cm lat ptosis<br /><b style="color:red;">rll</b>:med 2cm SCC</td>
401 <td>1cm lateral ptosis<br />medial 2cm SCC</td>
402 </tr>
403 <tr>
404 <td>Left Lower Lid</td><td>lll or LLL</td>
405 <td><b style="color:red;">lll</b>:0.5cm lat ptosis<br /><b style="color:red;">LLL</b>:med 2cm SCC</td>
406 <td>1cm lateral ptosis<br />medial 2cm SCC</td>
407 </tr>
408 <tr>
409 <td>Both Lower Lids</td><td>bll or BLL</td>
410 <td><b style="color:red;">lll</b>:0.5cm lat ptosis<br /><b style="color:red;">LLL</b>:med 2cm SCC</td>
411 <td>1cm lateral ptosis<br />medial 2cm SCC</td>
412 </tr>
413 <tr>
414 <td>All 4 Lids</td><td>4xl or 4XL</td>
415 <td><b style="color:red;">4xl</b>:+2 laxity<br /><b style="color:red;">4xL</b>:+2 dermato</td>
416 <td>+2 laxity<br />+2 dermatochalasis</td>
417 </tr>
418 <tr>
419 <td>Right Medial Canthus</td><td>rmc or RMC</td>
420 <td><b style="color:red;">rmc</b>:1cm bcc<br /><b style="color:red;">RMC</b>:healed dcr scar</td>
421 <td>1cm BCC<br />healed DCR scar</td>
422 </tr>
423 <tr>
424 <td>Left Medial Canthus</td><td>lmc or LMC</td>
425 <td><b style="color:red;">lmc</b>:acute dacryo, tender w/ purulent drainage<br /><b style="color:red;">lmc</b>:1.2cm x 8mm mass</td>
426 <td>acute dacryo, tender with purulent drainage<br />1.2cm x 8mm mass</td>
427 </tr>
428 <tr>
429 <td>Both Medial Canthi</td><td>bmc or BMC</td>
430 <td><b style="color:red;">bmc</b>:chronic dacryo, non-tender<br /><b style="color:red;">BMC</b>:scaling, ulcerated lesion</td>
431 <td>chronic dacryo, non-tender<br />scaling, ulcerated lesion</td>
432 </tr>
433 <tr>
434 <td>Right Adnexa</td><td>rad or RAD</td>
435 <td><b style="color:red;">rad</b>:1.8x2.0cm bcc lat<br /><b style="color:red;">RAD</b>:healed DCR scar</td>
436 <td>1cm BCC<br />healed DCR scar</td>
437 </tr>
439 <tr>
440 <td>Left Adnexa</td><td>lad or LAD</td>
441 <td><b style="color:red;">lad</b>:1cm lacr cyst protruding under lid<br /><b style="color:red;">LAD</b>:1.2cm x 8mm mass</td>
442 <td>1cm lacrimal cyst protruding under lid<br />1.2cm x 8mm mass</td>
443 </tr>
444 <tr>
445 <td>Both Adnexae</td><td>bad or BAD</td>
446 <td><b style="color:red;">bad</b>:lacr gland prolapse<br /><b style="color:red;">BAD</b>:lat orb wall missing</td>
447 <td>lacrimal gland prolapse<br />lateral orbital wall missing</td>
448 </tr>
449 </table>
450 <br />*<i>case insensitive</i><br />
451 **<i>The default action is to replace the field with the new text.
452 <br />
453 Adding <b>".a"</b> at the end of a <b>text</b> section will append the current text instead of replacing it.
454 <br >For example, <b>entering "4xL:+2 meibomitis.a" will <u>append</u> "+2 meibomitis"</b>
455 to each of the eyelid fields, RUL/RLL/LUL/LLL.</i>
457 <hr />
458 <a name="abbrev_external"></a>
459 <h2 class="underline">External Shorthand Abbreviations:</h2>
461 The following terms will be expanded from their shorthand to full expression in the EMR fields:
463 <table style="border:1pt solid black;margin:10;width:85%;">
464 <tr class="style3"><th>Enter this:</th><th>Get this:</th></tr>
465 <tr><td>inf</td><td>inferior</td></tr>
466 <tr><td>sup</td><td>superior</td></tr>
467 <tr><td>nas</td><td>nasal</td></tr>
468 <tr><td>temp</td><td>temporal</td></tr>
469 <tr><td>med</td><td>medial</td></tr>
470 <tr><td>lat</td><td>lateral</td></tr>
471 <tr><td>dermato</td><td>dematochalasis</td></tr>
472 <tr><td>w/</td><td>with</td></tr>
473 <tr><td>lac</td><td>laceration</td></tr>
474 <tr><td>lacr</td><td>lacrimal</td></tr>
475 <tr><td>dcr</td><td>DCR</td></tr>
476 <tr><td>bcc</td><td>BCC</td></tr>
477 <tr><td>scc</td><td>SCC</td></tr>
478 <tr><td>sebca</td><td>sebaceous cell</td></tr>
479 <tr><td>tr</td><td>trace</td></tr>
480 </table>
481 </blockquote>
482 </div>
483 </div>
484 </div>
486 <div id="accordion_antseg_group" name="accordion_group" class="ui-accordion" style="text-align:left;margin:10;padding:20;">
487 <div name="antseg">
488 <h3 class="antseg" id="antseg_0" name="antseg_group">Anterior Segment: Shorthand Walk Through</h3>
489 <div id="antseg_input" class="ANTSEG" style="text-align:left;margin:0;padding:0;">
490 <a name="example_antseg"></a>
492 <blockquote class="style2">
493 <h4 class="underline">Shorthand</h4>
494 <textarea class="kb_entry">D;bc:+2 inj;bk:med pter;rk:mod endo gut.a;bac:+1 fc, +1 pig cells
495 </textarea>
496 <img src="<?php echo $GLOBALS['webroot']; ?>/interface/forms/eye_mag/images/sh_antseg.png" alt="Shorthand Example: Anterior Segment">
497 <br />
498 </blockquote>
499 </div>
500 <h3>Anterior Segment: Example Output</h3>
501 <div id="external_output" style="text-align:left;margin:0;padding:20;">
502 <blockquote class="style2">
503 Input:<br /><br />
504 <b>D;bc:+2 inj;bk:med pter;rk:mod endo gut.a;bac:+1 fc, +1 pig cells/b><br />
505 <br />
506 Output:
507 <br /><br />
508 <div class="output_EMR">
509 <h4>Eye Exam</h4>
510 <img src="<?php echo $GLOBALS['webroot']; ?>/interface/forms/eye_mag/images/sh_antseg_EMR.png" width="95%" alt="Shorthand Example: openEMR">
511 </div>
512 <div class="output_reports">
513 <h4>Reports</h4>
514 <img src="<?php echo $GLOBALS['webroot']; ?>/interface/forms/eye_mag/images/sh_antseg_report.png" width="95%" alt="Shorthand Example: Reports">
515 </div>
516 </blockquote>
517 </div>
518 <h3>Anterior Segment: Field Codes and Shorthand/Abbreviations</h3>
519 <div id="antseg_codes" style="clear:both; border:0pt solid black;text-align:left;">
520 <a name="output_antseg"></a>
521 <blockquote class="style2">
522 <table style="border:0pt solid black;margin:10;padding:10;">
523 <tr class="style3"><th>Clinical Field</th><th>Shorthand* Field</th><th>Example Shorthand**</th><th>EMR: Field text</th></tr>
524 <tr >
525 <td>Default values</td><td>D or d</td>
526 <td><span class="field">d</span>;<br /><span class="field">D</span>;</td>
527 <td>All fields with defined default values are <b>erased</b> and filled with default values.<br />Fields without defined default values are not affected. </td>
528 </tr>
529 <tr >
530 <td>Default Anterior Segment values</td><td>DANTSEG or das</td>
531 <td><b style="color:red;">dantseg;</b><br /><b style="color:red;">DAS;</b></td>
532 <td>All Anterior Segment fields with defined default values are <b>erased</b> and filled with default values.<br />Anterior Segment Fields without defined default values and all other fields on the form are not affected. </td>
533 </tr>
534 <tr >
535 <td>Conjunctiva</td><td>Right = rc<br />Left = lc<br />Both = bc or c</td>
536 <td><span class="field">rc:</span>+1 inj<br /><span class="field">c:</span>med pter</td>
537 <td>"+1 injection" (right conj only)<br />"medial pterygium" (both right and left fields are filled)</td>
538 </tr>
539 <tr>
540 <td>Cornea</td><td>Right = rc<br />Left = lc<br />Both = bk or k</td>
541 <td><span class="field">rk:</span>+3 spk<br /><span class="field">k:</span>+2 end gut<b style="color:green">;</b><span class="field">rk:</span>+1 str edema<b style="color:green">.a</b></td>
542 <td>"+3 SPK" (right cornea only)<br />"+2 endothelial guttatae" (both cornea fields) AND "+1 stromal edema" (appended to Right cornea field)</td>
543 </tr>
544 <tr>
545 <td>Anterior Chamber</td><td>Right = rac<br />Left = lac<br />Both = bac or ac</td>
546 <td><span class="field">rac:</span>+1 fc<br><span class="field">ac:</span>+2 flare</td>
547 <td>"+1 flare/cell" (right A/C field only)<br />"+2 flare" (both A/C fields)</td>
548 </tr>
549 <tr>
550 <td>Lens</td><td>Right = rl<br />Left = ll<br />Both = bl or l</td>
551 <td><span class="field">RL:</span>+2 NS<br /><span class="field">ll:</span>+2 NS<b style="color:green">;</b><span class="field">l:</span>+3 ant cort spokes.a</td>
552 <td>"+2 NS" (right lens only)<br />"+2 NS" (left lens fields) AND "+3 anterior cortical spokes" (appended to both lenses)</td>
553 </tr>
554 <tr>
555 <td>Iris</td><td>Right = ri<br />Left = li<br />Both = bi or i</td>
556 <td><b style="color:red">bi.</b>12 0 iridotomy<br /><span class="field">ri:</span>+2 TI defects<b style="color:green">.a</b><b style="color:navy">;</b><span class="field">li</span>.round</td>
557 <td>"12 o'clock iriditomy" (both iris fields)<br />", +2 TI defects" (right iris field) AND "round" (left iris field only)</td>
558 </tr>
559 <tr>
560 <td>Gonio</td><td>Right = rg<br />Left = lg<br />Both = bg or g</td>
561 <td><span class="field">rg:</span>ss 360<br /><span class="field">lg:</span>3-5 o angle rec</td>
562 <td>SS 360<br />3-5 o'clock angle recession</td>
563 </tr>
564 <tr>
565 <td>Pachymetry</td><td>Right = rp<br />Left = lp<br />Both = bp or p</td>
566 <td><span class="field">lp:</span>625 um<br /><span class="field">p:</span>550 um</td>
567 <td>"625 um" (left pachymetry field)<br />"500 um" (both pachymetry fields)</td>
568 </tr>
569 <tr>
570 <td>Schirmer I</td><td>Right = rsch1<br />Left = lsch1<br />Both = bsch1 or sch1</td>
571 <td><span class="field">rsch1:</span>5mm<br /><span class="field">sch1:</span>&lt; 10mm/5 minutes</td>
572 <td>"5mm" (right field only)<br />"&lt; 10mm/5 minutes" (both fields)</td>
573 </tr>
574 <tr>
575 <td>Schirmer II</td><td>Right = rsch2<br />Left = lsch2<br />Both = bsch2 or sch2</td>
576 <td><span class="field">rsch2:</span>9 mm<br /><span class="field">sch2:</span>&lt; 10mm/5 minutes</td>
577 <td>"9 mm" (right field only)<br />"&lt; 10mm/5 minutes" (both fields)</td>
578 </tr>
579 <tr>
580 <td>Tear Break-up Time</td><td>Right = RTBUT<br />Left = LTBUT<br />Both = BTBUT or tbut</td>
581 <td><span class="field">tbut:</span>&lt; 10 seconds<br /><span class="field">Rtbut:</span>5 secs<b style="color:green">;</b><span class="field">ltbut:</span>9 seconds<b style="color:green">;</b></td>
582 <td>"10 seconds" (both fields)<br />"5 seconds" (right) AND "9 seconds" (left)</td>
583 </tr>
584 </table>
585 <br />*<i>case insensitive</i><br />
586 **<i>The default action is to replace the field with the new text.
587 <br />
588 Adding <b>".a"</b> at the end of a <b>text</b> section will append the current text instead of replacing it.
589 <br >For example, entering <b>"bk:+2 str scarring.a"</b> will <class="underline bold">append</class> "+2 stromal scarring"</b>
590 to both the right (rk) and left cornea fields (lk).</i></small>
591 <br>
593 <br />
594 <a name="abbrev_antseg"></a>
595 <h2 class="underline">External Shorthand Abbreviations:</h2>
597 The following terms will be expanded from their shorthand to full expression in the EMR fields:
598 <table style="border:1pt solid black;margin:10;width:85%;">
599 <tr class="style3"><th>Enter this:</th><th>Get this:</th></tr>
600 <tr><td>inf</td><td>inferior</td></tr>
601 <tr><td>sup</td><td>superior</td></tr>
602 <tr><td>nas</td><td>nasal</td></tr>
603 <tr><td>temp</td><td>temporal</td></tr>
604 <tr><td>med</td><td>medial</td></tr>
605 <tr><td>lat</td><td>lateral</td></tr>
606 <tr><td>dermato</td><td>dematochalasis</td></tr>
607 <tr><td>w/</td><td>with</td></tr>
608 <tr><td>lac</td><td>laceration</td></tr>
609 <tr><td>lacr</td><td>lacrimal</td></tr>
610 <tr><td>dcr</td><td>DCR</td></tr>
611 <tr><td>bcc</td><td>BCC</td></tr>
612 <tr><td>scc</td><td>SCC</td></tr>
613 <tr><td>sebca</td><td>sebaceous cell</td></tr>
614 <tr><td>tr</td><td>trace</td></tr>
615 </table>
616 </blockquote>
617 </div>
618 </div>
619 </div>
621 <div id="accordion_retina_group" name="accordion_group" class="ui-accordion" style="text-align:left;margin:10;padding:20;">
622 <div name="retina">
623 <h3 class="retina">Retina: Shorthand Walk Through</h3>
624 <div id="retina_input" class="RETINA" style="text-align:left;margin:0;padding:0;">
625 <blockquote class="style2">
626 <h4 class="underline">Shorthand</h4>
627 <textarea class="kb_entry">D;bd.+2 bowtie pallor;rcup.0.6Vx0.4H w/ inf notch;lcup.0.5;rmac.+2 BDR, +CSME;lmac.flat, tr BDR;v.+PPDR, ++venous beading;rp.ht 1 o,no vh;
628 </textarea>
629 <img src="<?php echo $GLOBALS['webroot']; ?>/interface/forms/eye_mag/images/sh_retina.png" alt="Shorthand Example: Anterior Segment">
630 <br />
631 </blockquote>
632 </div>
633 <h3>Retina: Example Output</h3>
634 <div id="retina_output" style="text-align:left;margin:0;padding:20;">
635 <blockquote class="style2">
636 Input:<br /><br />
637 <b>D;bd:+2 bowtie pallor;rcup:0.6Vx0.4H w/ inf notch;lcup:0.5;rmac:+2 BDR, +CSME;lmac:flat, tr BDR;v:+PPDR, ++venous beading;rp:ht 1 o,no vh;
638 </b><br />
639 <br />
640 Output:
641 <br /><br />
642 <div class="output_EMR">
643 <h4>Eye Exam</h4>
644 <img src="<?php echo $GLOBALS['webroot']; ?>/interface/forms/eye_mag/images/sh_retina_EMR.png" width="95%" alt="Shorthand Example: openEMR">
645 </div>
646 <div class="output_reports">
647 <h4>Reports</h4>
648 <img src="<?php echo $GLOBALS['webroot']; ?>/interface/forms/eye_mag/images/sh_retina_report.png" width="95%" alt="Shorthand Example: Reports">
649 </div>
650 </blockquote>
651 </div>
652 <h3>Retina: Field Codes and Shorthand/Abbreviations</h3>
653 <div id="retina_codes" style="clear:both; border:0pt solid black;text-align:left;">
654 <blockquote class="style2">
655 <table style="border:1pt solid black;margin:10;width:85%;">
656 <tr class="style3"><th>Clinical Field</th><th>Shorthand* Field</th><th>Example Shorthand**</th><th>EMR: Field text</th></tr>
657 <tr >
658 <td>Default values</td><td>D or d</td>
659 <td><span class="field">d</span>;<br /><span class="field">D</span>;</td>
660 <td>All fields with defined default values are <b>erased</b> and filled with default values.<br />Fields without defined default values are not affected. </td>
661 </tr>
662 <tr >
663 <td>Default Retina values</td><td>DRET or dret</td>
664 <td><b style="color:red;">dext;</b><br /><b style="color:red;">DEXT;</b></td>
665 <td>All Retina/Posterior Segment Exam fields with defined default values are <b>erased</b> and filled with default values.<br />Retinal Fields without defined default values and all other fields on the form are not affected. </td>
666 </tr>
667 <tr >
668 <td>Disc</td>
669 <td>Right = rd<br />Left = ld<br />Both = bd</td>
670 <td><span class="field">rd:</span>temp pallor, PPA<br /><span class="field">bd:</span>NVD at 5 o</td>
671 <td>"temporal pallor, PPA" (right disc only)<br />"NVD at 5 o'clock" (both right and left disc fields)</td>
672 </tr>
673 <tr>
674 <td>Cup</td><td>Right = rcup<br />Left = lcup<br />Both = bcup or cup</td>
675 <td><span class="field">rcup:</span>0.5 w/ inf notch<br /><span class="field">cup:</span>temp scalloping, 0.5<b style="color:green">.a</b><b style="color:green">;</b></td>
676 <td>"0.5 with inferior notch (right cup only)<br />"temporal scalloping, 0.5" (appended to both cup fields)</td>
677 </tr>
678 <tr>
679 <td>Macula</td><td>Right = rmac<br />Left = lmac<br />Both = bmac or mac</td>
680 <td><span class="field">rmac:</span>central scar 500um<br><span class="field">mac:</span>soft drusen, - heme.a</td>
681 <td>"central scar 500um" (right macular field only)<br />"soft drusen, - heme" (appended to both macular fields)</td>
682 </tr>
683 <tr>
684 <td>Vessels</td><td>Right = rv<br />Left = lv<br />Both = bv or v</td>
685 <td><span class="field">RV:</span>1:2, +2 BDR<br /><span class="field">lv:</span>+CSME w/ hard exudate sup to fov (300um)<b style="color:green">;</b><br /><span class="field">v:</span>narrow arterioles, 1:2<b style="color:green">.a;</b></td>
686 <td>"1:2, +2 BDR" (right vessels only)<br />"+CSME with hard exudate superior to fovea (300um)" (left vessel field only)<br />"narrow arterioles, 1:2" (appended to both vessel fields)</td>
687 </tr>
688 <tr>
689 <td>Periphery</td><td>Right = rp<br />Left = lp<br />Both = bp or p</td>
690 <td><span class="field">rp:</span>12 0 ht, no heme, amenable to bubble<b style="color:green">;</b><br /><b style="color:red">bp.</b>1 clock hour of lattice 2 o<b style="color:green">.a</b><b style="color:navy">;</b></td>
691 <td>"12 o'clock horseshoe tear, no heme, amenable to bubble" (right periphery field)<br />"1 clock hour of lattice 2 o'clock" (appended to both periphery fields)</td>
692 </tr>
693 <tr>
694 <td>Central Macular Thickness</td><td>Right = rcmt<br />Left = lcmt<br />Both = bcmt or cmt</td>
695 <td><span class="field">rcmt:</span>254<br /><span class="field">cmt:</span>flat</td>
696 <td>254 (right CMT only)<br />flat (both CMT fields)</td>
697 </tr>
698 </table>
699 <br />*<i>case insensitive</i><br />
700 **<i>The default action is to replace the field with the new text.
701 <br />
702 Adding <b>".a"</b> at the end of a <b>text</b> section will append the current text instead of replacing it.
703 <br >For example, entering <b>"bcup:0.5 w/ inf notch.a"</b> will <class="underline bold">append</class> "0.5 with inferior notch"</b>
704 to both the right (rcup) and left cup fields (lcup).</i></small>
705 <br>
707 <br />
708 <a name="abbrev_retina"></a>
709 <h2 class="underline">Retina Shorthand Abbreviations:</h2>
711 The following terms will be expanded from their shorthand to full expression in the EMR fields:
713 <table style="border:1pt solid black;margin:10;width:85%;">
714 <tr class="style3"><th>Enter this:</th><th>Get this:</th></tr>
715 <tr><td>inf</td><td>inferior</td></tr>
716 <tr><td>sup</td><td>superior</td></tr>
717 <tr><td>nas</td><td>nasal</td></tr>
718 <tr><td>temp</td><td>temporal</td></tr>
719 <tr><td>med</td><td>medial</td></tr>
720 <tr><td>lat</td><td>lateral</td></tr>
721 <tr><td>csme</td><td>CSME</td></tr>
722 <tr><td>w/</td><td>with</td></tr>
723 <tr><td>bdr</td><td>BDR</td></tr>
724 <tr><td>ppdr</td><td>PPDR</td></tr>
725 <tr><td>ht</td><td>horsheshoe tear</td></tr>
726 <tr><td>ab</td><td>air bubble</td></tr>
727 <tr><td>c3f8</td><td>C3F8</td></tr>
728 <tr><td>ma</td><td>macroaneurysm</td></tr>
729 <tr><td>tr</td><td>trace</td></tr>
730 <tr><td>mias</td><td>microaneurysm</td></tr>
731 <tr><td>ped</td><td>PED</td></tr>
732 <tr><td>1 o</td><td> 1 o'clock</td></tr>
733 <tr><td>2 o</td><td>2 o'clock</td></tr>
734 <tr><td>3 o</td><td> 3 o'clock</td></tr>
735 <tr><td>4 o</td><td> 4 o'clock</td></tr>
736 <tr><td>5 o</td><td> 5 o'clock</td></tr>
737 <tr><td>6 o</td><td> 6 o'clock</td></tr>
738 <tr><td>7 o</td><td> 7 o'clock</td></tr>
739 <tr><td>8 o</td><td> 8 o'clock</td></tr>
740 <tr><td>9 o</td><td> 9 o'clock</td></tr>
741 <tr><td>10 o</td><td> 10 o'clock</td></tr>
742 <tr><td>11 o</td><td> 11 o'clock</td></tr>
743 <tr><td>12 o</td><td> 12 o'clock</td></tr>
744 <tr><td>mac</td><td>macula</td></tr>
745 <tr><td>fov</td><td>fovea</td></tr>
746 <tr><td>vh</td><td>vitreous hemorrhage</td></tr>
747 </table>
748 </blockquote>
749 </div>
750 </div>
751 </div>
753 <div id="accordion_neuro_group" name="accordion_group" class="ui-accordion" style="text-align:left;margin:10;padding:20;">
754 <div name="neuro">
755 <h3 class="neuro">Neuro: Shorthand Walk Through</h3>
756 <div id="neuro_input" class="neuro" style="text-align:left;margin:0;padding:0;">
757 <blockquote class="style2">
758 <h4 class="underline">Shorthand</h4>
759 <textarea class="kb_entry">scDist;5:8ix 1rht;4:10ix;6:6ix;2:15xt;8:5ix;ccDist;4:5ix;5:ortho;6:ortho;
760 </textarea>
761 <img src="<?php echo $GLOBALS['webroot']; ?>/interface/forms/eye_mag/images/sh_neuro.png" alt="Shorthand Example: Anterior Segment">
762 <br />
763 </blockquote>
764 </div>
765 <h3>Neuro: Example Output</h3>
766 <div id="neuro_output" style="text-align:left;margin:0;padding:20;">
767 <a name="output_neuro"></a>
768 <blockquote class="style2">
769 Input:<br /><br />
770 <b>scDist;5:8ix 1rht;4:10ix;6:6ix;2:15xt;8:5ix;ccDist;4:5ix;5:ortho;6:ortho;</b><br />
771 <br />
772 Output:
773 <br /><br />
774 <div class="output_EMR">
775 <h4>Eye Exam</h4>
776 <img src="<?php echo $GLOBALS['webroot']; ?>/interface/forms/eye_mag/images/sh_neuro_EMR1.png" style="height: 200;width:45%;margin:12 0 0 20;padding-left:10" alt="Shorthand Example: openEMR">
777 <img src="<?php echo $GLOBALS['webroot']; ?>/interface/forms/eye_mag/images/sh_neuro_EMR2.png" style="float:right;height: 200;width:45%;margin:10 0 0 20;padding-left:10" alt="Shorthand Example: openEMR">
778 </div>
779 <div class="output_reports">
780 <h4>Reports</h4>
781 <img src="<?php echo $GLOBALS['webroot']; ?>/interface/forms/eye_mag/images/sh_neuro_report.png" width="75%" alt="Shorthand Example: Reports">
782 </div>
783 </blockquote>
784 </div>
785 <h3>Neuro: Field Codes and Shorthand/Abbreviations</h3>
786 <div id="neuro_codes" style="clear:both; border:0pt solid black;text-align:left;">
787 <blockquote class="style2">
788 <table style="border:1pt solid black;margin:10;width:85%;">
789 <tr class="style3"><th>Clinical Field</th><th>Shorthand* Field</th><th>Example Shorthand**</th><th>EMR: Field text</th></tr>
790 <tr >
791 <td>Default values</td><td>D or d</td>
792 <td><span class="field">d</span>;<br /><span class="field">D</span>;</td>
793 <td>All fields with defined default values are <b>erased</b> and filled with default values.<br />Fields without defined default values are not affected. </td>
794 </tr>
795 <tr>
796 <td>Without correction at Distance</td><td>scDist</td>
797 <td><b style="color:red;">scdist</b><b style="color:green;">;</a></td>
798 <td>scDIST is selected for ensuing values.</td>
799 </tr>
800 <tr>
801 <td>With correction at Distance</td><td>scDist</td>
802 <td><b style="color:red;">ccdist</b><b style="color:green;">;</a></td>
803 <td>ccDIST is selected for ensuing values.</td>
804 </tr><tr>
805 <td>Without correction at Near</td><td>scNear</td>
806 <td><b style="color:red;">scdist</b><b style="color:green;">;</a></td>
807 <td>scDIST is selected for ensuing values.</td>
808 </tr>
809 <tr>
810 <td>With correction at Near</td><td>scNear</td>
811 <td><b style="color:red;">scdist</b><b style="color:green;">;</a></td>
812 <td>scDIST is selected for ensuing values.</td>
813 </tr>
814 </table>
815 <br />*<i>case insensitive</i><br />
816 **<i>The default action is to replace the field with the new text.
817 <br />
818 Adding <b>".a"</b> at the end of a <b>text</b> section will append the current text instead of replacing it.
819 <br >For example, entering <b>"4:5ix.a"</b> will <class="underline bold">append</class> "5 X(T)"</b>
820 to any measurements previously entered into the right gaze field.</i></small>
821 <br>
823 <br />
824 <a name="abbrev_neuro"></a>
825 <h2 class="underline">Neuro Shorthand Abbreviations:</h2>
827 The following terms will be expanded from their shorthand to full expression in the EMR fields:
829 <table style="border:1pt solid black;margin:10;width:85%;">
830 <tr class="style3"><th>Strabismus</th><th>Enter this:</th><th>Get this:</th></tr>
831 <tr><td>Exophoria</td><td>x</td><td>X</td></tr>
832 <tr><td>Intermittent Esotropia</td><td>ie or e(t)</td><td>E(T)</td></tr>
833 <tr><td>Esoptropia</td><td>et</td><td>ET</td></tr>
834 <tr><td>Esophoria</td><td>e</td><td>E</td></tr>
835 <tr><td>Intermittent Exotropia</td><td>ix or x(t)</td><td>X(T)</td></tr>
836 <tr><td>Exoptropia</td><td>xt</td><td>XT</td></tr>
837 <tr><td>Hyperphoria</td><td>h</td><td>H</td></tr>
838 <tr><td>Intermittent Hypertropia</td><td>H(T)</td><td>H(T)</td></tr>
839 <tr><td>Hypertropia</td><td>rht<br />lht</td><td>RHT<br />LHT</td></tr>
840 <tr><td>Hypotropia</td><td>hyt</td><td>HyT</td></tr>
842 </table>
843 </blockquote>
844 </div>
845 </div>
846 </div>
848 </div>
849 </body>
850 </html>
851 <?php
852 exit;