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