[de1a2e]: / participants.json

Download this file

68 lines (67 with data), 2.0 kB

 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"participant_id": {
"LongName": "Participant ID",
"Description": "Unique ID"
},
"sex": {
"LongName": "Participant sex",
"Description": "M or F"
},
"age": {
"LongName": "Participant age",
"Description": "yy"
},
"height": {
"LongName": "Participant height",
"Description": "cm"
},
"weight": {
"LongName": "Participant weight",
"Description": "kg"
},
"date_of_scan": {
"LongName": "Date of scan",
"Description": "yyyy-mm-dd"
},
"institution_id": {
"LongName": "institution_id",
"Description": "InstitutionId"
},
"institution": {
"LongName": "InstitutionName",
"Description": "InstitutionName"
},
"manufacturer": {
"LongName": "ManufacturerName",
"Description": "ManufacturerName"
},
"manufacturers_model_name": {
"LongName": "ManufacturersModelName",
"Description": "ManufacturersModelName"
},
"receive_coil_name": {
"LongName": "ReceiveCoilName",
"Description": "ReceiveCoilName"
},
"software_versions": {
"LongName": "SoftwareVersions",
"Description": "SoftwareVersions"
},
"researcher": {
"LongName": "Researcher",
"Description": "Researcher"
},
"pathology": {
"Description": "The diagnosis of pathology of the participant",
"LongName": "Pathology name",
"Levels": {
"HC": "Healthy Control",
"DCM": "Degenerative Cervical Myelopathy (synonymous with CSM - Cervical Spondylotic Myelopathy)",
"MildCompression": "Asymptomatic cord compression, without myelopathy"
}
},
"notes": {
"Description": "Notes about the qualitative assessment of T2w images. The evaluation was performed by radiologists Milos Kerkovsky and Tomas Rohan from University Hospital Brno, Brno, Czechia.",
"LongName": "Qualitative assessment notes"
}
}