A couple of new experimental features. Type perl formscript.pl for documentation.
[openemr.git] / contrib / forms / cricket_injury_audit / cia.inc.php
blobc5c86b051fb982668fd2be2f549b211f26fddba0
1 <?php
2 $arr_county = array(
3 '1' => 'Derbyshire',
4 '2' => 'Durham',
5 '3' => 'Essex',
6 '4' => 'Glamorgan',
7 '5' => 'Gloucestershire',
8 '6' => 'Hampshire',
9 '7' => 'Kent',
10 '8' => 'Lancashire',
11 '9' => 'Leicestershire',
12 '10' => 'Middlesex',
13 '11' => 'Northamptonshire',
14 '12' => 'Nottinghamshire',
15 '13' => 'Somerset',
16 '14' => 'Surrey',
17 '15' => 'Sussex',
18 '16' => 'Warwickshire',
19 '17' => 'Worcestershire',
20 '18' => 'Yorkshire',
23 $arr_team = array(
24 '1' => 'County 1st',
25 '2' => 'County 2nd',
26 '3' => 'County U19',
27 '4' => 'Test',
28 '5' => 'ODI',
29 '6' => 'Other',
30 '7' => 'Club Cricket',
33 $arr_duration = array(
34 '1' => '1',
35 '2' => '2',
36 '3' => '3',
37 '4' => '4',
38 '5' => '5',
39 '6' => '20/20',
42 $arr_role = array(
43 '1' => 'Batsman',
44 '2' => 'Bowler',
45 '3' => 'Wicket Keeper',
48 $arr_matchtype = array(
49 '1' => 'Game',
50 '2' => 'Warm Up',
51 '3' => 'Warm Down/Recovery',
52 '4' => 'Training',
53 '5' => 'Other',
54 '6' => 'Non Cricket',
55 '7' => 'Cross Training',
56 '8' => 'Practice',
57 '9' => 'Previous Season',
60 $arr_cause = array(
61 '1' => 'Contact',
62 '2' => 'Torsion',
63 '3' => 'Repetition',
64 '4' => 'Compression',
67 $arr_activity = array(
68 '1' => 'Batting',
69 '2' => 'Bowling',
70 '3' => 'Circuit Training',
71 '4' => 'Fielding',
72 '5' => 'Frisbee',
73 '6' => 'Golf',
74 '7' => 'N/S',
75 '8' => 'N/A',
76 '9' => 'Other',
77 '10' => 'Plyometrics',
78 '11' => 'Rugby',
79 '12' => 'Running',
80 '13' => 'SAQ',
81 '14' => 'Soccer',
82 '15' => 'Sprints',
83 '16' => 'Spontaneous',
84 '17' => 'Team Building',
85 '18' => 'Warm Up Activity',
86 '19' => 'Wt Training',
87 '20' => 'Wicket Keeping',
88 '21' => 'Recovery Activity',
91 $arr_batside = array(
92 '1' => 'Right',
93 '2' => 'Left',
94 '3' => 'N/A',
97 $arr_bowlside = array(
98 '1' => 'Right',
99 '2' => 'Left',
100 '3' => 'N/A',
103 $arr_bowltype = array(
104 '1' => 'Fast',
105 '2' => 'Medium',
106 '3' => 'Slow',
107 '4' => 'N/A',