You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Description": "Unique BIDS identifier for the participant in this study."
5
+
},
6
+
"subjectkey": {
7
+
"Description": "The NDAR Global Unique Identifier (GUID) for research subject",
8
+
"DataType": "GUID",
9
+
"ValueRange": "NDAR*"
10
+
},
11
+
"src_subject_id": {
12
+
"Description": "Subject ID how it's defined in lab/project",
13
+
"DataType": "String"
14
+
},
15
+
"interview_date": {
16
+
"Description": "Date on which the interview/genetic test/sampling/imaging/biospecimen was completed. MM/DD/YYYY",
17
+
"DataType": "Date"
18
+
},
19
+
"interview_age": {
20
+
"Description": "Age in months at the time of the interview/test/sampling/imaging. | Age is rounded to chronological month. If the research participant is 15-days-old at time of interview, the appropriate value would be 0 months. If the participant is 16-days-old, the value would be 1 month.",
21
+
"DataType": "Integer",
22
+
"ValueRange": "0 :: 1260"
23
+
},
24
+
"sex": {
25
+
"Description": "Sex of subject at birth | M = Male; F = Female; O=Other; NR = Not reported",
26
+
"DataType": "String",
27
+
"ValueRange": "M;F; O; NR",
28
+
"Levels": {
29
+
"M": "Male",
30
+
"F": "Female",
31
+
"O": "Other",
32
+
"NR": "Not reported"
33
+
}
34
+
},
35
+
"eventname": {
36
+
"Description": "The event name for which the data was collected",
37
+
"DataType": "String"
38
+
},
39
+
"abcl_scr_sub_use_tobacco_r": {
40
+
"Description": "Tobacco (Raw Score)",
41
+
"DataType": "Float"
42
+
},
43
+
"abcl_scr_sub_use_tobacco_t": {
44
+
"Description": "Tobacco (T-Score)",
45
+
"DataType": "Float"
46
+
},
47
+
"abcl_scr_sub_use_alcohol_r": {
48
+
"Description": "Alcohol (Raw Score)",
49
+
"DataType": "Float"
50
+
},
51
+
"abcl_scr_sub_use_alcohol_t": {
52
+
"Description": "Alcohol (T-Score)",
53
+
"DataType": "Float"
54
+
},
55
+
"abcl_scr_sub_use_drugs_r": {
56
+
"Description": "Drugs (Raw Score)",
57
+
"DataType": "Float"
58
+
},
59
+
"abcl_scr_sub_use_drugs_t": {
60
+
"Description": "Drugs (T-Score)",
61
+
"DataType": "Float"
62
+
},
63
+
"abcl_scr_sub_use_r_mean": {
64
+
"Description": "Mean Substance Use (Raw Score)",
65
+
"DataType": "Float"
66
+
},
67
+
"abcl_scr_sub_use_t_mean": {
68
+
"Description": "Mean Substance Use (T-Score)",
69
+
"DataType": "Float"
70
+
},
71
+
"abcl_scr_sub_use_nm_mean": {
72
+
"Description": "Mean Substance Use (Number Missing)",
73
+
"DataType": "Float"
74
+
},
75
+
"abcl_scr_sub_use_total_mean": {
76
+
"Description": "Mean Substance Use (Number Total)",
0 commit comments