Contributed GYM Forms, some of the table.sql files include inserts into list_options...
[openemr.git] / contrib / forms / vaginitis_soap / table.sql
blobc00f56de8be92cce4b3a8740ce74b0039fc7d265
1 CREATE TABLE IF NOT EXISTS `form_vaginitis_soap` (
2     /* both extended and encounter forms need a last modified date */
3     date datetime default NULL comment 'last modified date',
4     /* these fields are common to all encounter forms. */
5     id bigint(20) NOT NULL auto_increment,
6     pid bigint(20) NOT NULL default 0,
7     user varchar(255) default NULL,
8     groupname varchar(255) default NULL,
9     authorized tinyint(4) default NULL,
10     activity tinyint(4) default NULL,
11     vaginitis_complaints varchar(255),
12     other TEXT,
13     duration varchar(255),
14     objective_exam varchar(255),
15     vaginitis varchar(255),
16     plan_medications varchar(255),
17     plan_behavior_modification TEXT,
18     plan_cultures varchar(255),
19     plan_other TEXT,
20     PRIMARY KEY (id)
21 ) ENGINE=InnoDB;
22 INSERT IGNORE INTO list_options SET list_id='lists',
23     option_id='Vaginitis_Complaints',
24     title='Vaginitis Complaints';
25 INSERT IGNORE INTO list_options SET list_id='Vaginitis_Complaints',
26     option_id='1',
27     title='Itching (pruritus)',
28     seq='1';
29 INSERT IGNORE INTO list_options SET list_id='Vaginitis_Complaints',
30     option_id='2',
31     title='Discharge (leukorrhea)',
32     seq='2';
33 INSERT IGNORE INTO list_options SET list_id='Vaginitis_Complaints',
34     option_id='3',
35     title='Odor',
36     seq='3';
37 INSERT IGNORE INTO list_options SET list_id='Vaginitis_Complaints',
38     option_id='4',
39     title='Pain',
40     seq='4';
41 INSERT IGNORE INTO list_options SET list_id='Vaginitis_Complaints',
42     option_id='6',
43     title='Previous Cultures',
44     seq='6';
45 INSERT IGNORE INTO list_options SET list_id='Vaginitis_Complaints',
46     option_id='7',
47     title='Previous Prescriptions',
48     seq='7';
49 INSERT IGNORE INTO list_options SET list_id='Vaginitis_Complaints',
50     option_id='8',
51     title='Other',
52     seq='8';
53 INSERT IGNORE INTO list_options SET list_id='lists',
54     option_id='Vaginitis_Exam',
55     title='Vaginitis Exam';
56 INSERT IGNORE INTO list_options SET list_id='Vaginitis_Exam',
57     option_id='1',
58     title='Vulvar',
59     seq='1';
60 INSERT IGNORE INTO list_options SET list_id='Vaginitis_Exam',
61     option_id='2',
62     title='Vaginal',
63     seq='2';
64 INSERT IGNORE INTO list_options SET list_id='Vaginitis_Exam',
65     option_id='3',
66     title='Cervix',
67     seq='3';
68 INSERT IGNORE INTO list_options SET list_id='Vaginitis_Exam',
69     option_id='4',
70     title='Uterus',
71     seq='4';
72 INSERT IGNORE INTO list_options SET list_id='Vaginitis_Exam',
73     option_id='5',
74     title='Adnexae',
75     seq='5';
76 INSERT IGNORE INTO list_options SET list_id='Vaginitis_Exam',
77     option_id='6',
78     title='Rectal',
79     seq='6';
80 INSERT IGNORE INTO list_options SET list_id='Vaginitis_Exam',
81     option_id='7',
82     title='Other',
83     seq='7';
84 INSERT IGNORE INTO list_options SET list_id='lists',
85     option_id='Vaginitis_Diagnosis',
86     title='Vaginitis Diagnosis';
87 INSERT IGNORE INTO list_options SET list_id='Vaginitis_Diagnosis',
88     option_id='1',
89     title='Affirm',
90     seq='1';
91 INSERT IGNORE INTO list_options SET list_id='Vaginitis_Diagnosis',
92     option_id='2',
93     title='Yeast',
94     seq='2';
95 INSERT IGNORE INTO list_options SET list_id='Vaginitis_Diagnosis',
96     option_id='3',
97     title='Bacterial Vaginosis',
98     seq='3';
99 INSERT IGNORE INTO list_options SET list_id='Vaginitis_Diagnosis',
100     option_id='4',
101     title='Vulvar Vaginitis',
102     seq='4';
103 INSERT IGNORE INTO list_options SET list_id='Vaginitis_Diagnosis',
104     option_id='5',
105     title='Lichen Schlerosis',
106     seq='5';
107 INSERT IGNORE INTO list_options SET list_id='Vaginitis_Diagnosis',
108     option_id='6',
109     title='Atrophic Vaginitis',
110     seq='6';
111 INSERT IGNORE INTO list_options SET list_id='Vaginitis_Diagnosis',
112     option_id='7',
113     title='Other',
114     seq='7';
115 INSERT IGNORE INTO list_options SET list_id='lists',
116     option_id='Vaginitis_Medications',
117     title='Vaginitis Medications';
118 INSERT IGNORE INTO list_options SET list_id='Vaginitis_Medications',
119     option_id='1',
120     title='Estrace Cream',
121     seq='1';
122 INSERT IGNORE INTO list_options SET list_id='Vaginitis_Medications',
123     option_id='2',
124     title='Flagyl',
125     seq='2';
126 INSERT IGNORE INTO list_options SET list_id='Vaginitis_Medications',
127     option_id='3',
128     title='Terazol-3',
129     seq='3';
130 INSERT IGNORE INTO list_options SET list_id='Vaginitis_Medications',
131     option_id='4',
132     title='Terazol-7',
133     seq='4';
134 INSERT IGNORE INTO list_options SET list_id='Vaginitis_Medications',
135     option_id='5',
136     title='Diflucan',
137     seq='5';
138 INSERT IGNORE INTO list_options SET list_id='Vaginitis_Medications',
139     option_id='6',
140     title='Lotrisone',
141     seq='6';
142 INSERT IGNORE INTO list_options SET list_id='Vaginitis_Medications',
143     option_id='7',
144     title='Tindamax',
145     seq='7';
146 INSERT IGNORE INTO list_options SET list_id='Vaginitis_Medications',
147     option_id='8',
148     title='Other',
149     seq='8';
150 INSERT IGNORE INTO list_options SET list_id='lists',
151     option_id='Vaginitis_Cultures',
152     title='Vaginitis Cultures';
153 INSERT IGNORE INTO list_options SET list_id='Vaginitis_Cultures',
154     option_id='1',
155     title='Affirm',
156     seq='1';
157 INSERT IGNORE INTO list_options SET list_id='Vaginitis_Cultures',
158     option_id='2',
159     title='GC/CT',
160     seq='2';
161 INSERT IGNORE INTO list_options SET list_id='Vaginitis_Cultures',
162     option_id='3',
163     title='Ureaplasma/Mycoplasma',
164     seq='3';
165 INSERT IGNORE INTO list_options SET list_id='Vaginitis_Cultures',
166     option_id='4',
167     title='Genital',
168     seq='4';
169 INSERT IGNORE INTO list_options SET list_id='Vaginitis_Cultures',
170     option_id='5',
171     title='Viral',
172     seq='5';
173 INSERT IGNORE INTO list_options SET list_id='Vaginitis_Cultures',
174     option_id='6',
175     title='Other',
176     seq='6';