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