forked from BryanChim/Python-Django--Oral_Microbiome_Browser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Attribute Choices List.txt
34 lines (34 loc) · 2.63 KB
/
Attribute Choices List.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
('site', 'site'),
('run_date', 'run_date'),
('patientID', 'patientID'),
('depth', 'depth'),
('barcode', 'barcode'),
('Tooth-S', 'Tooth-S'),
('Tooth-D', 'Tooth-D'),
('Surf-S', 'Surf-S'),
('Surf-D', 'Surf-D'),
('Smoke/Pk Yrs', 'Smoke/Pk Yrs'),
('Race', 'Race'),
('Periodontol Dz DX', 'Periodontol Dz DX'),
('PI-S', 'PI-S'),
('PI-D', 'PI-D'),
('PD-S', 'PD-S'),
('PD-D', 'PD-D'),
('Mobility-S', 'Mobility-S'),
('Mobility-D', 'Mobility-D'),
('Location', 'Location'),
('HbA1C', 'HbA1C'),
('Gender', 'Gender'),
('GI-S', 'GI-S'),
('GI-D', 'GI-D'),
('DM-type', 'DM-type'),
('CollectionDate', 'CollectionDate'),
('Caries Risk', 'Caries Risk'),
('BS', 'BS'),
('BOP-S', 'BOP-S'),
('BOP-D', 'BOP-D'),
('Age', 'Age'),
('ASA', 'ASA'),
('AL-S', 'AL-S'),
('AL-D', 'AL-D')
])