Merge remote branch 'kevmccor/edihistory_3'
[openemr.git] / contrib / forms / approved_physical / FormApprovedPhysical.class.php
blob871c0e986a727a3ed6df6536ba46db0635bba2dc
1 <?php
2 // Copyright (C) 2009 Aron Racho <aron@mi-squared.com>
3 //
4 // This program is free software; you can redistribute it and/or
5 // modify it under the terms of the GNU General Public License
6 // as published by the Free Software Foundation; either version 2
8 require_once(dirname(__FILE__) . "/../../../library/classes/ORDataObject.class.php");
10 define("EVENT_VEHICLE",1);
11 define("EVENT_WORK_RELATED",2);
12 define("EVENT_SLIP_FALL",3);
13 define("EVENT_OTHER",4);
16 /**
17 * class FormHpTjePrimary
20 class FormApprovedPhysical extends ORDataObject {
22 /**
24 * @access public
28 /**
30 * static
32 var $id;
33 var $date;
34 var $pid;
35 var $user;
36 var $groupname;
37 var $authorized;
38 var $activity;
40 /**
41 * Constructor sets all Form attributes to their default value
44 function FormApprovedPhysical($id= "", $_prefix = "") {
45 if (is_numeric($id)) {
46 $this->id = $id;
48 else {
49 $id = "";
50 $this->date = date("Y-m-d H:i:s");
53 $this->_table = "form_approved_physical";
54 $this->activity = 1;
55 $this->pid = $GLOBALS['pid'];
56 if ($id != "") {
57 $this->populate();
58 //$this->date = $this->get_date();
61 function populate() {
62 parent::populate();
63 //$this->temp_methods = parent::_load_enum("temp_locations",false);
66 function toString($html = false) {
67 $string .= "\n"
68 ."ID: " . $this->id . "\n";
70 if ($html) {
71 return nl2br($string);
73 else {
74 return $string;
77 function set_id($id) {
78 if (!empty($id) && is_numeric($id)) {
79 $this->id = $id;
82 function get_id() {
83 return $this->id;
85 function set_pid($pid) {
86 if (!empty($pid) && is_numeric($pid)) {
87 $this->pid = $pid;
90 function get_pid() {
91 return $this->pid;
93 function set_activity($tf) {
94 if (!empty($tf) && is_numeric($tf)) {
95 $this->activity = $tf;
98 function get_activity() {
99 return $this->activity;
102 function get_date() {
103 return $this->date;
105 function set_date($dt) {
106 if (!empty($dt)) {
107 $this->date = $dt;
110 function get_user() {
111 return $this->user;
113 function set_user($u) {
114 if(!empty($u)){
115 $this->user = $u;
119 function persist() {
120 parent::persist();
125 // ----- General Appearance (eg, development, nutrition, body habitus, deformities, attention to grooming) -----
127 var $col_1;
128 var $col_1_textbox;
129 function get_col_1() {
130 return $this->col_1;
132 function set_col_1($data) {
133 if(!empty($data)) {
134 $this->col_1 = $data;
137 function get_col_1_wnl() {
138 return $this->col_1 == "WNL" ? "CHECKED" : ""; }
139 function get_col_1_abn() {
140 return $this->col_1 == "ABN" ? "CHECKED" : ""; }
141 function get_col_1_na() {
142 return $this->col_1 == "" ? "CHECKED" : ""; }
143 function get_col_1_textbox() {
144 return $this->col_1_textbox;
146 function set_col_1_textbox($data) {
147 if(!empty($data)) {
148 $this->col_1_textbox = $data;
152 // ----- Inspection of conjunctiva and lids -----
154 var $col_2;
155 var $col_2_textbox;
156 function get_col_2() {
157 return $this->col_2;
159 function set_col_2($data) {
160 if(!empty($data)) {
161 $this->col_2 = $data;
164 function get_col_2_wnl() {
165 return $this->col_2 == "WNL" ? "CHECKED" : ""; }
166 function get_col_2_abn() {
167 return $this->col_2 == "ABN" ? "CHECKED" : ""; }
168 function get_col_2_na() {
169 return $this->col_2 == "" ? "CHECKED" : ""; }
170 function get_col_2_textbox() {
171 return $this->col_2_textbox;
173 function set_col_2_textbox($data) {
174 if(!empty($data)) {
175 $this->col_2_textbox = $data;
180 var $col_3;
181 var $col_3_textbox;
182 function get_col_3() {
183 return $this->col_3;
185 function set_col_3($data) {
186 if(!empty($data)) {
187 $this->col_3 = $data;
190 function get_col_3_wnl() {
191 return $this->col_3 == "WNL" ? "CHECKED" : ""; }
192 function get_col_3_abn() {
193 return $this->col_3 == "ABN" ? "CHECKED" : ""; }
194 function get_col_3_na() {
195 return $this->col_3 == "" ? "CHECKED" : ""; }
196 function get_col_3_textbox() {
197 return $this->col_3_textbox;
199 function set_col_3_textbox($data) {
200 if(!empty($data)) {
201 $this->col_3_textbox = $data;
206 var $col_4;
207 var $col_4_textbox;
208 function get_col_4() {
209 return $this->col_4;
211 function set_col_4($data) {
212 if(!empty($data)) {
213 $this->col_4 = $data;
216 function get_col_4_wnl() {
217 return $this->col_4 == "WNL" ? "CHECKED" : ""; }
218 function get_col_4_abn() {
219 return $this->col_4 == "ABN" ? "CHECKED" : ""; }
220 function get_col_4_na() {
221 return $this->col_4 == "" ? "CHECKED" : ""; }
222 function get_col_4_textbox() {
223 return $this->col_4_textbox;
225 function set_col_4_textbox($data) {
226 if(!empty($data)) {
227 $this->col_4_textbox = $data;
231 // ----- External inspection of ears and nose (overall appearance, scars, lesions, masses) -----
233 var $col_5;
234 var $col_5_textbox;
235 function get_col_5() {
236 return $this->col_5;
238 function set_col_5($data) {
239 if(!empty($data)) {
240 $this->col_5 = $data;
243 function get_col_5_wnl() {
244 return $this->col_5 == "WNL" ? "CHECKED" : ""; }
245 function get_col_5_abn() {
246 return $this->col_5 == "ABN" ? "CHECKED" : ""; }
247 function get_col_5_na() {
248 return $this->col_5 == "" ? "CHECKED" : ""; }
249 function get_col_5_textbox() {
250 return $this->col_5_textbox;
252 function set_col_5_textbox($data) {
253 if(!empty($data)) {
254 $this->col_5_textbox = $data;
259 var $col_6;
260 var $col_6_textbox;
261 function get_col_6() {
262 return $this->col_6;
264 function set_col_6($data) {
265 if(!empty($data)) {
266 $this->col_6 = $data;
269 function get_col_6_wnl() {
270 return $this->col_6 == "WNL" ? "CHECKED" : ""; }
271 function get_col_6_abn() {
272 return $this->col_6 == "ABN" ? "CHECKED" : ""; }
273 function get_col_6_na() {
274 return $this->col_6 == "" ? "CHECKED" : ""; }
275 function get_col_6_textbox() {
276 return $this->col_6_textbox;
278 function set_col_6_textbox($data) {
279 if(!empty($data)) {
280 $this->col_6_textbox = $data;
285 var $col_7;
286 var $col_7_textbox;
287 function get_col_7() {
288 return $this->col_7;
290 function set_col_7($data) {
291 if(!empty($data)) {
292 $this->col_7 = $data;
295 function get_col_7_wnl() {
296 return $this->col_7 == "WNL" ? "CHECKED" : ""; }
297 function get_col_7_abn() {
298 return $this->col_7 == "ABN" ? "CHECKED" : ""; }
299 function get_col_7_na() {
300 return $this->col_7 == "" ? "CHECKED" : ""; }
301 function get_col_7_textbox() {
302 return $this->col_7_textbox;
304 function set_col_7_textbox($data) {
305 if(!empty($data)) {
306 $this->col_7_textbox = $data;
311 var $col_8;
312 var $col_8_textbox;
313 function get_col_8() {
314 return $this->col_8;
316 function set_col_8($data) {
317 if(!empty($data)) {
318 $this->col_8 = $data;
321 function get_col_8_wnl() {
322 return $this->col_8 == "WNL" ? "CHECKED" : ""; }
323 function get_col_8_abn() {
324 return $this->col_8 == "ABN" ? "CHECKED" : ""; }
325 function get_col_8_na() {
326 return $this->col_8 == "" ? "CHECKED" : ""; }
327 function get_col_8_textbox() {
328 return $this->col_8_textbox;
330 function set_col_8_textbox($data) {
331 if(!empty($data)) {
332 $this->col_8_textbox = $data;
337 var $col_9;
338 var $col_9_textbox;
339 function get_col_9() {
340 return $this->col_9;
342 function set_col_9($data) {
343 if(!empty($data)) {
344 $this->col_9 = $data;
347 function get_col_9_wnl() {
348 return $this->col_9 == "WNL" ? "CHECKED" : ""; }
349 function get_col_9_abn() {
350 return $this->col_9 == "ABN" ? "CHECKED" : ""; }
351 function get_col_9_na() {
352 return $this->col_9 == "" ? "CHECKED" : ""; }
353 function get_col_9_textbox() {
354 return $this->col_9_textbox;
356 function set_col_9_textbox($data) {
357 if(!empty($data)) {
358 $this->col_9_textbox = $data;
363 var $col_10;
364 var $col_10_textbox;
365 function get_col_10() {
366 return $this->col_10;
368 function set_col_10($data) {
369 if(!empty($data)) {
370 $this->col_10 = $data;
373 function get_col_10_wnl() {
374 return $this->col_10 == "WNL" ? "CHECKED" : ""; }
375 function get_col_10_abn() {
376 return $this->col_10 == "ABN" ? "CHECKED" : ""; }
377 function get_col_10_na() {
378 return $this->col_10 == "" ? "CHECKED" : ""; }
379 function get_col_10_textbox() {
380 return $this->col_10_textbox;
382 function set_col_10_textbox($data) {
383 if(!empty($data)) {
384 $this->col_10_textbox = $data;
388 // ----- Examination of neck (eg, masses, overall appearance, symmetry, tracheal position, crepitus) -----
390 var $col_11;
391 var $col_11_textbox;
392 function get_col_11() {
393 return $this->col_11;
395 function set_col_11($data) {
396 if(!empty($data)) {
397 $this->col_11 = $data;
400 function get_col_11_wnl() {
401 return $this->col_11 == "WNL" ? "CHECKED" : ""; }
402 function get_col_11_abn() {
403 return $this->col_11 == "ABN" ? "CHECKED" : ""; }
404 function get_col_11_na() {
405 return $this->col_11 == "" ? "CHECKED" : ""; }
406 function get_col_11_textbox() {
407 return $this->col_11_textbox;
409 function set_col_11_textbox($data) {
410 if(!empty($data)) {
411 $this->col_11_textbox = $data;
416 var $col_12;
417 var $col_12_textbox;
418 function get_col_12() {
419 return $this->col_12;
421 function set_col_12($data) {
422 if(!empty($data)) {
423 $this->col_12 = $data;
426 function get_col_12_wnl() {
427 return $this->col_12 == "WNL" ? "CHECKED" : ""; }
428 function get_col_12_abn() {
429 return $this->col_12 == "ABN" ? "CHECKED" : ""; }
430 function get_col_12_na() {
431 return $this->col_12 == "" ? "CHECKED" : ""; }
432 function get_col_12_textbox() {
433 return $this->col_12_textbox;
435 function set_col_12_textbox($data) {
436 if(!empty($data)) {
437 $this->col_12_textbox = $data;
441 // ----- Assessment of respiratory effort (eg, intercostal retractions, use of accessory muscles, diaphragmatic movement) -----
443 var $col_13;
444 var $col_13_textbox;
445 function get_col_13() {
446 return $this->col_13;
448 function set_col_13($data) {
449 if(!empty($data)) {
450 $this->col_13 = $data;
453 function get_col_13_wnl() {
454 return $this->col_13 == "WNL" ? "CHECKED" : ""; }
455 function get_col_13_abn() {
456 return $this->col_13 == "ABN" ? "CHECKED" : ""; }
457 function get_col_13_na() {
458 return $this->col_13 == "" ? "CHECKED" : ""; }
459 function get_col_13_textbox() {
460 return $this->col_13_textbox;
462 function set_col_13_textbox($data) {
463 if(!empty($data)) {
464 $this->col_13_textbox = $data;
469 var $col_14;
470 var $col_14_textbox;
471 function get_col_14() {
472 return $this->col_14;
474 function set_col_14($data) {
475 if(!empty($data)) {
476 $this->col_14 = $data;
479 function get_col_14_wnl() {
480 return $this->col_14 == "WNL" ? "CHECKED" : ""; }
481 function get_col_14_abn() {
482 return $this->col_14 == "ABN" ? "CHECKED" : ""; }
483 function get_col_14_na() {
484 return $this->col_14 == "" ? "CHECKED" : ""; }
485 function get_col_14_textbox() {
486 return $this->col_14_textbox;
488 function set_col_14_textbox($data) {
489 if(!empty($data)) {
490 $this->col_14_textbox = $data;
495 var $col_15;
496 var $col_15_textbox;
497 function get_col_15() {
498 return $this->col_15;
500 function set_col_15($data) {
501 if(!empty($data)) {
502 $this->col_15 = $data;
505 function get_col_15_wnl() {
506 return $this->col_15 == "WNL" ? "CHECKED" : ""; }
507 function get_col_15_abn() {
508 return $this->col_15 == "ABN" ? "CHECKED" : ""; }
509 function get_col_15_na() {
510 return $this->col_15 == "" ? "CHECKED" : ""; }
511 function get_col_15_textbox() {
512 return $this->col_15_textbox;
514 function set_col_15_textbox($data) {
515 if(!empty($data)) {
516 $this->col_15_textbox = $data;
521 var $col_16;
522 var $col_16_textbox;
523 function get_col_16() {
524 return $this->col_16;
526 function set_col_16($data) {
527 if(!empty($data)) {
528 $this->col_16 = $data;
531 function get_col_16_wnl() {
532 return $this->col_16 == "WNL" ? "CHECKED" : ""; }
533 function get_col_16_abn() {
534 return $this->col_16 == "ABN" ? "CHECKED" : ""; }
535 function get_col_16_na() {
536 return $this->col_16 == "" ? "CHECKED" : ""; }
537 function get_col_16_textbox() {
538 return $this->col_16_textbox;
540 function set_col_16_textbox($data) {
541 if(!empty($data)) {
542 $this->col_16_textbox = $data;
546 // ----- Palpation of heart (eg, location, size, thrills) -----
548 var $col_17;
549 var $col_17_textbox;
550 function get_col_17() {
551 return $this->col_17;
553 function set_col_17($data) {
554 if(!empty($data)) {
555 $this->col_17 = $data;
558 function get_col_17_wnl() {
559 return $this->col_17 == "WNL" ? "CHECKED" : ""; }
560 function get_col_17_abn() {
561 return $this->col_17 == "ABN" ? "CHECKED" : ""; }
562 function get_col_17_na() {
563 return $this->col_17 == "" ? "CHECKED" : ""; }
564 function get_col_17_textbox() {
565 return $this->col_17_textbox;
567 function set_col_17_textbox($data) {
568 if(!empty($data)) {
569 $this->col_17_textbox = $data;
574 var $col_18;
575 var $col_18_textbox;
576 function get_col_18() {
577 return $this->col_18;
579 function set_col_18($data) {
580 if(!empty($data)) {
581 $this->col_18 = $data;
584 function get_col_18_wnl() {
585 return $this->col_18 == "WNL" ? "CHECKED" : ""; }
586 function get_col_18_abn() {
587 return $this->col_18 == "ABN" ? "CHECKED" : ""; }
588 function get_col_18_na() {
589 return $this->col_18 == "" ? "CHECKED" : ""; }
590 function get_col_18_textbox() {
591 return $this->col_18_textbox;
593 function set_col_18_textbox($data) {
594 if(!empty($data)) {
595 $this->col_18_textbox = $data;
600 var $col_19;
601 var $col_19_textbox;
602 function get_col_19() {
603 return $this->col_19;
605 function set_col_19($data) {
606 if(!empty($data)) {
607 $this->col_19 = $data;
610 function get_col_19_wnl() {
611 return $this->col_19 == "WNL" ? "CHECKED" : ""; }
612 function get_col_19_abn() {
613 return $this->col_19 == "ABN" ? "CHECKED" : ""; }
614 function get_col_19_na() {
615 return $this->col_19 == "" ? "CHECKED" : ""; }
616 function get_col_19_textbox() {
617 return $this->col_19_textbox;
619 function set_col_19_textbox($data) {
620 if(!empty($data)) {
621 $this->col_19_textbox = $data;
626 var $col_20;
627 var $col_20_textbox;
628 function get_col_20() {
629 return $this->col_20;
631 function set_col_20($data) {
632 if(!empty($data)) {
633 $this->col_20 = $data;
636 function get_col_20_wnl() {
637 return $this->col_20 == "WNL" ? "CHECKED" : ""; }
638 function get_col_20_abn() {
639 return $this->col_20 == "ABN" ? "CHECKED" : ""; }
640 function get_col_20_na() {
641 return $this->col_20 == "" ? "CHECKED" : ""; }
642 function get_col_20_textbox() {
643 return $this->col_20_textbox;
645 function set_col_20_textbox($data) {
646 if(!empty($data)) {
647 $this->col_20_textbox = $data;
652 var $col_21;
653 var $col_21_textbox;
654 function get_col_21() {
655 return $this->col_21;
657 function set_col_21($data) {
658 if(!empty($data)) {
659 $this->col_21 = $data;
662 function get_col_21_wnl() {
663 return $this->col_21 == "WNL" ? "CHECKED" : ""; }
664 function get_col_21_abn() {
665 return $this->col_21 == "ABN" ? "CHECKED" : ""; }
666 function get_col_21_na() {
667 return $this->col_21 == "" ? "CHECKED" : ""; }
668 function get_col_21_textbox() {
669 return $this->col_21_textbox;
671 function set_col_21_textbox($data) {
672 if(!empty($data)) {
673 $this->col_21_textbox = $data;
678 var $col_22;
679 var $col_22_textbox;
680 function get_col_22() {
681 return $this->col_22;
683 function set_col_22($data) {
684 if(!empty($data)) {
685 $this->col_22 = $data;
688 function get_col_22_wnl() {
689 return $this->col_22 == "WNL" ? "CHECKED" : ""; }
690 function get_col_22_abn() {
691 return $this->col_22 == "ABN" ? "CHECKED" : ""; }
692 function get_col_22_na() {
693 return $this->col_22 == "" ? "CHECKED" : ""; }
694 function get_col_22_textbox() {
695 return $this->col_22_textbox;
697 function set_col_22_textbox($data) {
698 if(!empty($data)) {
699 $this->col_22_textbox = $data;
704 var $col_23;
705 var $col_23_textbox;
706 function get_col_23() {
707 return $this->col_23;
709 function set_col_23($data) {
710 if(!empty($data)) {
711 $this->col_23 = $data;
714 function get_col_23_wnl() {
715 return $this->col_23 == "WNL" ? "CHECKED" : ""; }
716 function get_col_23_abn() {
717 return $this->col_23 == "ABN" ? "CHECKED" : ""; }
718 function get_col_23_na() {
719 return $this->col_23 == "" ? "CHECKED" : ""; }
720 function get_col_23_textbox() {
721 return $this->col_23_textbox;
723 function set_col_23_textbox($data) {
724 if(!empty($data)) {
725 $this->col_23_textbox = $data;
729 // ----- Inspection of breasts (eg, symmetry, nipple discharge) -----
731 var $col_24;
732 var $col_24_textbox;
733 function get_col_24() {
734 return $this->col_24;
736 function set_col_24($data) {
737 if(!empty($data)) {
738 $this->col_24 = $data;
741 function get_col_24_wnl() {
742 return $this->col_24 == "WNL" ? "CHECKED" : ""; }
743 function get_col_24_abn() {
744 return $this->col_24 == "ABN" ? "CHECKED" : ""; }
745 function get_col_24_na() {
746 return $this->col_24 == "" ? "CHECKED" : ""; }
747 function get_col_24_textbox() {
748 return $this->col_24_textbox;
750 function set_col_24_textbox($data) {
751 if(!empty($data)) {
752 $this->col_24_textbox = $data;
757 var $col_25;
758 var $col_25_textbox;
759 function get_col_25() {
760 return $this->col_25;
762 function set_col_25($data) {
763 if(!empty($data)) {
764 $this->col_25 = $data;
767 function get_col_25_wnl() {
768 return $this->col_25 == "WNL" ? "CHECKED" : ""; }
769 function get_col_25_abn() {
770 return $this->col_25 == "ABN" ? "CHECKED" : ""; }
771 function get_col_25_na() {
772 return $this->col_25 == "" ? "CHECKED" : ""; }
773 function get_col_25_textbox() {
774 return $this->col_25_textbox;
776 function set_col_25_textbox($data) {
777 if(!empty($data)) {
778 $this->col_25_textbox = $data;
782 // ----- Examination of abdomen with notation of presence of masses or tenderness -----
784 var $col_26;
785 var $col_26_textbox;
786 function get_col_26() {
787 return $this->col_26;
789 function set_col_26($data) {
790 if(!empty($data)) {
791 $this->col_26 = $data;
794 function get_col_26_wnl() {
795 return $this->col_26 == "WNL" ? "CHECKED" : ""; }
796 function get_col_26_abn() {
797 return $this->col_26 == "ABN" ? "CHECKED" : ""; }
798 function get_col_26_na() {
799 return $this->col_26 == "" ? "CHECKED" : ""; }
800 function get_col_26_textbox() {
801 return $this->col_26_textbox;
803 function set_col_26_textbox($data) {
804 if(!empty($data)) {
805 $this->col_26_textbox = $data;
810 var $col_27;
811 var $col_27_textbox;
812 function get_col_27() {
813 return $this->col_27;
815 function set_col_27($data) {
816 if(!empty($data)) {
817 $this->col_27 = $data;
820 function get_col_27_wnl() {
821 return $this->col_27 == "WNL" ? "CHECKED" : ""; }
822 function get_col_27_abn() {
823 return $this->col_27 == "ABN" ? "CHECKED" : ""; }
824 function get_col_27_na() {
825 return $this->col_27 == "" ? "CHECKED" : ""; }
826 function get_col_27_textbox() {
827 return $this->col_27_textbox;
829 function set_col_27_textbox($data) {
830 if(!empty($data)) {
831 $this->col_27_textbox = $data;
836 var $col_28;
837 var $col_28_textbox;
838 function get_col_28() {
839 return $this->col_28;
841 function set_col_28($data) {
842 if(!empty($data)) {
843 $this->col_28 = $data;
846 function get_col_28_wnl() {
847 return $this->col_28 == "WNL" ? "CHECKED" : ""; }
848 function get_col_28_abn() {
849 return $this->col_28 == "ABN" ? "CHECKED" : ""; }
850 function get_col_28_na() {
851 return $this->col_28 == "" ? "CHECKED" : ""; }
852 function get_col_28_textbox() {
853 return $this->col_28_textbox;
855 function set_col_28_textbox($data) {
856 if(!empty($data)) {
857 $this->col_28_textbox = $data;
862 var $col_29;
863 var $col_29_textbox;
864 function get_col_29() {
865 return $this->col_29;
867 function set_col_29($data) {
868 if(!empty($data)) {
869 $this->col_29 = $data;
872 function get_col_29_wnl() {
873 return $this->col_29 == "WNL" ? "CHECKED" : ""; }
874 function get_col_29_abn() {
875 return $this->col_29 == "ABN" ? "CHECKED" : ""; }
876 function get_col_29_na() {
877 return $this->col_29 == "" ? "CHECKED" : ""; }
878 function get_col_29_textbox() {
879 return $this->col_29_textbox;
881 function set_col_29_textbox($data) {
882 if(!empty($data)) {
883 $this->col_29_textbox = $data;
888 var $col_30;
889 var $col_30_textbox;
890 function get_col_30() {
891 return $this->col_30;
893 function set_col_30($data) {
894 if(!empty($data)) {
895 $this->col_30 = $data;
898 function get_col_30_wnl() {
899 return $this->col_30 == "WNL" ? "CHECKED" : ""; }
900 function get_col_30_abn() {
901 return $this->col_30 == "ABN" ? "CHECKED" : ""; }
902 function get_col_30_na() {
903 return $this->col_30 == "" ? "CHECKED" : ""; }
904 function get_col_30_textbox() {
905 return $this->col_30_textbox;
907 function set_col_30_textbox($data) {
908 if(!empty($data)) {
909 $this->col_30_textbox = $data;
913 // ----- Examination of the scrotal contents (eg, hydrocele, spermatocele, tenderness of cord, testicular mass) -----
915 var $col_31;
916 var $col_31_textbox;
917 function get_col_31() {
918 return $this->col_31;
920 function set_col_31($data) {
921 if(!empty($data)) {
922 $this->col_31 = $data;
925 function get_col_31_wnl() {
926 return $this->col_31 == "WNL" ? "CHECKED" : ""; }
927 function get_col_31_abn() {
928 return $this->col_31 == "ABN" ? "CHECKED" : ""; }
929 function get_col_31_na() {
930 return $this->col_31 == "" ? "CHECKED" : ""; }
931 function get_col_31_textbox() {
932 return $this->col_31_textbox;
934 function set_col_31_textbox($data) {
935 if(!empty($data)) {
936 $this->col_31_textbox = $data;
941 var $col_32;
942 var $col_32_textbox;
943 function get_col_32() {
944 return $this->col_32;
946 function set_col_32($data) {
947 if(!empty($data)) {
948 $this->col_32 = $data;
951 function get_col_32_wnl() {
952 return $this->col_32 == "WNL" ? "CHECKED" : ""; }
953 function get_col_32_abn() {
954 return $this->col_32 == "ABN" ? "CHECKED" : ""; }
955 function get_col_32_na() {
956 return $this->col_32 == "" ? "CHECKED" : ""; }
957 function get_col_32_textbox() {
958 return $this->col_32_textbox;
960 function set_col_32_textbox($data) {
961 if(!empty($data)) {
962 $this->col_32_textbox = $data;
967 var $col_33;
968 var $col_33_textbox;
969 function get_col_33() {
970 return $this->col_33;
972 function set_col_33($data) {
973 if(!empty($data)) {
974 $this->col_33 = $data;
977 function get_col_33_wnl() {
978 return $this->col_33 == "WNL" ? "CHECKED" : ""; }
979 function get_col_33_abn() {
980 return $this->col_33 == "ABN" ? "CHECKED" : ""; }
981 function get_col_33_na() {
982 return $this->col_33 == "" ? "CHECKED" : ""; }
983 function get_col_33_textbox() {
984 return $this->col_33_textbox;
986 function set_col_33_textbox($data) {
987 if(!empty($data)) {
988 $this->col_33_textbox = $data;
992 // ----- Pelvic examination (with or without specimen collection for smears and cultures), including -----
994 var $col_34;
995 var $col_34_textbox;
996 function get_col_34() {
997 return $this->col_34;
999 function set_col_34($data) {
1000 if(!empty($data)) {
1001 $this->col_34 = $data;
1004 function get_col_34_wnl() {
1005 return $this->col_34 == "WNL" ? "CHECKED" : ""; }
1006 function get_col_34_abn() {
1007 return $this->col_34 == "ABN" ? "CHECKED" : ""; }
1008 function get_col_34_na() {
1009 return $this->col_34 == "" ? "CHECKED" : ""; }
1010 function get_col_34_textbox() {
1011 return $this->col_34_textbox;
1013 function set_col_34_textbox($data) {
1014 if(!empty($data)) {
1015 $this->col_34_textbox = $data;
1020 var $col_35;
1021 var $col_35_textbox;
1022 function get_col_35() {
1023 return $this->col_35;
1025 function set_col_35($data) {
1026 if(!empty($data)) {
1027 $this->col_35 = $data;
1030 function get_col_35_wnl() {
1031 return $this->col_35 == "WNL" ? "CHECKED" : ""; }
1032 function get_col_35_abn() {
1033 return $this->col_35 == "ABN" ? "CHECKED" : ""; }
1034 function get_col_35_na() {
1035 return $this->col_35 == "" ? "CHECKED" : ""; }
1036 function get_col_35_textbox() {
1037 return $this->col_35_textbox;
1039 function set_col_35_textbox($data) {
1040 if(!empty($data)) {
1041 $this->col_35_textbox = $data;
1046 var $col_36;
1047 var $col_36_textbox;
1048 function get_col_36() {
1049 return $this->col_36;
1051 function set_col_36($data) {
1052 if(!empty($data)) {
1053 $this->col_36 = $data;
1056 function get_col_36_wnl() {
1057 return $this->col_36 == "WNL" ? "CHECKED" : ""; }
1058 function get_col_36_abn() {
1059 return $this->col_36 == "ABN" ? "CHECKED" : ""; }
1060 function get_col_36_na() {
1061 return $this->col_36 == "" ? "CHECKED" : ""; }
1062 function get_col_36_textbox() {
1063 return $this->col_36_textbox;
1065 function set_col_36_textbox($data) {
1066 if(!empty($data)) {
1067 $this->col_36_textbox = $data;
1072 var $col_37;
1073 var $col_37_textbox;
1074 function get_col_37() {
1075 return $this->col_37;
1077 function set_col_37($data) {
1078 if(!empty($data)) {
1079 $this->col_37 = $data;
1082 function get_col_37_wnl() {
1083 return $this->col_37 == "WNL" ? "CHECKED" : ""; }
1084 function get_col_37_abn() {
1085 return $this->col_37 == "ABN" ? "CHECKED" : ""; }
1086 function get_col_37_na() {
1087 return $this->col_37 == "" ? "CHECKED" : ""; }
1088 function get_col_37_textbox() {
1089 return $this->col_37_textbox;
1091 function set_col_37_textbox($data) {
1092 if(!empty($data)) {
1093 $this->col_37_textbox = $data;
1098 var $col_38;
1099 var $col_38_textbox;
1100 function get_col_38() {
1101 return $this->col_38;
1103 function set_col_38($data) {
1104 if(!empty($data)) {
1105 $this->col_38 = $data;
1108 function get_col_38_wnl() {
1109 return $this->col_38 == "WNL" ? "CHECKED" : ""; }
1110 function get_col_38_abn() {
1111 return $this->col_38 == "ABN" ? "CHECKED" : ""; }
1112 function get_col_38_na() {
1113 return $this->col_38 == "" ? "CHECKED" : ""; }
1114 function get_col_38_textbox() {
1115 return $this->col_38_textbox;
1117 function set_col_38_textbox($data) {
1118 if(!empty($data)) {
1119 $this->col_38_textbox = $data;
1124 var $col_39;
1125 var $col_39_textbox;
1126 function get_col_39() {
1127 return $this->col_39;
1129 function set_col_39($data) {
1130 if(!empty($data)) {
1131 $this->col_39 = $data;
1134 function get_col_39_wnl() {
1135 return $this->col_39 == "WNL" ? "CHECKED" : ""; }
1136 function get_col_39_abn() {
1137 return $this->col_39 == "ABN" ? "CHECKED" : ""; }
1138 function get_col_39_na() {
1139 return $this->col_39 == "" ? "CHECKED" : ""; }
1140 function get_col_39_textbox() {
1141 return $this->col_39_textbox;
1143 function set_col_39_textbox($data) {
1144 if(!empty($data)) {
1145 $this->col_39_textbox = $data;
1150 var $col_40;
1151 var $col_40_textbox;
1152 function get_col_40() {
1153 return $this->col_40;
1155 function set_col_40($data) {
1156 if(!empty($data)) {
1157 $this->col_40 = $data;
1160 function get_col_40_wnl() {
1161 return $this->col_40 == "WNL" ? "CHECKED" : ""; }
1162 function get_col_40_abn() {
1163 return $this->col_40 == "ABN" ? "CHECKED" : ""; }
1164 function get_col_40_na() {
1165 return $this->col_40 == "" ? "CHECKED" : ""; }
1166 function get_col_40_textbox() {
1167 return $this->col_40_textbox;
1169 function set_col_40_textbox($data) {
1170 if(!empty($data)) {
1171 $this->col_40_textbox = $data;
1175 // ----- Palpation of lymph nodes in or more areas: -----
1177 var $col_41;
1178 var $col_41_textbox;
1179 function get_col_41() {
1180 return $this->col_41;
1182 function set_col_41($data) {
1183 if(!empty($data)) {
1184 $this->col_41 = $data;
1187 function get_col_41_wnl() {
1188 return $this->col_41 == "WNL" ? "CHECKED" : ""; }
1189 function get_col_41_abn() {
1190 return $this->col_41 == "ABN" ? "CHECKED" : ""; }
1191 function get_col_41_na() {
1192 return $this->col_41 == "" ? "CHECKED" : ""; }
1193 function get_col_41_textbox() {
1194 return $this->col_41_textbox;
1196 function set_col_41_textbox($data) {
1197 if(!empty($data)) {
1198 $this->col_41_textbox = $data;
1203 var $col_42;
1204 var $col_42_textbox;
1205 function get_col_42() {
1206 return $this->col_42;
1208 function set_col_42($data) {
1209 if(!empty($data)) {
1210 $this->col_42 = $data;
1213 function get_col_42_wnl() {
1214 return $this->col_42 == "WNL" ? "CHECKED" : ""; }
1215 function get_col_42_abn() {
1216 return $this->col_42 == "ABN" ? "CHECKED" : ""; }
1217 function get_col_42_na() {
1218 return $this->col_42 == "" ? "CHECKED" : ""; }
1219 function get_col_42_textbox() {
1220 return $this->col_42_textbox;
1222 function set_col_42_textbox($data) {
1223 if(!empty($data)) {
1224 $this->col_42_textbox = $data;
1229 var $col_43;
1230 var $col_43_textbox;
1231 function get_col_43() {
1232 return $this->col_43;
1234 function set_col_43($data) {
1235 if(!empty($data)) {
1236 $this->col_43 = $data;
1239 function get_col_43_wnl() {
1240 return $this->col_43 == "WNL" ? "CHECKED" : ""; }
1241 function get_col_43_abn() {
1242 return $this->col_43 == "ABN" ? "CHECKED" : ""; }
1243 function get_col_43_na() {
1244 return $this->col_43 == "" ? "CHECKED" : ""; }
1245 function get_col_43_textbox() {
1246 return $this->col_43_textbox;
1248 function set_col_43_textbox($data) {
1249 if(!empty($data)) {
1250 $this->col_43_textbox = $data;
1255 var $col_44;
1256 var $col_44_textbox;
1257 function get_col_44() {
1258 return $this->col_44;
1260 function set_col_44($data) {
1261 if(!empty($data)) {
1262 $this->col_44 = $data;
1265 function get_col_44_wnl() {
1266 return $this->col_44 == "WNL" ? "CHECKED" : ""; }
1267 function get_col_44_abn() {
1268 return $this->col_44 == "ABN" ? "CHECKED" : ""; }
1269 function get_col_44_na() {
1270 return $this->col_44 == "" ? "CHECKED" : ""; }
1271 function get_col_44_textbox() {
1272 return $this->col_44_textbox;
1274 function set_col_44_textbox($data) {
1275 if(!empty($data)) {
1276 $this->col_44_textbox = $data;
1281 var $col_45;
1282 var $col_45_textbox;
1283 function get_col_45() {
1284 return $this->col_45;
1286 function set_col_45($data) {
1287 if(!empty($data)) {
1288 $this->col_45 = $data;
1291 function get_col_45_wnl() {
1292 return $this->col_45 == "WNL" ? "CHECKED" : ""; }
1293 function get_col_45_abn() {
1294 return $this->col_45 == "ABN" ? "CHECKED" : ""; }
1295 function get_col_45_na() {
1296 return $this->col_45 == "" ? "CHECKED" : ""; }
1297 function get_col_45_textbox() {
1298 return $this->col_45_textbox;
1300 function set_col_45_textbox($data) {
1301 if(!empty($data)) {
1302 $this->col_45_textbox = $data;
1306 // ----- Examination of gait and station -----
1308 var $col_46;
1309 var $col_46_textbox;
1310 function get_col_46() {
1311 return $this->col_46;
1313 function set_col_46($data) {
1314 if(!empty($data)) {
1315 $this->col_46 = $data;
1318 function get_col_46_wnl() {
1319 return $this->col_46 == "WNL" ? "CHECKED" : ""; }
1320 function get_col_46_abn() {
1321 return $this->col_46 == "ABN" ? "CHECKED" : ""; }
1322 function get_col_46_na() {
1323 return $this->col_46 == "" ? "CHECKED" : ""; }
1324 function get_col_46_textbox() {
1325 return $this->col_46_textbox;
1327 function set_col_46_textbox($data) {
1328 if(!empty($data)) {
1329 $this->col_46_textbox = $data;
1334 var $col_47;
1335 var $col_47_textbox;
1336 function get_col_47() {
1337 return $this->col_47;
1339 function set_col_47($data) {
1340 if(!empty($data)) {
1341 $this->col_47 = $data;
1344 function get_col_47_wnl() {
1345 return $this->col_47 == "WNL" ? "CHECKED" : ""; }
1346 function get_col_47_abn() {
1347 return $this->col_47 == "ABN" ? "CHECKED" : ""; }
1348 function get_col_47_na() {
1349 return $this->col_47 == "" ? "CHECKED" : ""; }
1350 function get_col_47_textbox() {
1351 return $this->col_47_textbox;
1353 function set_col_47_textbox($data) {
1354 if(!empty($data)) {
1355 $this->col_47_textbox = $data;
1360 var $col_48;
1361 var $col_48_textbox;
1362 function get_col_48() {
1363 return $this->col_48;
1365 function set_col_48($data) {
1366 if(!empty($data)) {
1367 $this->col_48 = $data;
1370 function get_col_48_wnl() {
1371 return $this->col_48 == "WNL" ? "CHECKED" : ""; }
1372 function get_col_48_abn() {
1373 return $this->col_48 == "ABN" ? "CHECKED" : ""; }
1374 function get_col_48_na() {
1375 return $this->col_48 == "" ? "CHECKED" : ""; }
1376 function get_col_48_textbox() {
1377 return $this->col_48_textbox;
1379 function set_col_48_textbox($data) {
1380 if(!empty($data)) {
1381 $this->col_48_textbox = $data;
1386 var $col_49;
1387 var $col_49_textbox;
1388 function get_col_49() {
1389 return $this->col_49;
1391 function set_col_49($data) {
1392 if(!empty($data)) {
1393 $this->col_49 = $data;
1396 function get_col_49_wnl() {
1397 return $this->col_49 == "WNL" ? "CHECKED" : ""; }
1398 function get_col_49_abn() {
1399 return $this->col_49 == "ABN" ? "CHECKED" : ""; }
1400 function get_col_49_na() {
1401 return $this->col_49 == "" ? "CHECKED" : ""; }
1402 function get_col_49_textbox() {
1403 return $this->col_49_textbox;
1405 function set_col_49_textbox($data) {
1406 if(!empty($data)) {
1407 $this->col_49_textbox = $data;
1412 var $col_50;
1413 var $col_50_textbox;
1414 function get_col_50() {
1415 return $this->col_50;
1417 function set_col_50($data) {
1418 if(!empty($data)) {
1419 $this->col_50 = $data;
1422 function get_col_50_wnl() {
1423 return $this->col_50 == "WNL" ? "CHECKED" : ""; }
1424 function get_col_50_abn() {
1425 return $this->col_50 == "ABN" ? "CHECKED" : ""; }
1426 function get_col_50_na() {
1427 return $this->col_50 == "" ? "CHECKED" : ""; }
1428 function get_col_50_textbox() {
1429 return $this->col_50_textbox;
1431 function set_col_50_textbox($data) {
1432 if(!empty($data)) {
1433 $this->col_50_textbox = $data;
1438 var $col_51;
1439 var $col_51_textbox;
1440 function get_col_51() {
1441 return $this->col_51;
1443 function set_col_51($data) {
1444 if(!empty($data)) {
1445 $this->col_51 = $data;
1448 function get_col_51_wnl() {
1449 return $this->col_51 == "WNL" ? "CHECKED" : ""; }
1450 function get_col_51_abn() {
1451 return $this->col_51 == "ABN" ? "CHECKED" : ""; }
1452 function get_col_51_na() {
1453 return $this->col_51 == "" ? "CHECKED" : ""; }
1454 function get_col_51_textbox() {
1455 return $this->col_51_textbox;
1457 function set_col_51_textbox($data) {
1458 if(!empty($data)) {
1459 $this->col_51_textbox = $data;
1464 var $col_52;
1465 var $col_52_textbox;
1466 function get_col_52() {
1467 return $this->col_52;
1469 function set_col_52($data) {
1470 if(!empty($data)) {
1471 $this->col_52 = $data;
1474 function get_col_52_wnl() {
1475 return $this->col_52 == "WNL" ? "CHECKED" : ""; }
1476 function get_col_52_abn() {
1477 return $this->col_52 == "ABN" ? "CHECKED" : ""; }
1478 function get_col_52_na() {
1479 return $this->col_52 == "" ? "CHECKED" : ""; }
1480 function get_col_52_textbox() {
1481 return $this->col_52_textbox;
1483 function set_col_52_textbox($data) {
1484 if(!empty($data)) {
1485 $this->col_52_textbox = $data;
1489 // ----- Inspection of skin and subcutaneous tissue (eg, rashes, lesions, ulcers) -----
1491 var $col_53;
1492 var $col_53_textbox;
1493 function get_col_53() {
1494 return $this->col_53;
1496 function set_col_53($data) {
1497 if(!empty($data)) {
1498 $this->col_53 = $data;
1501 function get_col_53_wnl() {
1502 return $this->col_53 == "WNL" ? "CHECKED" : ""; }
1503 function get_col_53_abn() {
1504 return $this->col_53 == "ABN" ? "CHECKED" : ""; }
1505 function get_col_53_na() {
1506 return $this->col_53 == "" ? "CHECKED" : ""; }
1507 function get_col_53_textbox() {
1508 return $this->col_53_textbox;
1510 function set_col_53_textbox($data) {
1511 if(!empty($data)) {
1512 $this->col_53_textbox = $data;
1517 var $col_54;
1518 var $col_54_textbox;
1519 function get_col_54() {
1520 return $this->col_54;
1522 function set_col_54($data) {
1523 if(!empty($data)) {
1524 $this->col_54 = $data;
1527 function get_col_54_wnl() {
1528 return $this->col_54 == "WNL" ? "CHECKED" : ""; }
1529 function get_col_54_abn() {
1530 return $this->col_54 == "ABN" ? "CHECKED" : ""; }
1531 function get_col_54_na() {
1532 return $this->col_54 == "" ? "CHECKED" : ""; }
1533 function get_col_54_textbox() {
1534 return $this->col_54_textbox;
1536 function set_col_54_textbox($data) {
1537 if(!empty($data)) {
1538 $this->col_54_textbox = $data;
1542 // ----- Test cranial nerves with notation of any deficits -----
1544 var $col_55;
1545 var $col_55_textbox;
1546 function get_col_55() {
1547 return $this->col_55;
1549 function set_col_55($data) {
1550 if(!empty($data)) {
1551 $this->col_55 = $data;
1554 function get_col_55_wnl() {
1555 return $this->col_55 == "WNL" ? "CHECKED" : ""; }
1556 function get_col_55_abn() {
1557 return $this->col_55 == "ABN" ? "CHECKED" : ""; }
1558 function get_col_55_na() {
1559 return $this->col_55 == "" ? "CHECKED" : ""; }
1560 function get_col_55_textbox() {
1561 return $this->col_55_textbox;
1563 function set_col_55_textbox($data) {
1564 if(!empty($data)) {
1565 $this->col_55_textbox = $data;
1570 var $col_56;
1571 var $col_56_textbox;
1572 function get_col_56() {
1573 return $this->col_56;
1575 function set_col_56($data) {
1576 if(!empty($data)) {
1577 $this->col_56 = $data;
1580 function get_col_56_wnl() {
1581 return $this->col_56 == "WNL" ? "CHECKED" : ""; }
1582 function get_col_56_abn() {
1583 return $this->col_56 == "ABN" ? "CHECKED" : ""; }
1584 function get_col_56_na() {
1585 return $this->col_56 == "" ? "CHECKED" : ""; }
1586 function get_col_56_textbox() {
1587 return $this->col_56_textbox;
1589 function set_col_56_textbox($data) {
1590 if(!empty($data)) {
1591 $this->col_56_textbox = $data;
1596 var $col_57;
1597 var $col_57_textbox;
1598 function get_col_57() {
1599 return $this->col_57;
1601 function set_col_57($data) {
1602 if(!empty($data)) {
1603 $this->col_57 = $data;
1606 function get_col_57_wnl() {
1607 return $this->col_57 == "WNL" ? "CHECKED" : ""; }
1608 function get_col_57_abn() {
1609 return $this->col_57 == "ABN" ? "CHECKED" : ""; }
1610 function get_col_57_na() {
1611 return $this->col_57 == "" ? "CHECKED" : ""; }
1612 function get_col_57_textbox() {
1613 return $this->col_57_textbox;
1615 function set_col_57_textbox($data) {
1616 if(!empty($data)) {
1617 $this->col_57_textbox = $data;
1621 // ----- Description of patient’s judgment and insight -----
1623 var $col_58;
1624 var $col_58_textbox;
1625 function get_col_58() {
1626 return $this->col_58;
1628 function set_col_58($data) {
1629 if(!empty($data)) {
1630 $this->col_58 = $data;
1633 function get_col_58_wnl() {
1634 return $this->col_58 == "WNL" ? "CHECKED" : ""; }
1635 function get_col_58_abn() {
1636 return $this->col_58 == "ABN" ? "CHECKED" : ""; }
1637 function get_col_58_na() {
1638 return $this->col_58 == "" ? "CHECKED" : ""; }
1639 function get_col_58_textbox() {
1640 return $this->col_58_textbox;
1642 function set_col_58_textbox($data) {
1643 if(!empty($data)) {
1644 $this->col_58_textbox = $data;
1649 var $col_59;
1650 var $col_59_textbox;
1651 function get_col_59() {
1652 return $this->col_59;
1654 function set_col_59($data) {
1655 if(!empty($data)) {
1656 $this->col_59 = $data;
1659 function get_col_59_wnl() {
1660 return $this->col_59 == "WNL" ? "CHECKED" : ""; }
1661 function get_col_59_abn() {
1662 return $this->col_59 == "ABN" ? "CHECKED" : ""; }
1663 function get_col_59_na() {
1664 return $this->col_59 == "" ? "CHECKED" : ""; }
1665 function get_col_59_textbox() {
1666 return $this->col_59_textbox;
1668 function set_col_59_textbox($data) {
1669 if(!empty($data)) {
1670 $this->col_59_textbox = $data;
1675 var $col_60;
1676 var $col_60_textbox;
1677 function get_col_60() {
1678 return $this->col_60;
1680 function set_col_60($data) {
1681 if(!empty($data)) {
1682 $this->col_60 = $data;
1685 function get_col_60_wnl() {
1686 return $this->col_60 == "WNL" ? "CHECKED" : ""; }
1687 function get_col_60_abn() {
1688 return $this->col_60 == "ABN" ? "CHECKED" : ""; }
1689 function get_col_60_na() {
1690 return $this->col_60 == "" ? "CHECKED" : ""; }
1691 function get_col_60_textbox() {
1692 return $this->col_60_textbox;
1694 function set_col_60_textbox($data) {
1695 if(!empty($data)) {
1696 $this->col_60_textbox = $data;
1701 var $col_61;
1702 var $col_61_textbox;
1703 function get_col_61() {
1704 return $this->col_61;
1706 function set_col_61($data) {
1707 if(!empty($data)) {
1708 $this->col_61 = $data;
1711 function get_col_61_wnl() {
1712 return $this->col_61 == "WNL" ? "CHECKED" : ""; }
1713 function get_col_61_abn() {
1714 return $this->col_61 == "ABN" ? "CHECKED" : ""; }
1715 function get_col_61_na() {
1716 return $this->col_61 == "" ? "CHECKED" : ""; }
1717 function get_col_61_textbox() {
1718 return $this->col_61_textbox;
1720 function set_col_61_textbox($data) {
1721 if(!empty($data)) {
1722 $this->col_61_textbox = $data;
1727 var $col_62;
1728 var $col_62_textbox;
1729 function get_col_62() {
1730 return $this->col_62;
1732 function set_col_62($data) {
1733 if(!empty($data)) {
1734 $this->col_62 = $data;
1737 function get_col_62_wnl() {
1738 return $this->col_62 == "WNL" ? "CHECKED" : ""; }
1739 function get_col_62_abn() {
1740 return $this->col_62 == "ABN" ? "CHECKED" : ""; }
1741 function get_col_62_na() {
1742 return $this->col_62 == "" ? "CHECKED" : ""; }
1743 function get_col_62_textbox() {
1744 return $this->col_62_textbox;
1746 function set_col_62_textbox($data) {
1747 if(!empty($data)) {
1748 $this->col_62_textbox = $data;
1752 } // end of Form