[d7b049]: / participants.json

Download this file

31 lines (30 with data), 740 Bytes

 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
{
"participant_id": {
"LongName": "Participant ID",
"Description": "Unique ID"
},
"sex": {
"LongName": "Participant sex",
"Description": "M or F"
},
"age": {
"LongName": "Participant age",
"Description": "yy"
},
"date_of_scan": {
"LongName": "Date of scan",
"Description": "yyyy-mm-dd"
},
"institution_id": {
"LongName": "institution_id",
"Description": "InstitutionId"
},
"manufacturer": {
"LongName": "ManufacturerName",
"Description": "ManufacturerName"
},
"manufacturers_model_name": {
"LongName": "ManufacturersModelName",
"Description": "ManufacturersModelName"
}
}