Simplified code from previous commit
[openemr.git] / contrib / forms / chiro_history / print.php
blobc2c20fa1d3d3b2ca349f28337950d7cabda59f54
1 <?php
2 include_once("../../globals.php");
3 include_once("$srcdir/api.inc");
4 formHeader("Form: chiro_history");
5 ?>
6 <html><head>
7 <link rel=stylesheet href="<?echo $css_header;?>" type="text/css">
8 </head>
9 <body <?echo $top_bg_line;?> topmargin=0 rightmargin=0 leftmargin=2 bottommargin=0 marginwidth=2 marginheight=0>
10 <form method=post action="<?echo $rootdir;?>/forms/chiro_history/save.php?mode=new" name="my_form" onsubmit="return top.restoreSession()">
11 <h1> Chiropractic History </h1>
12 <hr>
13 <input type="submit" name="submit form" value="submit form" /><br>
14 <br>
15 <h3> <? xl("History",'e') ?> </h3>
17 <table>
19 <tr><td>
20 <span class='text'><?php xl('Approximate onset date (yyyy-mm-dd): ','e') ?></span>
21 </td><td>
22 <input type='text' size='10' name='approximate_onset_date' id='approximate_onset_date' onkeyup='datekeyup(this,mypcc)' onblur='dateblur(this,mypcc)' title='yyyy-mm-dd last date of this event' />
23 <img src='../../../interface/pic/show_calendar.gif' align='absbottom' width='24' height='22'
24 id='img_approximate_onset_date' border='0' alt='[?]' style='cursor:pointer'
25 title='Click here to choose a date'>
26 <script>
27 Calendar.setup({inputField:'approximate_onset_date', ifFormat:'%Y-%m-%d', button:'img_approximate_onset_date'});
28 </script>
29 </td></tr>
31 </table>
33 <table>
35 <tr><td> <? xl("Due to",'e') ?> </td> <td><label><input type="checkbox" name="due_to[]" value="Insidious Onset" /> <? xl("Insidious Onset",'e') ?> </label> <label><input type="checkbox" name="due_to[]" value="Trauma" /> <? xl("Trauma",'e') ?> </label> <label><input type="checkbox" name="due_to[]" value="Work Injury" /> <? xl("Work Injury",'e') ?> </label> <label><input type="checkbox" name="due_to[]" value="Personal Injury" /> <? xl("Personal Injury",'e') ?> </label> <label><input type="checkbox" name="due_to[]" value="Auto Collision" /> <? xl("Auto Collision",'e') ?> </label></td></tr>
37 </table>
39 <table>
41 <tr><td> <? xl("Areas involved",'e') ?> </td> <td><label><input type="checkbox" name="areas_involved[]" value="Right" /> <? xl("Right",'e') ?> </label> <label><input type="checkbox" name="areas_involved[]" value="Left" /> <? xl("Left",'e') ?> </label> <label><input type="checkbox" name="areas_involved[]" value="Neck" /> <? xl("Neck",'e') ?> </label> <label><input type="checkbox" name="areas_involved[]" value="Mid Back" /> <? xl("Mid Back",'e') ?> </label> <label><input type="checkbox" name="areas_involved[]" value="Low Back" /> <? xl("Low Back",'e') ?> </label> <label><input type="checkbox" name="areas_involved[]" value="Shoulder" /> <? xl("Shoulder",'e') ?> </label> <label><input type="checkbox" name="areas_involved[]" value="Elbow" /> <? xl("Elbow",'e') ?> </label> <label><input type="checkbox" name="areas_involved[]" value="Hand" /> <? xl("Hand",'e') ?> </label> <label><input type="checkbox" name="areas_involved[]" value="Hip" /> <? xl("Hip",'e') ?> </label> <label><input type="checkbox" name="areas_involved[]" value="Knee" /> <? xl("Knee",'e') ?> </label> <label><input type="checkbox" name="areas_involved[]" value="Foot" /> <? xl("Foot",'e') ?> </label></td></tr>
43 </table>
45 <table>
47 <tr><td> <? xl("Radiating to",'e') ?> </td> <td><label><input type="checkbox" name="radiating_to[]" value="Right" /> <? xl("Right",'e') ?> </label> <label><input type="checkbox" name="radiating_to[]" value="Left" /> <? xl("Left",'e') ?> </label> <label><input type="checkbox" name="radiating_to[]" value="Shoulder" /> <? xl("Shoulder",'e') ?> </label> <label><input type="checkbox" name="radiating_to[]" value="Arm" /> <? xl("Arm",'e') ?> </label> <label><input type="checkbox" name="radiating_to[]" value="Hip" /> <? xl("Hip",'e') ?> </label> <label><input type="checkbox" name="radiating_to[]" value="Leg" /> <? xl("Leg",'e') ?> </label></td></tr>
49 </table>
51 <table>
53 <tr><td> <? xl("Radiating to other",'e') ?> </td> <td><input type="text" name="radiating_to_other" /></td></tr>
55 </table>
57 <table>
59 <tr><td> <? xl("Describe symtoms",'e') ?> </td> <td><label><input type="checkbox" name="describe_symtoms[]" value="Constant" /> <? xl("Constant",'e') ?> </label> <label><input type="checkbox" name="describe_symtoms[]" value="Intermittent" /> <? xl("Intermittent",'e') ?> </label> <label><input type="checkbox" name="describe_symtoms[]" value="Dull Ache" /> <? xl("Dull Ache",'e') ?> </label> <label><input type="checkbox" name="describe_symtoms[]" value="Sharp" /> <? xl("Sharp",'e') ?> </label> <label><input type="checkbox" name="describe_symtoms[]" value="Burning" /> <? xl("Burning",'e') ?> </label></td></tr>
61 </table>
63 <table>
65 <tr><td> <? xl("Pain severity",'e') ?> </td> <td><select name="pain_severity" >
66 <option value=""></option>
67 <option value="1">1</option>
68 <option value="2">2</option>
69 <option value="3">3</option>
70 <option value="4">4</option>
71 <option value="5">5</option>
72 <option value="6">6</option>
73 <option value="7">7</option>
74 <option value="8">8</option>
75 <option value="9">9</option>
76 <option value="10"> <? xl("10",'e') ?> </option>
77 </select></td></tr>
79 </table>
81 <table>
83 <tr><td> <? xl("Associated symptoms",'e') ?> </td> <td><textarea name="associated_symptoms" rows="4" cols="40"></textarea></td></tr>
85 </table>
87 <table>
89 <tr><td> <? xl("Pain with",'e') ?> </td> <td><label><input type="checkbox" name="pain_with[]" value="Cough" /> <? xl("Cough",'e') ?> </label> <label><input type="checkbox" name="pain_with[]" value="Sneeze" /> <? xl("Sneeze",'e') ?> </label> <label><input type="checkbox" name="pain_with[]" value="Deep Breath" /> <? xl("Deep Breath",'e') ?> </label> <label><input type="checkbox" name="pain_with[]" value="Baring Down" /> <? xl("Baring Down",'e') ?> </label></td></tr>
91 </table>
93 <table>
95 <tr><td> <? xl("Describe pain",'e') ?> </td> <td><input type="text" name="describe_pain" /></td></tr>
97 </table>
99 <table>
101 <tr><td> <? xl("Worse",'e') ?> </td> <td><label><input type="checkbox" name="worse[]" value="Bending" /> <? xl("Bending",'e') ?> </label> <label><input type="checkbox" name="worse[]" value="Sitting Rising" /> <? xl("Sitting Rising",'e') ?> </label> <label><input type="checkbox" name="worse[]" value="Turning Neck" /> <? xl("Turning Neck",'e') ?> </label> <label><input type="checkbox" name="worse[]" value="Turning Trunk" /> <? xl("Turning Trunk",'e') ?> </label> <label><input type="checkbox" name="worse[]" value="Turning Lower Back" /> <? xl("Turning Lower Back",'e') ?> </label> <label><input type="checkbox" name="worse[]" value="Standing" /> <? xl("Standing",'e') ?> </label> <label><input type="checkbox" name="worse[]" value="Lying" /> <? xl("Lying",'e') ?> </label> <label><input type="checkbox" name="worse[]" value="Resting" /> <? xl("Resting",'e') ?> </label> <label><input type="checkbox" name="worse[]" value="AM" /> <? xl("AM",'e') ?> </label> <label><input type="checkbox" name="worse[]" value="PM" /> <? xl("PM",'e') ?> </label> <label><input type="checkbox" name="worse[]" value="No Effect" /> <? xl("No Effect",'e') ?> </label></td></tr>
103 </table>
105 <table>
107 <tr><td> <? xl("Worse other",'e') ?> </td> <td><input type="text" name="worse_other" /></td></tr>
109 </table>
111 <table>
113 <tr><td> <? xl("Better",'e') ?> </td> <td><label><input type="checkbox" name="better[]" value="Bending" /> <? xl("Bending",'e') ?> </label> <label><input type="checkbox" name="better[]" value="Sitting Rising" /> <? xl("Sitting Rising",'e') ?> </label> <label><input type="checkbox" name="better[]" value="Turning Neck" /> <? xl("Turning Neck",'e') ?> </label> <label><input type="checkbox" name="better[]" value="Turning Trunk" /> <? xl("Turning Trunk",'e') ?> </label> <label><input type="checkbox" name="better[]" value="Turning Lower Back" /> <? xl("Turning Lower Back",'e') ?> </label> <label><input type="checkbox" name="better[]" value="Standing" /> <? xl("Standing",'e') ?> </label> <label><input type="checkbox" name="better[]" value="Lying" /> <? xl("Lying",'e') ?> </label> <label><input type="checkbox" name="better[]" value="Resting" /> <? xl("Resting",'e') ?> </label> <label><input type="checkbox" name="better[]" value="AM" /> <? xl("AM",'e') ?> </label> <label><input type="checkbox" name="better[]" value="PM" /> <? xl("PM",'e') ?> </label> <label><input type="checkbox" name="better[]" value="No Effect" /> <? xl("No Effect",'e') ?> </label></td></tr>
115 </table>
117 <table>
119 <tr><td> <? xl("Better other",'e') ?> </td> <td><input type="text" name="better_other" /></td></tr>
121 </table>
123 <table>
125 <tr><td> <? xl("Pain effected",'e') ?> </td> <td><label><input type="checkbox" name="pain_effected[]" value="NA" /> <? xl("NA",'e') ?> </label> <label><input type="checkbox" name="pain_effected[]" value="Job" /> <? xl("Job",'e') ?> </label> <label><input type="checkbox" name="pain_effected[]" value="Home" /> <? xl("Home",'e') ?> </label> <label><input type="checkbox" name="pain_effected[]" value="Recreational Activities" /> <? xl("Recreational Activities",'e') ?> </label></td></tr>
127 </table>
129 <table>
131 <tr><td> <? xl("Effected other",'e') ?> </td> <td><input type="text" name="effected_other" /></td></tr>
133 </table>
135 <table>
137 <tr><td> <? xl("Previous history",'e') ?> </td> <td><label><input type="checkbox" name="previous_history[]" value="No" /> <? xl("No",'e') ?> </label> <label><input type="checkbox" name="previous_history[]" value="Yes" /> <? xl("Yes",'e') ?> </label></td></tr>
139 </table>
141 <table>
143 <tr><td> <? xl("Previous history explain",'e') ?> </td> <td><input type="text" name="previous_history_explain" /></td></tr>
145 </table>
147 <table>
149 <tr><td> <? xl("Previous treatment",'e') ?> </td> <td><label><input type="checkbox" name="previous_treatment[]" value="DC" /> <? xl("DC",'e') ?> </label> <label><input type="checkbox" name="previous_treatment[]" value="MD" /> <? xl("MD",'e') ?> </label> <label><input type="checkbox" name="previous_treatment[]" value="PT" /> <? xl("PT",'e') ?> </label></td></tr>
151 </table>
153 <table>
155 <tr><td> <? xl("Previous treatment other",'e') ?> </td> <td><input type="text" name="previous_treatment_other" /></td></tr>
157 </table>
159 <table>
161 <tr><td> <? xl("Current treatment",'e') ?> </td> <td><label><input type="checkbox" name="current_treatment[]" value="DC" /> <? xl("DC",'e') ?> </label> <label><input type="checkbox" name="current_treatment[]" value="MD" /> <? xl("MD",'e') ?> </label> <label><input type="checkbox" name="current_treatment[]" value="PT" /> <? xl("PT",'e') ?> </label></td></tr>
163 </table>
165 <table>
167 <tr><td> <? xl("Current treatment other",'e') ?> </td> <td><input type="text" name="current_treatment_other" /></td></tr>
169 </table>
171 <table>
173 <tr><td> <? xl("Recent scans",'e') ?> </td> <td><label><input type="checkbox" name="recent_scans[]" value="X-Rays" /> <? xl("X-Rays",'e') ?> </label> <label><input type="checkbox" name="recent_scans[]" value="MRI" /> <? xl("MRI",'e') ?> </label> <label><input type="checkbox" name="recent_scans[]" value="CT" /> <? xl("CT",'e') ?> </label></td></tr>
175 </table>
177 <table>
179 <tr><td>
180 <span class='text'><?php xl('Scan date (yyyy-mm-dd): ','e') ?></span>
181 </td><td>
182 <input type='text' size='10' name='scan_date' id='scan_date' onkeyup='datekeyup(this,mypcc)' onblur='dateblur(this,mypcc)' title='yyyy-mm-dd last date of this event' />
183 <img src='../../../interface/pic/show_calendar.gif' align='absbottom' width='24' height='22'
184 id='img_scan_date' border='0' alt='[?]' style='cursor:pointer'
185 title='Click here to choose a date'>
186 <script>
187 Calendar.setup({inputField:'scan_date', ifFormat:'%Y-%m-%d', button:'img_scan_date'});
188 </script>
189 </td></tr>
191 </table>
193 <table>
195 <tr><td> <? xl("Scan location",'e') ?> </td> <td><input type="text" name="scan_location" /></td></tr>
197 </table>
199 <table>
201 <tr><td> <? xl("Medications",'e') ?> </td> <td><label><input type="checkbox" name="medications[]" value="NSAIDS" /> <? xl("NSAIDS",'e') ?> </label> <label><input type="checkbox" name="medications[]" value="Muscle Relaxer" /> <? xl("Muscle Relaxer",'e') ?> </label></td></tr>
203 </table>
205 <table>
207 <tr><td> <? xl("Medications other",'e') ?> </td> <td><input type="text" name="medications_other" /></td></tr>
209 </table>
211 <table>
213 <tr><td> <? xl("Vitamins supplements",'e') ?> </td> <td><label><input type="checkbox" name="vitamins_supplements[]" value="Mulivitamin" /> <? xl("Mulivitamin",'e') ?> </label> <label><input type="checkbox" name="vitamins_supplements[]" value="Calcium" /> <? xl("Calcium",'e') ?> </label> <label><input type="checkbox" name="vitamins_supplements[]" value="Fish Oil" /> <? xl("Fish Oil",'e') ?> </label></td></tr>
215 </table>
217 <table>
219 <tr><td> <? xl("Vitamins supplements other",'e') ?> </td> <td><input type="text" name="vitamins_supplements_other" /></td></tr>
221 </table>
223 <table>
225 <tr><td> <? xl("Recent or major surgeries",'e') ?> </td> <td><input type="text" name="recent_or_major_surgeries" /></td></tr>
227 </table>
229 <table>
231 <tr><td> <? xl("Current or past health problems",'e') ?> </td> <td><input type="text" name="current_or_past_health_problems" /></td></tr>
233 </table>
235 <table>
237 <tr><td> <? xl("Family history of major illness",'e') ?> </td> <td><input type="text" name="family_history_of_major_illness" /></td></tr>
239 </table>
240 <br>
241 <h3> <? xl("Musculosketal Exam",'e') ?> </h3>
242 <br>
243 <h3> <? xl("Constitutional",'e') ?> </h3>
245 <table>
247 <tr><td> <? xl("Ht",'e') ?> </td> <td><input type="text" name="ht" /></td></tr>
249 </table>
251 <table>
253 <tr><td> <? xl("Wt",'e') ?> </td> <td><input type="text" name="wt" /></td></tr>
255 </table>
257 <table>
259 <tr><td> <? xl("Bp",'e') ?> </td> <td><input type="text" name="bp" /></td></tr>
261 </table>
263 <table>
265 <tr><td> <? xl("General appearance",'e') ?> </td> <td><label><input type="checkbox" name="general_appearance[]" value="Normal" /> <? xl("Normal",'e') ?> </label> <label><input type="checkbox" name="general_appearance[]" value="Other" /> <? xl("Other",'e') ?> </label></td></tr>
267 </table>
269 <table>
271 <tr><td> <? xl("General appearance other",'e') ?> </td> <td><input type="text" name="general_appearance_other" /></td></tr>
273 </table>
275 <table>
277 <tr><td> <? xl("Current symptoms",'e') ?> </td> <td><label><input type="checkbox" name="current_symptoms[]" value="Cervical" /> <? xl("Cervical",'e') ?> </label> <label><input type="checkbox" name="current_symptoms[]" value="Thoracic" /> <? xl("Thoracic",'e') ?> </label> <label><input type="checkbox" name="current_symptoms[]" value="Lumbar" /> <? xl("Lumbar",'e') ?> </label> <label><input type="checkbox" name="current_symptoms[]" value="SI" /> <? xl("SI",'e') ?> </label> <label><input type="checkbox" name="current_symptoms[]" value="Other" /> <? xl("Other",'e') ?> </label></td></tr>
279 </table>
281 <table>
283 <tr><td> <? xl("Symptoms other",'e') ?> </td> <td><input type="text" name="symptoms_other" /></td></tr>
285 </table>
286 <br>
287 <h3> <? xl("Mechanical MecKenzie Exam",'e') ?> </h3>
289 <table>
291 <tr><td> <? xl("Cervical",'e') ?> </td> <td><label><input type="checkbox" name="cervical" value="yes" /></label></td></tr>
293 </table>
295 <table>
297 <tr><td> <? xl("Cervical wnl",'e') ?> </td> <td><input type="text" name="cervical_wnl" /></td></tr>
299 </table>
301 <table>
303 <tr><td> <? xl("Thoracic",'e') ?> </td> <td><label><input type="checkbox" name="thoracic" value="yes" /></label></td></tr>
305 </table>
307 <table>
309 <tr><td> <? xl("Thoracic wnl",'e') ?> </td> <td><input type="text" name="thoracic_wnl" /></td></tr>
311 </table>
313 <table>
315 <tr><td> <? xl("Lumbar",'e') ?> </td> <td><label><input type="checkbox" name="lumbar" value="yes" /></label></td></tr>
317 </table>
319 <table>
321 <tr><td> <? xl("Lumbar wnl",'e') ?> </td> <td><input type="text" name="lumbar_wnl" /></td></tr>
323 </table>
325 <table>
327 <tr><td> <? xl("Cerv rom",'e') ?> </td> <td><label><input type="checkbox" name="cerv_rom[]" value="Subject" /> <? xl("Subject",'e') ?> </label> <label><input type="checkbox" name="cerv_rom[]" value="Object" /> <? xl("Object",'e') ?> </label> <label><input type="checkbox" name="cerv_rom[]" value="WNL" /> <? xl("WNL",'e') ?> </label></td></tr>
329 </table>
331 <table>
333 <tr><td> <? xl("Cerv flexion rom",'e') ?> </td> <td><input type="text" name="cerv_flexion_rom" /></td></tr>
335 </table>
337 <table>
339 <tr><td> <? xl("Cerv flexion pain",'e') ?> </td> <td><label><input type="checkbox" name="cerv_flexion_pain" value="yes" /></label></td></tr>
341 </table>
343 <table>
345 <tr><td> <? xl("Cerv flexion response",'e') ?> </td> <td><input type="text" name="cerv_flexion_response" /></td></tr>
347 </table>
349 <table>
351 <tr><td> <? xl("Cerv extension rom",'e') ?> </td> <td><input type="text" name="cerv_extension_rom" /></td></tr>
353 </table>
355 <table>
357 <tr><td> <? xl("Cerv extension pain",'e') ?> </td> <td><label><input type="checkbox" name="cerv_extension_pain" value="yes" /></label></td></tr>
359 </table>
361 <table>
363 <tr><td> <? xl("Cerv extension response",'e') ?> </td> <td><input type="text" name="cerv_extension_response" /></td></tr>
365 </table>
367 <table>
369 <tr><td> <? xl("Cerv lt lat flex rom",'e') ?> </td> <td><input type="text" name="cerv_lt_lat_flex_rom" /></td></tr>
371 </table>
373 <table>
375 <tr><td> <? xl("Cerv lt lat flex pain",'e') ?> </td> <td><label><input type="checkbox" name="cerv_lt_lat_flex_pain" value="yes" /></label></td></tr>
377 </table>
379 <table>
381 <tr><td> <? xl("Cerv lt lat flex response",'e') ?> </td> <td><input type="text" name="cerv_lt_lat_flex_response" /></td></tr>
383 </table>
385 <table>
387 <tr><td> <? xl("Cerv rt lat flex rom",'e') ?> </td> <td><input type="text" name="cerv_rt_lat_flex_rom" /></td></tr>
389 </table>
391 <table>
393 <tr><td> <? xl("Cerv rt lat flex pain",'e') ?> </td> <td><label><input type="checkbox" name="cerv_rt_lat_flex_pain" value="yes" /></label></td></tr>
395 </table>
397 <table>
399 <tr><td> <? xl("Cerv rt lat flex response",'e') ?> </td> <td><input type="text" name="cerv_rt_lat_flex_response" /></td></tr>
401 </table>
403 <table>
405 <tr><td> <? xl("Cerv lt rotation rom",'e') ?> </td> <td><input type="text" name="cerv_lt_rotation_rom" /></td></tr>
407 </table>
409 <table>
411 <tr><td> <? xl("Cerv lt rotation pain",'e') ?> </td> <td><label><input type="checkbox" name="cerv_lt_rotation_pain" value="yes" /></label></td></tr>
413 </table>
415 <table>
417 <tr><td> <? xl("Cerv lt rotation response",'e') ?> </td> <td><input type="text" name="cerv_lt_rotation_response" /></td></tr>
419 </table>
421 <table>
423 <tr><td> <? xl("Cerv rt rotation rom",'e') ?> </td> <td><input type="text" name="cerv_rt_rotation_rom" /></td></tr>
425 </table>
427 <table>
429 <tr><td> <? xl("Cerv rt rotation pain",'e') ?> </td> <td><label><input type="checkbox" name="cerv_rt_rotation_pain" value="yes" /></label></td></tr>
431 </table>
433 <table>
435 <tr><td> <? xl("Cerv rt rotation response",'e') ?> </td> <td><input type="text" name="cerv_rt_rotation_response" /></td></tr>
437 </table>
439 <table>
441 <tr><td> <? xl("Thor rom",'e') ?> </td> <td><label><input type="checkbox" name="thor_rom[]" value="Subject" /> <? xl("Subject",'e') ?> </label> <label><input type="checkbox" name="thor_rom[]" value="Object" /> <? xl("Object",'e') ?> </label> <label><input type="checkbox" name="thor_rom[]" value="WNL" /> <? xl("WNL",'e') ?> </label></td></tr>
443 </table>
445 <table>
447 <tr><td> <? xl("Thor flexion rom",'e') ?> </td> <td><input type="text" name="thor_flexion_rom" /></td></tr>
449 </table>
451 <table>
453 <tr><td> <? xl("Thor flexion pain",'e') ?> </td> <td><label><input type="checkbox" name="thor_flexion_pain" value="yes" /></label></td></tr>
455 </table>
457 <table>
459 <tr><td> <? xl("Thor flexion response",'e') ?> </td> <td><input type="text" name="thor_flexion_response" /></td></tr>
461 </table>
463 <table>
465 <tr><td> <? xl("Thor extension rom",'e') ?> </td> <td><input type="text" name="thor_extension_rom" /></td></tr>
467 </table>
469 <table>
471 <tr><td> <? xl("Thor extension pain",'e') ?> </td> <td><label><input type="checkbox" name="thor_extension_pain" value="yes" /></label></td></tr>
473 </table>
475 <table>
477 <tr><td> <? xl("Thor extension response",'e') ?> </td> <td><input type="text" name="thor_extension_response" /></td></tr>
479 </table>
481 <table>
483 <tr><td> <? xl("Thor lt lat flex rom",'e') ?> </td> <td><input type="text" name="thor_lt_lat_flex_rom" /></td></tr>
485 </table>
487 <table>
489 <tr><td> <? xl("Thor lt lat flex pain",'e') ?> </td> <td><label><input type="checkbox" name="thor_lt_lat_flex_pain" value="yes" /></label></td></tr>
491 </table>
493 <table>
495 <tr><td> <? xl("Thor lt lat flex response",'e') ?> </td> <td><input type="text" name="thor_lt_lat_flex_response" /></td></tr>
497 </table>
499 <table>
501 <tr><td> <? xl("Thor rt lat flex rom",'e') ?> </td> <td><input type="text" name="thor_rt_lat_flex_rom" /></td></tr>
503 </table>
505 <table>
507 <tr><td> <? xl("Thor rt lat flex pain",'e') ?> </td> <td><label><input type="checkbox" name="thor_rt_lat_flex_pain" value="yes" /></label></td></tr>
509 </table>
511 <table>
513 <tr><td> <? xl("Thor rt lat flex response",'e') ?> </td> <td><input type="text" name="thor_rt_lat_flex_response" /></td></tr>
515 </table>
517 <table>
519 <tr><td> <? xl("Thor lt rotation rom",'e') ?> </td> <td><input type="text" name="thor_lt_rotation_rom" /></td></tr>
521 </table>
523 <table>
525 <tr><td> <? xl("Thor lt rotation pain",'e') ?> </td> <td><label><input type="checkbox" name="thor_lt_rotation_pain" value="yes" /></label></td></tr>
527 </table>
529 <table>
531 <tr><td> <? xl("Thor lt rotation response",'e') ?> </td> <td><input type="text" name="thor_lt_rotation_response" /></td></tr>
533 </table>
535 <table>
537 <tr><td> <? xl("Thor rt rotation rom",'e') ?> </td> <td><input type="text" name="thor_rt_rotation_rom" /></td></tr>
539 </table>
541 <table>
543 <tr><td> <? xl("Thor rt rotation pain",'e') ?> </td> <td><label><input type="checkbox" name="thor_rt_rotation_pain" value="yes" /></label></td></tr>
545 </table>
547 <table>
549 <tr><td> <? xl("Thor rt rotation response",'e') ?> </td> <td><input type="text" name="thor_rt_rotation_response" /></td></tr>
551 </table>
553 <table>
555 <tr><td> <? xl("Lumb rom",'e') ?> </td> <td><label><input type="checkbox" name="lumb_rom[]" value="Subject" /> <? xl("Subject",'e') ?> </label> <label><input type="checkbox" name="lumb_rom[]" value="Object" /> <? xl("Object",'e') ?> </label> <label><input type="checkbox" name="lumb_rom[]" value="WNL" /> <? xl("WNL",'e') ?> </label></td></tr>
557 </table>
559 <table>
561 <tr><td> <? xl("Lumb flexion rom",'e') ?> </td> <td><input type="text" name="lumb_flexion_rom" /></td></tr>
563 </table>
565 <table>
567 <tr><td> <? xl("Lumb flexion pain",'e') ?> </td> <td><label><input type="checkbox" name="lumb_flexion_pain" value="yes" /></label></td></tr>
569 </table>
571 <table>
573 <tr><td> <? xl("Lumb flexion response",'e') ?> </td> <td><input type="text" name="lumb_flexion_response" /></td></tr>
575 </table>
577 <table>
579 <tr><td> <? xl("Lumb extension rom",'e') ?> </td> <td><input type="text" name="lumb_extension_rom" /></td></tr>
581 </table>
583 <table>
585 <tr><td> <? xl("Lumb extension pain",'e') ?> </td> <td><label><input type="checkbox" name="lumb_extension_pain" value="yes" /></label></td></tr>
587 </table>
589 <table>
591 <tr><td> <? xl("Lumb extension response",'e') ?> </td> <td><input type="text" name="lumb_extension_response" /></td></tr>
593 </table>
595 <table>
597 <tr><td> <? xl("Lumb lt lat flex rom",'e') ?> </td> <td><input type="text" name="lumb_lt_lat_flex_rom" /></td></tr>
599 </table>
601 <table>
603 <tr><td> <? xl("Lumb lt lat flex pain",'e') ?> </td> <td><label><input type="checkbox" name="lumb_lt_lat_flex_pain" value="yes" /></label></td></tr>
605 </table>
607 <table>
609 <tr><td> <? xl("Lumb lt lat flex response",'e') ?> </td> <td><input type="text" name="lumb_lt_lat_flex_response" /></td></tr>
611 </table>
613 <table>
615 <tr><td> <? xl("Lumb rt lat flex rom",'e') ?> </td> <td><input type="text" name="lumb_rt_lat_flex_rom" /></td></tr>
617 </table>
619 <table>
621 <tr><td> <? xl("Lumb rt lat flex pain",'e') ?> </td> <td><label><input type="checkbox" name="lumb_rt_lat_flex_pain" value="yes" /></label></td></tr>
623 </table>
625 <table>
627 <tr><td> <? xl("Lumb rt lat flex response",'e') ?> </td> <td><input type="text" name="lumb_rt_lat_flex_response" /></td></tr>
629 </table>
631 <table>
633 <tr><td> <? xl("Lumb lt rotation rom",'e') ?> </td> <td><input type="text" name="lumb_lt_rotation_rom" /></td></tr>
635 </table>
637 <table>
639 <tr><td> <? xl("Lumb lt rotation pain",'e') ?> </td> <td><label><input type="checkbox" name="lumb_lt_rotation_pain" value="yes" /></label></td></tr>
641 </table>
643 <table>
645 <tr><td> <? xl("Lumb lt rotation response",'e') ?> </td> <td><input type="text" name="lumb_lt_rotation_response" /></td></tr>
647 </table>
649 <table>
651 <tr><td> <? xl("Lumb rt rotation rom",'e') ?> </td> <td><input type="text" name="lumb_rt_rotation_rom" /></td></tr>
653 </table>
655 <table>
657 <tr><td> <? xl("Lumb rt rotation pain",'e') ?> </td> <td><label><input type="checkbox" name="lumb_rt_rotation_pain" value="yes" /></label></td></tr>
659 </table>
661 <table>
663 <tr><td> <? xl("Lumb rt rotation response",'e') ?> </td> <td><input type="text" name="lumb_rt_rotation_response" /></td></tr>
665 </table>
666 <br>
667 <h3> <? xl("Orthopedic Neurological",'e') ?> </h3>
669 <table>
671 <tr><td> <? xl("Cervical test",'e') ?> </td> <td><label><input type="checkbox" name="cervical_test" value="yes" /></label></td></tr>
673 </table>
675 <table>
677 <tr><td> <? xl("Lt cervical comp",'e') ?> </td> <td><label><input type="checkbox" name="lt_cervical_comp[]" value="Negative" /> <? xl("Negative",'e') ?> </label> <label><input type="checkbox" name="lt_cervical_comp[]" value="Positive" /> <? xl("Positive",'e') ?> </label></td></tr>
679 </table>
681 <table>
683 <tr><td> <? xl("Lt cervical comp response",'e') ?> </td> <td><input type="text" name="lt_cervical_comp_response" /></td></tr>
685 </table>
687 <table>
689 <tr><td> <? xl("Rt cervical comp",'e') ?> </td> <td><label><input type="checkbox" name="rt_cervical_comp[]" value="Negative" /> <? xl("Negative",'e') ?> </label> <label><input type="checkbox" name="rt_cervical_comp[]" value="Positive" /> <? xl("Positive",'e') ?> </label></td></tr>
691 </table>
693 <table>
695 <tr><td> <? xl("Rt cervical comp response",'e') ?> </td> <td><input type="text" name="rt_cervical_comp_response" /></td></tr>
697 </table>
699 <table>
701 <tr><td> <? xl("Soto hall",'e') ?> </td> <td><label><input type="checkbox" name="soto_hall[]" value="Negative" /> <? xl("Negative",'e') ?> </label> <label><input type="checkbox" name="soto_hall[]" value="Positive" /> <? xl("Positive",'e') ?> </label></td></tr>
703 </table>
705 <table>
707 <tr><td> <? xl("Soto hall response",'e') ?> </td> <td><input type="text" name="soto_hall_response" /></td></tr>
709 </table>
711 <table>
713 <tr><td> <? xl("Lt shoulder depression",'e') ?> </td> <td><label><input type="checkbox" name="lt_shoulder_depression[]" value="Negative" /> <? xl("Negative",'e') ?> </label> <label><input type="checkbox" name="lt_shoulder_depression[]" value="Positive" /> <? xl("Positive",'e') ?> </label></td></tr>
715 </table>
717 <table>
719 <tr><td> <? xl("Lt shoulder depression response",'e') ?> </td> <td><input type="text" name="lt_shoulder_depression_response" /></td></tr>
721 </table>
723 <table>
725 <tr><td> <? xl("Rt shoulder depression",'e') ?> </td> <td><label><input type="checkbox" name="rt_shoulder_depression[]" value="Negative" /> <? xl("Negative",'e') ?> </label> <label><input type="checkbox" name="rt_shoulder_depression[]" value="Positive" /> <? xl("Positive",'e') ?> </label></td></tr>
727 </table>
729 <table>
731 <tr><td> <? xl("Rt shoulder depression response",'e') ?> </td> <td><input type="text" name="rt_shoulder_depression_response" /></td></tr>
733 </table>
735 <table>
737 <tr><td> <? xl("Ditraction test",'e') ?> </td> <td><label><input type="checkbox" name="ditraction_test[]" value="Negative" /> <? xl("Negative",'e') ?> </label> <label><input type="checkbox" name="ditraction_test[]" value="Positive" /> <? xl("Positive",'e') ?> </label></td></tr>
739 </table>
741 <table>
743 <tr><td> <? xl("Ditraction test response",'e') ?> </td> <td><input type="text" name="ditraction_test_response" /></td></tr>
745 </table>
747 <table>
749 <tr><td> <? xl("Extremity other",'e') ?> </td> <td><label><input type="checkbox" name="extremity_other[]" value="Negative" /> <? xl("Negative",'e') ?> </label> <label><input type="checkbox" name="extremity_other[]" value="Positive" /> <? xl("Positive",'e') ?> </label></td></tr>
751 </table>
753 <table>
755 <tr><td> <? xl("Extremity other response",'e') ?> </td> <td><input type="text" name="extremity_other_response" /></td></tr>
757 </table>
759 <table>
761 <tr><td> <? xl("Lumbar test",'e') ?> </td> <td><label><input type="checkbox" name="lumbar_test" value="yes" /></label></td></tr>
763 </table>
765 <table>
767 <tr><td> <? xl("Left slr",'e') ?> </td> <td><label><input type="checkbox" name="left_slr[]" value="Negative" /> <? xl("Negative",'e') ?> </label> <label><input type="checkbox" name="left_slr[]" value="Positive" /> <? xl("Positive",'e') ?> </label></td></tr>
769 </table>
771 <table>
773 <tr><td> <? xl("Left slr response",'e') ?> </td> <td><input type="text" name="left_slr_response" /></td></tr>
775 </table>
777 <table>
779 <tr><td> <? xl("Right slr",'e') ?> </td> <td><label><input type="checkbox" name="right_slr[]" value="Negative" /> <? xl("Negative",'e') ?> </label> <label><input type="checkbox" name="right_slr[]" value="Positive" /> <? xl("Positive",'e') ?> </label></td></tr>
781 </table>
783 <table>
785 <tr><td> <? xl("Right slr response",'e') ?> </td> <td><input type="text" name="right_slr_response" /></td></tr>
787 </table>
789 <table>
791 <tr><td> <? xl("Lt braggards",'e') ?> </td> <td><label><input type="checkbox" name="lt_braggards[]" value="Negative" /> <? xl("Negative",'e') ?> </label> <label><input type="checkbox" name="lt_braggards[]" value="Positive" /> <? xl("Positive",'e') ?> </label></td></tr>
793 </table>
795 <table>
797 <tr><td> <? xl("Lt braggards response",'e') ?> </td> <td><input type="text" name="lt_braggards_response" /></td></tr>
799 </table>
801 <table>
803 <tr><td> <? xl("Rt braggards",'e') ?> </td> <td><label><input type="checkbox" name="rt_braggards[]" value="Negative" /> <? xl("Negative",'e') ?> </label> <label><input type="checkbox" name="rt_braggards[]" value="Positive" /> <? xl("Positive",'e') ?> </label></td></tr>
805 </table>
807 <table>
809 <tr><td> <? xl("Rt braggards response",'e') ?> </td> <td><input type="text" name="rt_braggards_response" /></td></tr>
811 </table>
813 <table>
815 <tr><td> <? xl("Lt patricks faber",'e') ?> </td> <td><label><input type="checkbox" name="lt_patricks_faber[]" value="Negative" /> <? xl("Negative",'e') ?> </label> <label><input type="checkbox" name="lt_patricks_faber[]" value="Positive" /> <? xl("Positive",'e') ?> </label></td></tr>
817 </table>
819 <table>
821 <tr><td> <? xl("Lt patricks faber response",'e') ?> </td> <td><input type="text" name="lt_patricks_faber_response" /></td></tr>
823 </table>
825 <table>
827 <tr><td> <? xl("Rt patricks faber",'e') ?> </td> <td><label><input type="checkbox" name="rt_patricks_faber[]" value="Negative" /> <? xl("Negative",'e') ?> </label> <label><input type="checkbox" name="rt_patricks_faber[]" value="Positive" /> <? xl("Positive",'e') ?> </label></td></tr>
829 </table>
831 <table>
833 <tr><td> <? xl("Rt patricks faber response",'e') ?> </td> <td><input type="text" name="rt_patricks_faber_response" /></td></tr>
835 </table>
837 <table>
839 <tr><td> <? xl("Lt elys",'e') ?> </td> <td><label><input type="checkbox" name="lt_elys[]" value="Negative" /> <? xl("Negative",'e') ?> </label> <label><input type="checkbox" name="lt_elys[]" value="Positive" /> <? xl("Positive",'e') ?> </label></td></tr>
841 </table>
843 <table>
845 <tr><td> <? xl("Lt elys response",'e') ?> </td> <td><input type="text" name="lt_elys_response" /></td></tr>
847 </table>
849 <table>
851 <tr><td> <? xl("Rt elys",'e') ?> </td> <td><label><input type="checkbox" name="rt_elys[]" value="Negative" /> <? xl("Negative",'e') ?> </label> <label><input type="checkbox" name="rt_elys[]" value="Positive" /> <? xl("Positive",'e') ?> </label></td></tr>
853 </table>
855 <table>
857 <tr><td> <? xl("Rt elys response",'e') ?> </td> <td><input type="text" name="rt_elys_response" /></td></tr>
859 </table>
861 <table>
863 <tr><td> <? xl("Milgrams",'e') ?> </td> <td><label><input type="checkbox" name="milgrams[]" value="Negative" /> <? xl("Negative",'e') ?> </label> <label><input type="checkbox" name="milgrams[]" value="Positive" /> <? xl("Positive",'e') ?> </label></td></tr>
865 </table>
867 <table>
869 <tr><td> <? xl("Milgrams response",'e') ?> </td> <td><input type="text" name="milgrams_response" /></td></tr>
871 </table>
873 <table>
875 <tr><td> <? xl("Lt yeomans",'e') ?> </td> <td><label><input type="checkbox" name="lt_yeomans[]" value="Negative" /> <? xl("Negative",'e') ?> </label> <label><input type="checkbox" name="lt_yeomans[]" value="Positive" /> <? xl("Positive",'e') ?> </label></td></tr>
877 </table>
879 <table>
881 <tr><td> <? xl("Lt yeomans response",'e') ?> </td> <td><input type="text" name="lt_yeomans_response" /></td></tr>
883 </table>
885 <table>
887 <tr><td> <? xl("Rt yeomans",'e') ?> </td> <td><label><input type="checkbox" name="rt_yeomans[]" value="Negative" /> <? xl("Negative",'e') ?> </label> <label><input type="checkbox" name="rt_yeomans[]" value="Positive" /> <? xl("Positive",'e') ?> </label></td></tr>
889 </table>
891 <table>
893 <tr><td> <? xl("Rt yeomans response",'e') ?> </td> <td><input type="text" name="rt_yeomans_response" /></td></tr>
895 </table>
896 <br>
897 <h3> <? xl("Palpatory Tenderness",'e') ?> </h3>
899 <table>
901 <tr><td> <? xl("Oc c1",'e') ?> </td> <td><label><input type="checkbox" name="oc_c1[]" value="Left" /> <? xl("Left",'e') ?> </label> <label><input type="checkbox" name="oc_c1[]" value="Right" /> <? xl("Right",'e') ?> </label></td></tr>
903 </table>
905 <table>
907 <tr><td> <? xl("C1 c2",'e') ?> </td> <td><label><input type="checkbox" name="c1_c2[]" value="Left" /> <? xl("Left",'e') ?> </label> <label><input type="checkbox" name="c1_c2[]" value="Right" /> <? xl("Right",'e') ?> </label></td></tr>
909 </table>
911 <table>
913 <tr><td> <? xl("C2 c3",'e') ?> </td> <td><label><input type="checkbox" name="c2_c3[]" value="Left" /> <? xl("Left",'e') ?> </label> <label><input type="checkbox" name="c2_c3[]" value="Right" /> <? xl("Right",'e') ?> </label></td></tr>
915 </table>
917 <table>
919 <tr><td> <? xl("C3 c4",'e') ?> </td> <td><label><input type="checkbox" name="c3_c4[]" value="Left" /> <? xl("Left",'e') ?> </label> <label><input type="checkbox" name="c3_c4[]" value="Right" /> <? xl("Right",'e') ?> </label></td></tr>
921 </table>
923 <table>
925 <tr><td> <? xl("C4 c5",'e') ?> </td> <td><label><input type="checkbox" name="c4_c5[]" value="Left" /> <? xl("Left",'e') ?> </label> <label><input type="checkbox" name="c4_c5[]" value="Right" /> <? xl("Right",'e') ?> </label></td></tr>
927 </table>
929 <table>
931 <tr><td> <? xl("C5 c6",'e') ?> </td> <td><label><input type="checkbox" name="c5_c6[]" value="Left" /> <? xl("Left",'e') ?> </label> <label><input type="checkbox" name="c5_c6[]" value="Right" /> <? xl("Right",'e') ?> </label></td></tr>
933 </table>
935 <table>
937 <tr><td> <? xl("C6 c7",'e') ?> </td> <td><label><input type="checkbox" name="c6_c7[]" value="Left" /> <? xl("Left",'e') ?> </label> <label><input type="checkbox" name="c6_c7[]" value="Right" /> <? xl("Right",'e') ?> </label></td></tr>
939 </table>
941 <table>
943 <tr><td> <? xl("C7 t1",'e') ?> </td> <td><label><input type="checkbox" name="c7_t1[]" value="Left" /> <? xl("Left",'e') ?> </label> <label><input type="checkbox" name="c7_t1[]" value="Right" /> <? xl("Right",'e') ?> </label></td></tr>
945 </table>
947 <table>
949 <tr><td> <? xl("T1 t2",'e') ?> </td> <td><label><input type="checkbox" name="t1_t2[]" value="Left" /> <? xl("Left",'e') ?> </label> <label><input type="checkbox" name="t1_t2[]" value="Right" /> <? xl("Right",'e') ?> </label></td></tr>
951 </table>
953 <table>
955 <tr><td> <? xl("T2 t3",'e') ?> </td> <td><label><input type="checkbox" name="t2_t3[]" value="Left" /> <? xl("Left",'e') ?> </label> <label><input type="checkbox" name="t2_t3[]" value="Right" /> <? xl("Right",'e') ?> </label></td></tr>
957 </table>
959 <table>
961 <tr><td> <? xl("T3 t4",'e') ?> </td> <td><label><input type="checkbox" name="t3_t4[]" value="Left" /> <? xl("Left",'e') ?> </label> <label><input type="checkbox" name="t3_t4[]" value="Right" /> <? xl("Right",'e') ?> </label></td></tr>
963 </table>
965 <table>
967 <tr><td> <? xl("T4 t5",'e') ?> </td> <td><label><input type="checkbox" name="t4_t5[]" value="Left" /> <? xl("Left",'e') ?> </label> <label><input type="checkbox" name="t4_t5[]" value="Right" /> <? xl("Right",'e') ?> </label></td></tr>
969 </table>
971 <table>
973 <tr><td> <? xl("T5 t6",'e') ?> </td> <td><label><input type="checkbox" name="t5_t6[]" value="Left" /> <? xl("Left",'e') ?> </label> <label><input type="checkbox" name="t5_t6[]" value="Right" /> <? xl("Right",'e') ?> </label></td></tr>
975 </table>
977 <table>
979 <tr><td> <? xl("T6 t7",'e') ?> </td> <td><label><input type="checkbox" name="t6_t7[]" value="Left" /> <? xl("Left",'e') ?> </label> <label><input type="checkbox" name="t6_t7[]" value="Right" /> <? xl("Right",'e') ?> </label></td></tr>
981 </table>
983 <table>
985 <tr><td> <? xl("T7 t8",'e') ?> </td> <td><label><input type="checkbox" name="t7_t8[]" value="Left" /> <? xl("Left",'e') ?> </label> <label><input type="checkbox" name="t7_t8[]" value="Right" /> <? xl("Right",'e') ?> </label></td></tr>
987 </table>
989 <table>
991 <tr><td> <? xl("T8 t9",'e') ?> </td> <td><label><input type="checkbox" name="t8_t9[]" value="Left" /> <? xl("Left",'e') ?> </label> <label><input type="checkbox" name="t8_t9[]" value="Right" /> <? xl("Right",'e') ?> </label></td></tr>
993 </table>
995 <table>
997 <tr><td> <? xl("T9 t10",'e') ?> </td> <td><label><input type="checkbox" name="t9_t10[]" value="Left" /> <? xl("Left",'e') ?> </label> <label><input type="checkbox" name="t9_t10[]" value="Right" /> <? xl("Right",'e') ?> </label></td></tr>
999 </table>
1001 <table>
1003 <tr><td> <? xl("T10 t11",'e') ?> </td> <td><label><input type="checkbox" name="t10_t11[]" value="Left" /> <? xl("Left",'e') ?> </label> <label><input type="checkbox" name="t10_t11[]" value="Right" /> <? xl("Right",'e') ?> </label></td></tr>
1005 </table>
1007 <table>
1009 <tr><td> <? xl("T11 t12",'e') ?> </td> <td><label><input type="checkbox" name="t11_t12[]" value="Left" /> <? xl("Left",'e') ?> </label> <label><input type="checkbox" name="t11_t12[]" value="Right" /> <? xl("Right",'e') ?> </label></td></tr>
1011 </table>
1013 <table>
1015 <tr><td> <? xl("T12 l1",'e') ?> </td> <td><label><input type="checkbox" name="t12_l1[]" value="Left" /> <? xl("Left",'e') ?> </label> <label><input type="checkbox" name="t12_l1[]" value="Right" /> <? xl("Right",'e') ?> </label></td></tr>
1017 </table>
1019 <table>
1021 <tr><td> <? xl("L1 l2",'e') ?> </td> <td><label><input type="checkbox" name="l1_l2[]" value="Left" /> <? xl("Left",'e') ?> </label> <label><input type="checkbox" name="l1_l2[]" value="Right" /> <? xl("Right",'e') ?> </label></td></tr>
1023 </table>
1025 <table>
1027 <tr><td> <? xl("L2 l3",'e') ?> </td> <td><label><input type="checkbox" name="l2_l3[]" value="Left" /> <? xl("Left",'e') ?> </label> <label><input type="checkbox" name="l2_l3[]" value="Right" /> <? xl("Right",'e') ?> </label></td></tr>
1029 </table>
1031 <table>
1033 <tr><td> <? xl("L3 l4",'e') ?> </td> <td><label><input type="checkbox" name="l3_l4[]" value="Left" /> <? xl("Left",'e') ?> </label> <label><input type="checkbox" name="l3_l4[]" value="Right" /> <? xl("Right",'e') ?> </label></td></tr>
1035 </table>
1037 <table>
1039 <tr><td> <? xl("L4 l5",'e') ?> </td> <td><label><input type="checkbox" name="l4_l5[]" value="Left" /> <? xl("Left",'e') ?> </label> <label><input type="checkbox" name="l4_l5[]" value="Right" /> <? xl("Right",'e') ?> </label></td></tr>
1041 </table>
1043 <table>
1045 <tr><td> <? xl("L5 si",'e') ?> </td> <td><label><input type="checkbox" name="l5_si[]" value="Left" /> <? xl("Left",'e') ?> </label> <label><input type="checkbox" name="l5_si[]" value="Right" /> <? xl("Right",'e') ?> </label></td></tr>
1047 </table>
1049 <table>
1051 <tr><td> <? xl("Si",'e') ?> </td> <td><label><input type="checkbox" name="si[]" value="Left" /> <? xl("Left",'e') ?> </label> <label><input type="checkbox" name="si[]" value="Right" /> <? xl("Right",'e') ?> </label></td></tr>
1053 </table>
1055 <table>
1057 <tr><td> <? xl("Reflexes",'e') ?> </td> <td><label><input type="checkbox" name="reflexes" value="yes" /></label></td></tr>
1059 </table>
1061 <table>
1063 <tr><td> <? xl("Bicep left",'e') ?> </td> <td><select name="bicep_left" >
1064 <option value=""></option>
1065 <option value="Increase"> <? xl("Increase",'e') ?> </option>
1066 <option value="Decrease"> <? xl("Decrease",'e') ?> </option>
1067 <option value="Within Normal"> <? xl("Within Normal",'e') ?> </option>
1068 </select></td></tr>
1070 </table>
1072 <table>
1074 <tr><td> <? xl("Bicep right",'e') ?> </td> <td><select name="bicep_right" >
1075 <option value=""></option>
1076 <option value="Increase"> <? xl("Increase",'e') ?> </option>
1077 <option value="Decrease"> <? xl("Decrease",'e') ?> </option>
1078 <option value="Within Normal"> <? xl("Within Normal",'e') ?> </option>
1079 </select></td></tr>
1081 </table>
1083 <table>
1085 <tr><td> <? xl("Brachio left",'e') ?> </td> <td><select name="brachio_left" >
1086 <option value=""></option>
1087 <option value="Increase"> <? xl("Increase",'e') ?> </option>
1088 <option value="Decrease"> <? xl("Decrease",'e') ?> </option>
1089 <option value="Within Normal"> <? xl("Within Normal",'e') ?> </option>
1090 </select></td></tr>
1092 </table>
1094 <table>
1096 <tr><td> <? xl("Brachio right",'e') ?> </td> <td><select name="brachio_right" >
1097 <option value=""></option>
1098 <option value="Increase"> <? xl("Increase",'e') ?> </option>
1099 <option value="Decrease"> <? xl("Decrease",'e') ?> </option>
1100 <option value="Within Normal"> <? xl("Within Normal",'e') ?> </option>
1101 </select></td></tr>
1103 </table>
1105 <table>
1107 <tr><td> <? xl("Tricep left",'e') ?> </td> <td><select name="tricep_left" >
1108 <option value=""></option>
1109 <option value="Increase"> <? xl("Increase",'e') ?> </option>
1110 <option value="Decrease"> <? xl("Decrease",'e') ?> </option>
1111 <option value="Within Normal"> <? xl("Within Normal",'e') ?> </option>
1112 </select></td></tr>
1114 </table>
1116 <table>
1118 <tr><td> <? xl("Tricep right",'e') ?> </td> <td><select name="tricep_right" >
1119 <option value=""></option>
1120 <option value="Increase"> <? xl("Increase",'e') ?> </option>
1121 <option value="Decrease"> <? xl("Decrease",'e') ?> </option>
1122 <option value="Within Normal"> <? xl("Within Normal",'e') ?> </option>
1123 </select></td></tr>
1125 </table>
1127 <table>
1129 <tr><td> <? xl("Patellar left",'e') ?> </td> <td><select name="patellar_left" >
1130 <option value=""></option>
1131 <option value="Increase"> <? xl("Increase",'e') ?> </option>
1132 <option value="Decrease"> <? xl("Decrease",'e') ?> </option>
1133 <option value="Within Normal"> <? xl("Within Normal",'e') ?> </option>
1134 </select></td></tr>
1136 </table>
1138 <table>
1140 <tr><td> <? xl("Patellar right",'e') ?> </td> <td><select name="patellar_right" >
1141 <option value=""></option>
1142 <option value="Increase"> <? xl("Increase",'e') ?> </option>
1143 <option value="Decrease"> <? xl("Decrease",'e') ?> </option>
1144 <option value="Within Normal"> <? xl("Within Normal",'e') ?> </option>
1145 </select></td></tr>
1147 </table>
1149 <table>
1151 <tr><td> <? xl("Achilles left",'e') ?> </td> <td><select name="achilles_left" >
1152 <option value=""></option>
1153 <option value="Increase"> <? xl("Increase",'e') ?> </option>
1154 <option value="Decrease"> <? xl("Decrease",'e') ?> </option>
1155 <option value="Within Normal"> <? xl("Within Normal",'e') ?> </option>
1156 </select></td></tr>
1158 </table>
1160 <table>
1162 <tr><td> <? xl("Achilles right",'e') ?> </td> <td><select name="achilles_right" >
1163 <option value=""></option>
1164 <option value="Increase"> <? xl("Increase",'e') ?> </option>
1165 <option value="Decrease"> <? xl("Decrease",'e') ?> </option>
1166 <option value="Within Normal"> <? xl("Within Normal",'e') ?> </option>
1167 </select></td></tr>
1169 </table>
1171 <table>
1173 <tr><td> <? xl("Vbi",'e') ?> </td> <td><label><input type="checkbox" name="vbi[]" value="Negative" /> <? xl("Negative",'e') ?> </label> <label><input type="checkbox" name="vbi[]" value="Positive" /> <? xl("Positive",'e') ?> </label></td></tr>
1175 </table>
1177 <table>
1179 <tr><td> <? xl("Neurology",'e') ?> </td> <td><label><input type="checkbox" name="neurology" value="yes" /></label></td></tr>
1181 </table>
1183 <table>
1185 <tr><td> <? xl("C5 motor",'e') ?> </td> <td><select name="c5_motor" >
1186 <option value=""></option>
1187 <option value="Increase"> <? xl("Increase",'e') ?> </option>
1188 <option value="Decrease"> <? xl("Decrease",'e') ?> </option>
1189 <option value="Within Normal"> <? xl("Within Normal",'e') ?> </option>
1190 </select></td></tr>
1192 </table>
1194 <table>
1196 <tr><td> <? xl("C5 sensation",'e') ?> </td> <td><select name="c5_sensation" >
1197 <option value=""></option>
1198 <option value="Increase"> <? xl("Increase",'e') ?> </option>
1199 <option value="Decrease"> <? xl("Decrease",'e') ?> </option>
1200 <option value="Within Normal"> <? xl("Within Normal",'e') ?> </option>
1201 </select></td></tr>
1203 </table>
1205 <table>
1207 <tr><td> <? xl("C6 motor",'e') ?> </td> <td><select name="c6_motor" >
1208 <option value=""></option>
1209 <option value="Increase"> <? xl("Increase",'e') ?> </option>
1210 <option value="Decrease"> <? xl("Decrease",'e') ?> </option>
1211 <option value="Within Normal"> <? xl("Within Normal",'e') ?> </option>
1212 </select></td></tr>
1214 </table>
1216 <table>
1218 <tr><td> <? xl("C6 sensation",'e') ?> </td> <td><select name="c6_sensation" >
1219 <option value=""></option>
1220 <option value="Increase"> <? xl("Increase",'e') ?> </option>
1221 <option value="Decrease"> <? xl("Decrease",'e') ?> </option>
1222 <option value="Within Normal"> <? xl("Within Normal",'e') ?> </option>
1223 </select></td></tr>
1225 </table>
1227 <table>
1229 <tr><td> <? xl("C7 motor",'e') ?> </td> <td><select name="c7_motor" >
1230 <option value=""></option>
1231 <option value="Increase"> <? xl("Increase",'e') ?> </option>
1232 <option value="Decrease"> <? xl("Decrease",'e') ?> </option>
1233 <option value="Within Normal"> <? xl("Within Normal",'e') ?> </option>
1234 </select></td></tr>
1236 </table>
1238 <table>
1240 <tr><td> <? xl("C7 sensation",'e') ?> </td> <td><select name="c7_sensation" >
1241 <option value=""></option>
1242 <option value="Increase"> <? xl("Increase",'e') ?> </option>
1243 <option value="Decrease"> <? xl("Decrease",'e') ?> </option>
1244 <option value="Within Normal"> <? xl("Within Normal",'e') ?> </option>
1245 </select></td></tr>
1247 </table>
1249 <table>
1251 <tr><td> <? xl("C8 motor",'e') ?> </td> <td><select name="c8_motor" >
1252 <option value=""></option>
1253 <option value="Increase"> <? xl("Increase",'e') ?> </option>
1254 <option value="Decrease"> <? xl("Decrease",'e') ?> </option>
1255 <option value="Within Normal"> <? xl("Within Normal",'e') ?> </option>
1256 </select></td></tr>
1258 </table>
1260 <table>
1262 <tr><td> <? xl("C8 sensation",'e') ?> </td> <td><select name="c8_sensation" >
1263 <option value=""></option>
1264 <option value="Increase"> <? xl("Increase",'e') ?> </option>
1265 <option value="Decrease"> <? xl("Decrease",'e') ?> </option>
1266 <option value="Within Normal"> <? xl("Within Normal",'e') ?> </option>
1267 </select></td></tr>
1269 </table>
1271 <table>
1273 <tr><td> <? xl("T1 motor",'e') ?> </td> <td><select name="t1_motor" >
1274 <option value=""></option>
1275 <option value="Increase"> <? xl("Increase",'e') ?> </option>
1276 <option value="Decrease"> <? xl("Decrease",'e') ?> </option>
1277 <option value="Within Normal"> <? xl("Within Normal",'e') ?> </option>
1278 </select></td></tr>
1280 </table>
1282 <table>
1284 <tr><td> <? xl("T1 sensation",'e') ?> </td> <td><select name="t1_sensation" >
1285 <option value=""></option>
1286 <option value="Increase"> <? xl("Increase",'e') ?> </option>
1287 <option value="Decrease"> <? xl("Decrease",'e') ?> </option>
1288 <option value="Within Normal"> <? xl("Within Normal",'e') ?> </option>
1289 </select></td></tr>
1291 </table>
1293 <table>
1295 <tr><td> <? xl("L4 motor",'e') ?> </td> <td><select name="l4_motor" >
1296 <option value=""></option>
1297 <option value="Increase"> <? xl("Increase",'e') ?> </option>
1298 <option value="Decrease"> <? xl("Decrease",'e') ?> </option>
1299 <option value="Within Normal"> <? xl("Within Normal",'e') ?> </option>
1300 </select></td></tr>
1302 </table>
1304 <table>
1306 <tr><td> <? xl("L4 sensation",'e') ?> </td> <td><select name="l4_sensation" >
1307 <option value=""></option>
1308 <option value="Increase"> <? xl("Increase",'e') ?> </option>
1309 <option value="Decrease"> <? xl("Decrease",'e') ?> </option>
1310 <option value="Within Normal"> <? xl("Within Normal",'e') ?> </option>
1311 </select></td></tr>
1313 </table>
1315 <table>
1317 <tr><td> <? xl("L5 motor",'e') ?> </td> <td><select name="l5_motor" >
1318 <option value=""></option>
1319 <option value="Increase"> <? xl("Increase",'e') ?> </option>
1320 <option value="Decrease"> <? xl("Decrease",'e') ?> </option>
1321 <option value="Within Normal"> <? xl("Within Normal",'e') ?> </option>
1322 </select></td></tr>
1324 </table>
1326 <table>
1328 <tr><td> <? xl("L5 sensation",'e') ?> </td> <td><select name="l5_sensation" >
1329 <option value=""></option>
1330 <option value="Increase"> <? xl("Increase",'e') ?> </option>
1331 <option value="Decrease"> <? xl("Decrease",'e') ?> </option>
1332 <option value="Within Normal"> <? xl("Within Normal",'e') ?> </option>
1333 </select></td></tr>
1335 </table>
1337 <table>
1339 <tr><td> <? xl("S1 motor",'e') ?> </td> <td><select name="s1_motor" >
1340 <option value=""></option>
1341 <option value="Increase"> <? xl("Increase",'e') ?> </option>
1342 <option value="Decrease"> <? xl("Decrease",'e') ?> </option>
1343 <option value="Within Normal"> <? xl("Within Normal",'e') ?> </option>
1344 </select></td></tr>
1346 </table>
1348 <table>
1350 <tr><td> <? xl("S1 sensation",'e') ?> </td> <td><select name="s1_sensation" >
1351 <option value=""></option>
1352 <option value="Increase"> <? xl("Increase",'e') ?> </option>
1353 <option value="Decrease"> <? xl("Decrease",'e') ?> </option>
1354 <option value="Within Normal"> <? xl("Within Normal",'e') ?> </option>
1355 </select></td></tr>
1357 </table>
1359 <table>
1361 <tr><td> <? xl("Coordination sensation",'e') ?> </td> <td><select name="coordination_sensation" >
1362 <option value=""></option>
1363 <option value="Increase"> <? xl("Increase",'e') ?> </option>
1364 <option value="Decrease"> <? xl("Decrease",'e') ?> </option>
1365 <option value="Within Normal"> <? xl("Within Normal",'e') ?> </option>
1366 </select></td></tr>
1368 </table>
1370 <table>
1372 <tr><td> <? xl("Muscle testing",'e') ?> </td> <td><label><input type="checkbox" name="muscle_testing" value="yes" /></label></td></tr>
1374 </table>
1376 <table>
1378 <tr><td> <? xl("Cerv flex strgth",'e') ?> </td> <td><select name="cerv_flex_strgth" >
1379 <option value=""></option>
1380 <option value="0">0</option>
1381 <option value="1">1</option>
1382 <option value="2">2</option>
1383 <option value="3">3</option>
1384 <option value="4">4</option>
1385 <option value="5">5</option>
1386 </select></td></tr>
1388 </table>
1390 <table>
1392 <tr><td> <? xl("Cerv flex tone",'e') ?> </td> <td><select name="cerv_flex_tone" >
1393 <option value=""></option>
1394 <option value="Increase"> <? xl("Increase",'e') ?> </option>
1395 <option value="Decrease"> <? xl("Decrease",'e') ?> </option>
1396 <option value="Within Normal"> <? xl("Within Normal",'e') ?> </option>
1397 </select></td></tr>
1399 </table>
1401 <table>
1403 <tr><td> <? xl("Cerv flex spasm",'e') ?> </td> <td><label><input type="checkbox" name="cerv_flex_spasm" value="yes" /></label></td></tr>
1405 </table>
1407 <table>
1409 <tr><td> <? xl("Cerv flex pain",'e') ?> </td> <td><select name="cerv_flex_pain" >
1410 <option value=""></option>
1411 <option value="Increase"> <? xl("Increase",'e') ?> </option>
1412 <option value="Decrease"> <? xl("Decrease",'e') ?> </option>
1413 <option value="Within Normal"> <? xl("Within Normal",'e') ?> </option>
1414 </select></td></tr>
1416 </table>
1418 <table>
1420 <tr><td> <? xl("Scm strgth",'e') ?> </td> <td><select name="scm_strgth" >
1421 <option value=""></option>
1422 <option value="0">0</option>
1423 <option value="1">1</option>
1424 <option value="2">2</option>
1425 <option value="3">3</option>
1426 <option value="4">4</option>
1427 <option value="5">5</option>
1428 </select></td></tr>
1430 </table>
1432 <table>
1434 <tr><td> <? xl("Scm tone",'e') ?> </td> <td><select name="scm_tone" >
1435 <option value=""></option>
1436 <option value="Increase"> <? xl("Increase",'e') ?> </option>
1437 <option value="Decrease"> <? xl("Decrease",'e') ?> </option>
1438 <option value="Within Normal"> <? xl("Within Normal",'e') ?> </option>
1439 </select></td></tr>
1441 </table>
1443 <table>
1445 <tr><td> <? xl("Scm spasm",'e') ?> </td> <td><label><input type="checkbox" name="scm_spasm" value="yes" /></label></td></tr>
1447 </table>
1449 <table>
1451 <tr><td> <? xl("Scm pain",'e') ?> </td> <td><select name="scm_pain" >
1452 <option value=""></option>
1453 <option value="Increase"> <? xl("Increase",'e') ?> </option>
1454 <option value="Decrease"> <? xl("Decrease",'e') ?> </option>
1455 <option value="Within Normal"> <? xl("Within Normal",'e') ?> </option>
1456 </select></td></tr>
1458 </table>
1460 <table>
1462 <tr><td> <? xl("Upper trap strgth",'e') ?> </td> <td><select name="upper_trap_strgth" >
1463 <option value=""></option>
1464 <option value="0">0</option>
1465 <option value="1">1</option>
1466 <option value="2">2</option>
1467 <option value="3">3</option>
1468 <option value="4">4</option>
1469 <option value="5">5</option>
1470 </select></td></tr>
1472 </table>
1474 <table>
1476 <tr><td> <? xl("Upper trap tone",'e') ?> </td> <td><select name="upper_trap_tone" >
1477 <option value=""></option>
1478 <option value="Increase"> <? xl("Increase",'e') ?> </option>
1479 <option value="Decrease"> <? xl("Decrease",'e') ?> </option>
1480 <option value="Within Normal"> <? xl("Within Normal",'e') ?> </option>
1481 </select></td></tr>
1483 </table>
1485 <table>
1487 <tr><td> <? xl("Upper trap spasm",'e') ?> </td> <td><label><input type="checkbox" name="upper_trap_spasm" value="yes" /></label></td></tr>
1489 </table>
1491 <table>
1493 <tr><td> <? xl("Upper trap pain",'e') ?> </td> <td><select name="upper_trap_pain" >
1494 <option value=""></option>
1495 <option value="Increase"> <? xl("Increase",'e') ?> </option>
1496 <option value="Decrease"> <? xl("Decrease",'e') ?> </option>
1497 <option value="Within Normal"> <? xl("Within Normal",'e') ?> </option>
1498 </select></td></tr>
1500 </table>
1502 <table>
1504 <tr><td> <? xl("Mid trap strgth",'e') ?> </td> <td><select name="mid_trap_strgth" >
1505 <option value=""></option>
1506 <option value="0">0</option>
1507 <option value="1">1</option>
1508 <option value="2">2</option>
1509 <option value="3">3</option>
1510 <option value="4">4</option>
1511 <option value="5">5</option>
1512 </select></td></tr>
1514 </table>
1516 <table>
1518 <tr><td> <? xl("Mid trap tone",'e') ?> </td> <td><select name="mid_trap_tone" >
1519 <option value=""></option>
1520 <option value="Increase"> <? xl("Increase",'e') ?> </option>
1521 <option value="Decrease"> <? xl("Decrease",'e') ?> </option>
1522 <option value="Within Normal"> <? xl("Within Normal",'e') ?> </option>
1523 </select></td></tr>
1525 </table>
1527 <table>
1529 <tr><td> <? xl("Mid trap spasm",'e') ?> </td> <td><label><input type="checkbox" name="mid_trap_spasm" value="yes" /></label></td></tr>
1531 </table>
1533 <table>
1535 <tr><td> <? xl("Mid trap pain",'e') ?> </td> <td><select name="mid_trap_pain" >
1536 <option value=""></option>
1537 <option value="Increase"> <? xl("Increase",'e') ?> </option>
1538 <option value="Decrease"> <? xl("Decrease",'e') ?> </option>
1539 <option value="Within Normal"> <? xl("Within Normal",'e') ?> </option>
1540 </select></td></tr>
1542 </table>
1544 <table>
1546 <tr><td> <? xl("Lower trap strgth",'e') ?> </td> <td><select name="lower_trap_strgth" >
1547 <option value=""></option>
1548 <option value="0">0</option>
1549 <option value="1">1</option>
1550 <option value="2">2</option>
1551 <option value="3">3</option>
1552 <option value="4">4</option>
1553 <option value="5">5</option>
1554 </select></td></tr>
1556 </table>
1558 <table>
1560 <tr><td> <? xl("Lower trap tone",'e') ?> </td> <td><select name="lower_trap_tone" >
1561 <option value=""></option>
1562 <option value="Increase"> <? xl("Increase",'e') ?> </option>
1563 <option value="Decrease"> <? xl("Decrease",'e') ?> </option>
1564 <option value="Within Normal"> <? xl("Within Normal",'e') ?> </option>
1565 </select></td></tr>
1567 </table>
1569 <table>
1571 <tr><td> <? xl("Lower trap spasm",'e') ?> </td> <td><label><input type="checkbox" name="lower_trap_spasm" value="yes" /></label></td></tr>
1573 </table>
1575 <table>
1577 <tr><td> <? xl("Lower trap pain",'e') ?> </td> <td><select name="lower_trap_pain" >
1578 <option value=""></option>
1579 <option value="Increase"> <? xl("Increase",'e') ?> </option>
1580 <option value="Decrease"> <? xl("Decrease",'e') ?> </option>
1581 <option value="Within Normal"> <? xl("Within Normal",'e') ?> </option>
1582 </select></td></tr>
1584 </table>
1586 <table>
1588 <tr><td> <? xl("Scalenes strgth",'e') ?> </td> <td><select name="scalenes_strgth" >
1589 <option value=""></option>
1590 <option value="0">0</option>
1591 <option value="1">1</option>
1592 <option value="2">2</option>
1593 <option value="3">3</option>
1594 <option value="4">4</option>
1595 <option value="5">5</option>
1596 </select></td></tr>
1598 </table>
1600 <table>
1602 <tr><td> <? xl("Scalenes tone",'e') ?> </td> <td><select name="scalenes_tone" >
1603 <option value=""></option>
1604 <option value="Increase"> <? xl("Increase",'e') ?> </option>
1605 <option value="Decrease"> <? xl("Decrease",'e') ?> </option>
1606 <option value="Within Normal"> <? xl("Within Normal",'e') ?> </option>
1607 </select></td></tr>
1609 </table>
1611 <table>
1613 <tr><td> <? xl("Scalenes spasm",'e') ?> </td> <td><label><input type="checkbox" name="scalenes_spasm" value="yes" /></label></td></tr>
1615 </table>
1617 <table>
1619 <tr><td> <? xl("Scalenes pain",'e') ?> </td> <td><select name="scalenes_pain" >
1620 <option value=""></option>
1621 <option value="Increase"> <? xl("Increase",'e') ?> </option>
1622 <option value="Decrease"> <? xl("Decrease",'e') ?> </option>
1623 <option value="Within Normal"> <? xl("Within Normal",'e') ?> </option>
1624 </select></td></tr>
1626 </table>
1628 <table>
1630 <tr><td> <? xl("Subscap strgth",'e') ?> </td> <td><select name="subscap_strgth" >
1631 <option value=""></option>
1632 <option value="0">0</option>
1633 <option value="1">1</option>
1634 <option value="2">2</option>
1635 <option value="3">3</option>
1636 <option value="4">4</option>
1637 <option value="5">5</option>
1638 </select></td></tr>
1640 </table>
1642 <table>
1644 <tr><td> <? xl("Subscap tone",'e') ?> </td> <td><select name="subscap_tone" >
1645 <option value=""></option>
1646 <option value="Increase"> <? xl("Increase",'e') ?> </option>
1647 <option value="Decrease"> <? xl("Decrease",'e') ?> </option>
1648 <option value="Within Normal"> <? xl("Within Normal",'e') ?> </option>
1649 </select></td></tr>
1651 </table>
1653 <table>
1655 <tr><td> <? xl("Subscap spasm",'e') ?> </td> <td><label><input type="checkbox" name="subscap_spasm" value="yes" /></label></td></tr>
1657 </table>
1659 <table>
1661 <tr><td> <? xl("Subscap pain",'e') ?> </td> <td><select name="subscap_pain" >
1662 <option value=""></option>
1663 <option value="Increase"> <? xl("Increase",'e') ?> </option>
1664 <option value="Decrease"> <? xl("Decrease",'e') ?> </option>
1665 <option value="Within Normal"> <? xl("Within Normal",'e') ?> </option>
1666 </select></td></tr>
1668 </table>
1670 <table>
1672 <tr><td> <? xl("Supraspin strgth",'e') ?> </td> <td><select name="supraspin_strgth" >
1673 <option value=""></option>
1674 <option value="0">0</option>
1675 <option value="1">1</option>
1676 <option value="2">2</option>
1677 <option value="3">3</option>
1678 <option value="4">4</option>
1679 <option value="5">5</option>
1680 </select></td></tr>
1682 </table>
1684 <table>
1686 <tr><td> <? xl("Supraspin tone",'e') ?> </td> <td><select name="supraspin_tone" >
1687 <option value=""></option>
1688 <option value="Increase"> <? xl("Increase",'e') ?> </option>
1689 <option value="Decrease"> <? xl("Decrease",'e') ?> </option>
1690 <option value="Within Normal"> <? xl("Within Normal",'e') ?> </option>
1691 </select></td></tr>
1693 </table>
1695 <table>
1697 <tr><td> <? xl("Supraspin spasm",'e') ?> </td> <td><label><input type="checkbox" name="supraspin_spasm" value="yes" /></label></td></tr>
1699 </table>
1701 <table>
1703 <tr><td> <? xl("Supraspin pain",'e') ?> </td> <td><select name="supraspin_pain" >
1704 <option value=""></option>
1705 <option value="Increase"> <? xl("Increase",'e') ?> </option>
1706 <option value="Decrease"> <? xl("Decrease",'e') ?> </option>
1707 <option value="Within Normal"> <? xl("Within Normal",'e') ?> </option>
1708 </select></td></tr>
1710 </table>
1712 <table>
1714 <tr><td> <? xl("Teres strgth",'e') ?> </td> <td><select name="teres_strgth" >
1715 <option value=""></option>
1716 <option value="0">0</option>
1717 <option value="1">1</option>
1718 <option value="2">2</option>
1719 <option value="3">3</option>
1720 <option value="4">4</option>
1721 <option value="5">5</option>
1722 </select></td></tr>
1724 </table>
1726 <table>
1728 <tr><td> <? xl("Teres tone",'e') ?> </td> <td><select name="teres_tone" >
1729 <option value=""></option>
1730 <option value="Increase"> <? xl("Increase",'e') ?> </option>
1731 <option value="Decrease"> <? xl("Decrease",'e') ?> </option>
1732 <option value="Within Normal"> <? xl("Within Normal",'e') ?> </option>
1733 </select></td></tr>
1735 </table>
1737 <table>
1739 <tr><td> <? xl("Teres spasm",'e') ?> </td> <td><label><input type="checkbox" name="teres_spasm" value="yes" /></label></td></tr>
1741 </table>
1743 <table>
1745 <tr><td> <? xl("Teres pain",'e') ?> </td> <td><select name="teres_pain" >
1746 <option value=""></option>
1747 <option value="Increase"> <? xl("Increase",'e') ?> </option>
1748 <option value="Decrease"> <? xl("Decrease",'e') ?> </option>
1749 <option value="Within Normal"> <? xl("Within Normal",'e') ?> </option>
1750 </select></td></tr>
1752 </table>
1754 <table>
1756 <tr><td> <? xl("Quadriceps strgth",'e') ?> </td> <td><select name="quadriceps_strgth" >
1757 <option value=""></option>
1758 <option value="0">0</option>
1759 <option value="1">1</option>
1760 <option value="2">2</option>
1761 <option value="3">3</option>
1762 <option value="4">4</option>
1763 <option value="5">5</option>
1764 </select></td></tr>
1766 </table>
1768 <table>
1770 <tr><td> <? xl("Quadriceps tone",'e') ?> </td> <td><select name="quadriceps_tone" >
1771 <option value=""></option>
1772 <option value="Increase"> <? xl("Increase",'e') ?> </option>
1773 <option value="Decrease"> <? xl("Decrease",'e') ?> </option>
1774 <option value="Within Normal"> <? xl("Within Normal",'e') ?> </option>
1775 </select></td></tr>
1777 </table>
1779 <table>
1781 <tr><td> <? xl("Quadriceps spasm",'e') ?> </td> <td><label><input type="checkbox" name="quadriceps_spasm" value="yes" /></label></td></tr>
1783 </table>
1785 <table>
1787 <tr><td> <? xl("Quadriceps pain",'e') ?> </td> <td><select name="quadriceps_pain" >
1788 <option value=""></option>
1789 <option value="Increase"> <? xl("Increase",'e') ?> </option>
1790 <option value="Decrease"> <? xl("Decrease",'e') ?> </option>
1791 <option value="Within Normal"> <? xl("Within Normal",'e') ?> </option>
1792 </select></td></tr>
1794 </table>
1796 <table>
1798 <tr><td> <? xl("Psoas strgth",'e') ?> </td> <td><select name="psoas_strgth" >
1799 <option value=""></option>
1800 <option value="0">0</option>
1801 <option value="1">1</option>
1802 <option value="2">2</option>
1803 <option value="3">3</option>
1804 <option value="4">4</option>
1805 <option value="5">5</option>
1806 </select></td></tr>
1808 </table>
1810 <table>
1812 <tr><td> <? xl("Psoas tone",'e') ?> </td> <td><select name="psoas_tone" >
1813 <option value=""></option>
1814 <option value="Increase"> <? xl("Increase",'e') ?> </option>
1815 <option value="Decrease"> <? xl("Decrease",'e') ?> </option>
1816 <option value="Within Normal"> <? xl("Within Normal",'e') ?> </option>
1817 </select></td></tr>
1819 </table>
1821 <table>
1823 <tr><td> <? xl("Psoas spasm",'e') ?> </td> <td><label><input type="checkbox" name="psoas_spasm" value="yes" /></label></td></tr>
1825 </table>
1827 <table>
1829 <tr><td> <? xl("Psoas pain",'e') ?> </td> <td><select name="psoas_pain" >
1830 <option value=""></option>
1831 <option value="Increase"> <? xl("Increase",'e') ?> </option>
1832 <option value="Decrease"> <? xl("Decrease",'e') ?> </option>
1833 <option value="Within Normal"> <? xl("Within Normal",'e') ?> </option>
1834 </select></td></tr>
1836 </table>
1838 <table>
1840 <tr><td> <? xl("Tfl strgth",'e') ?> </td> <td><select name="tfl_strgth" >
1841 <option value=""></option>
1842 <option value="0">0</option>
1843 <option value="1">1</option>
1844 <option value="2">2</option>
1845 <option value="3">3</option>
1846 <option value="4">4</option>
1847 <option value="5">5</option>
1848 </select></td></tr>
1850 </table>
1852 <table>
1854 <tr><td> <? xl("Tfl tone",'e') ?> </td> <td><select name="tfl_tone" >
1855 <option value=""></option>
1856 <option value="Increase"> <? xl("Increase",'e') ?> </option>
1857 <option value="Decrease"> <? xl("Decrease",'e') ?> </option>
1858 <option value="Within Normal"> <? xl("Within Normal",'e') ?> </option>
1859 </select></td></tr>
1861 </table>
1863 <table>
1865 <tr><td> <? xl("Tfl spasm",'e') ?> </td> <td><label><input type="checkbox" name="tfl_spasm" value="yes" /></label></td></tr>
1867 </table>
1869 <table>
1871 <tr><td> <? xl("Tfl pain",'e') ?> </td> <td><select name="tfl_pain" >
1872 <option value=""></option>
1873 <option value="Increase"> <? xl("Increase",'e') ?> </option>
1874 <option value="Decrease"> <? xl("Decrease",'e') ?> </option>
1875 <option value="Within Normal"> <? xl("Within Normal",'e') ?> </option>
1876 </select></td></tr>
1878 </table>
1880 <table>
1882 <tr><td> <? xl("Piriformis strgth",'e') ?> </td> <td><select name="piriformis_strgth" >
1883 <option value=""></option>
1884 <option value="0">0</option>
1885 <option value="1">1</option>
1886 <option value="2">2</option>
1887 <option value="3">3</option>
1888 <option value="4">4</option>
1889 <option value="5">5</option>
1890 </select></td></tr>
1892 </table>
1894 <table>
1896 <tr><td> <? xl("Piriformis tone",'e') ?> </td> <td><select name="piriformis_tone" >
1897 <option value=""></option>
1898 <option value="Increase"> <? xl("Increase",'e') ?> </option>
1899 <option value="Decrease"> <? xl("Decrease",'e') ?> </option>
1900 <option value="Within Normal"> <? xl("Within Normal",'e') ?> </option>
1901 </select></td></tr>
1903 </table>
1905 <table>
1907 <tr><td> <? xl("Piriformis spasm",'e') ?> </td> <td><label><input type="checkbox" name="piriformis_spasm" value="yes" /></label></td></tr>
1909 </table>
1911 <table>
1913 <tr><td> <? xl("Piriformis pain",'e') ?> </td> <td><select name="piriformis_pain" >
1914 <option value=""></option>
1915 <option value="Increase"> <? xl("Increase",'e') ?> </option>
1916 <option value="Decrease"> <? xl("Decrease",'e') ?> </option>
1917 <option value="Within Normal"> <? xl("Within Normal",'e') ?> </option>
1918 </select></td></tr>
1920 </table>
1922 <table>
1924 <tr><td> <? xl("Gluteus strgth",'e') ?> </td> <td><select name="gluteus_strgth" >
1925 <option value=""></option>
1926 <option value="0">0</option>
1927 <option value="1">1</option>
1928 <option value="2">2</option>
1929 <option value="3">3</option>
1930 <option value="4">4</option>
1931 <option value="5">5</option>
1932 </select></td></tr>
1934 </table>
1936 <table>
1938 <tr><td> <? xl("Gluteus tone",'e') ?> </td> <td><select name="gluteus_tone" >
1939 <option value=""></option>
1940 <option value="Increase"> <? xl("Increase",'e') ?> </option>
1941 <option value="Decrease"> <? xl("Decrease",'e') ?> </option>
1942 <option value="Within Normal"> <? xl("Within Normal",'e') ?> </option>
1943 </select></td></tr>
1945 </table>
1947 <table>
1949 <tr><td> <? xl("Gluteus spasm",'e') ?> </td> <td><label><input type="checkbox" name="gluteus_spasm" value="yes" /></label></td></tr>
1951 </table>
1953 <table>
1955 <tr><td> <? xl("Gluteus pain",'e') ?> </td> <td><select name="gluteus_pain" >
1956 <option value=""></option>
1957 <option value="Increase"> <? xl("Increase",'e') ?> </option>
1958 <option value="Decrease"> <? xl("Decrease",'e') ?> </option>
1959 <option value="Within Normal"> <? xl("Within Normal",'e') ?> </option>
1960 </select></td></tr>
1962 </table>
1964 <table>
1966 <tr><td> <? xl("Hamstring strgth",'e') ?> </td> <td><select name="hamstring_strgth" >
1967 <option value=""></option>
1968 <option value="0">0</option>
1969 <option value="1">1</option>
1970 <option value="2">2</option>
1971 <option value="3">3</option>
1972 <option value="4">4</option>
1973 <option value="5">5</option>
1974 </select></td></tr>
1976 </table>
1978 <table>
1980 <tr><td> <? xl("Hamstring tone",'e') ?> </td> <td><select name="hamstring_tone" >
1981 <option value=""></option>
1982 <option value="Increase"> <? xl("Increase",'e') ?> </option>
1983 <option value="Decrease"> <? xl("Decrease",'e') ?> </option>
1984 <option value="Within Normal"> <? xl("Within Normal",'e') ?> </option>
1985 </select></td></tr>
1987 </table>
1989 <table>
1991 <tr><td> <? xl("Hamstring spasm",'e') ?> </td> <td><label><input type="checkbox" name="hamstring_spasm" value="yes" /></label></td></tr>
1993 </table>
1995 <table>
1997 <tr><td> <? xl("Hamstring pain",'e') ?> </td> <td><select name="hamstring_pain" >
1998 <option value=""></option>
1999 <option value="Increase"> <? xl("Increase",'e') ?> </option>
2000 <option value="Decrease"> <? xl("Decrease",'e') ?> </option>
2001 <option value="Within Normal"> <? xl("Within Normal",'e') ?> </option>
2002 </select></td></tr>
2004 </table>
2006 <table>
2008 <tr><td> <? xl("Quad lum strgth",'e') ?> </td> <td><select name="quad_lum_strgth" >
2009 <option value=""></option>
2010 <option value="0">0</option>
2011 <option value="1">1</option>
2012 <option value="2">2</option>
2013 <option value="3">3</option>
2014 <option value="4">4</option>
2015 <option value="5">5</option>
2016 </select></td></tr>
2018 </table>
2020 <table>
2022 <tr><td> <? xl("Quad lum tone",'e') ?> </td> <td><select name="quad_lum_tone" >
2023 <option value=""></option>
2024 <option value="Increase"> <? xl("Increase",'e') ?> </option>
2025 <option value="Decrease"> <? xl("Decrease",'e') ?> </option>
2026 <option value="Within Normal"> <? xl("Within Normal",'e') ?> </option>
2027 </select></td></tr>
2029 </table>
2031 <table>
2033 <tr><td> <? xl("Quad lum spasm",'e') ?> </td> <td><label><input type="checkbox" name="quad_lum_spasm" value="yes" /></label></td></tr>
2035 </table>
2037 <table>
2039 <tr><td> <? xl("Quad lum pain",'e') ?> </td> <td><select name="quad_lum_pain" >
2040 <option value=""></option>
2041 <option value="Increase"> <? xl("Increase",'e') ?> </option>
2042 <option value="Decrease"> <? xl("Decrease",'e') ?> </option>
2043 <option value="Within Normal"> <? xl("Within Normal",'e') ?> </option>
2044 </select></td></tr>
2046 </table>
2048 <table>
2050 <tr><td> <? xl("Lat dorsi strgth",'e') ?> </td> <td><select name="lat_dorsi_strgth" >
2051 <option value=""></option>
2052 <option value="0">0</option>
2053 <option value="1">1</option>
2054 <option value="2">2</option>
2055 <option value="3">3</option>
2056 <option value="4">4</option>
2057 <option value="5">5</option>
2058 </select></td></tr>
2060 </table>
2062 <table>
2064 <tr><td> <? xl("Lat dorsi tone",'e') ?> </td> <td><select name="lat_dorsi_tone" >
2065 <option value=""></option>
2066 <option value="Increase"> <? xl("Increase",'e') ?> </option>
2067 <option value="Decrease"> <? xl("Decrease",'e') ?> </option>
2068 <option value="Within Normal"> <? xl("Within Normal",'e') ?> </option>
2069 </select></td></tr>
2071 </table>
2073 <table>
2075 <tr><td> <? xl("Lat dorsi spasm",'e') ?> </td> <td><label><input type="checkbox" name="lat_dorsi_spasm" value="yes" /></label></td></tr>
2077 </table>
2079 <table>
2081 <tr><td> <? xl("Lat dorsi pain",'e') ?> </td> <td><select name="lat_dorsi_pain" >
2082 <option value=""></option>
2083 <option value="Increase"> <? xl("Increase",'e') ?> </option>
2084 <option value="Decrease"> <? xl("Decrease",'e') ?> </option>
2085 <option value="Within Normal"> <? xl("Within Normal",'e') ?> </option>
2086 </select></td></tr>
2088 </table>
2090 <table>
2092 <tr><td> <? xl("Infrspinatus strgth",'e') ?> </td> <td><select name="infrspinatus_strgth" >
2093 <option value=""></option>
2094 <option value="0">0</option>
2095 <option value="1">1</option>
2096 <option value="2">2</option>
2097 <option value="3">3</option>
2098 <option value="4">4</option>
2099 <option value="5">5</option>
2100 </select></td></tr>
2102 </table>
2104 <table>
2106 <tr><td> <? xl("Infrspinatus tone",'e') ?> </td> <td><select name="infrspinatus_tone" >
2107 <option value=""></option>
2108 <option value="Increase"> <? xl("Increase",'e') ?> </option>
2109 <option value="Decrease"> <? xl("Decrease",'e') ?> </option>
2110 <option value="Within Normal"> <? xl("Within Normal",'e') ?> </option>
2111 </select></td></tr>
2113 </table>
2115 <table>
2117 <tr><td> <? xl("Infrspinatus spasm",'e') ?> </td> <td><label><input type="checkbox" name="infrspinatus_spasm" value="yes" /></label></td></tr>
2119 </table>
2121 <table>
2123 <tr><td> <? xl("Infrspinatus pain",'e') ?> </td> <td><select name="infrspinatus_pain" >
2124 <option value=""></option>
2125 <option value="Increase"> <? xl("Increase",'e') ?> </option>
2126 <option value="Decrease"> <? xl("Decrease",'e') ?> </option>
2127 <option value="Within Normal"> <? xl("Within Normal",'e') ?> </option>
2128 </select></td></tr>
2130 </table>
2132 <table>
2134 <tr><td> <? xl("Diagnosis",'e') ?> </td> <td><label><input type="checkbox" name="diagnosis[]" value="Cervical" /> <? xl("Cervical",'e') ?> </label> <label><input type="checkbox" name="diagnosis[]" value="Thoracic" /> <? xl("Thoracic",'e') ?> </label> <label><input type="checkbox" name="diagnosis[]" value="Lumbar" /> <? xl("Lumbar",'e') ?> </label> <label><input type="checkbox" name="diagnosis[]" value="SI" /> <? xl("SI",'e') ?> </label> <label><input type="checkbox" name="diagnosis[]" value="Dysfunction" /> <? xl("Dysfunction",'e') ?> </label> <label><input type="checkbox" name="diagnosis[]" value="Strain Ligamentous Injury" /> <? xl("Strain Ligamentous Injury",'e') ?> </label> <label><input type="checkbox" name="diagnosis[]" value="Muscle Spasms" /> <? xl("Muscle Spasms",'e') ?> </label></td></tr>
2136 </table>
2138 <table>
2140 <tr><td> <? xl("Diagnosis other",'e') ?> </td> <td><input type="text" name="diagnosis_other" /></td></tr>
2142 </table>
2144 <table>
2146 <tr><td> <? xl("Treatment plan",'e') ?> </td> <td><label><input type="checkbox" name="treatment_plan[]" value="Manual Manipulation" /> <? xl("Manual Manipulation",'e') ?> </label> <label><input type="checkbox" name="treatment_plan[]" value="Manual Therapy Massage" /> <? xl("Manual Therapy Massage",'e') ?> </label> <label><input type="checkbox" name="treatment_plan[]" value="Exercise Prescription" /> <? xl("Exercise Prescription",'e') ?> </label></td></tr>
2148 </table>
2150 <table>
2152 <tr><td> <? xl("Treatment plan other",'e') ?> </td> <td><input type="text" name="treatment_plan_other" /></td></tr>
2154 </table>
2156 <table>
2158 <tr><td> <? xl("Frequency",'e') ?> </td> <td><label><input type="checkbox" name="frequency[]" value="4-8 Tx" /> <? xl("4-8 Tx",'e') ?> </label> <label><input type="checkbox" name="frequency[]" value="12-15 Tx Then Re-Exam" /> <? xl("12-15 Tx Then Re-Exam",'e') ?> </label> <label><input type="checkbox" name="frequency[]" value="PRN Flare-Up" /> <? xl("PRN Flare-Up",'e') ?> </label></td></tr>
2160 </table>
2162 <table>
2164 <tr><td> <? xl("Frequency other",'e') ?> </td> <td><input type="text" name="frequency_other" /></td></tr>
2166 </table>
2167 <table></table><input type="submit" name="submit form" value="submit form" />
2168 </form>
2169 <?php
2170 formFooter();