Skip to content

Commit b90192a

Browse files
committed
Ulrike's comments
1 parent 498ef38 commit b90192a

File tree

2 files changed

+30
-18
lines changed

2 files changed

+30
-18
lines changed
Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,48 @@
11
{
22
"_extends": "/core/schemas/products/device.schema.tpl.json",
3-
"_type": "https://openminds.ebrains.eu/neuroimaging/MRICoil",
3+
"_type": "neuroimaging:MRICoil",
44
"properties": {
5-
"activeElements": {
6-
"_instruction": "If applicable, list the identifiers of the active coil elements or channels.",
7-
"type": "string"
5+
"activeElement": {
6+
"_instruction": "Enter all the identifiers of the active coil elements or channels.",
7+
"_linkedTypes": [
8+
"core:GenericIdentifier",
9+
"string"
10+
],
11+
"minItems": 1,
12+
"type": "array",
13+
"uniqueItems": true
814
},
915
"coilGeometry": {
1016
"_instruction": "Add the geometry of the coil (e.g., birdcage, loop, Helmholtz).",
1117
"_linkedTypes": [
12-
"controlledTerms:MRIRadiofrequencyCoilGeometry"
18+
"controlledTerms:MRIRadioFrequencyCoilGeometry"
1319
]
1420
},
1521
"dimension": {
16-
"_instruction": "Add the dimention of this coil",
22+
"_instruction": "Add the dimension of this coil.",
1723
"_linkedCategories": [
18-
"mathematicalShapes"
24+
"mathematicalShape"
1925
]
2026
},
2127
"elementCount": {
22-
"_instruction": "Total number of coil elements.",
28+
"_instruction": "Enter the total number of coil elements.",
2329
"minimum": 1,
2430
"type": "integer"
2531
},
2632
"mountingType": {
27-
"_instruction": "Add the coil mounting type (e.g., BuiltIn, External, Interventional, Wearable).",
33+
"_instruction": "Add the coil mounting type (e.g., built-in, external, interventional, wearable).",
2834
"_linkedTypes": [
29-
"controlledTerms:MRIRadiofrequencyCoilMountingType"
35+
"controlledTerms:MRIRadioFrequencyCoilMountingType"
3036
]
3137
},
3238
"parallelImagingCapable": {
3339
"_instruction": "Indicate whether the coil supports parallel imaging.",
3440
"type": "boolean"
3541
},
36-
"radiofrequencyCoilType": {
42+
"radioFrequencyCoilType": {
3743
"_instruction": "Add the coil type (e.g., volume, surface, phased array).",
3844
"_linkedTypes": [
39-
"controlledTerms:MRIRadiofrequencyCoilType"
45+
"controlledTerms:MRIRadioFrequencyCoilType"
4046
]
4147
},
4248
"targetAnatomyCoverage": {
@@ -47,7 +53,7 @@
4753
}
4854
},
4955
"required": [
50-
"radiofrequencyCoilType",
56+
"radioFrequencyCoilType",
5157
"elementCount"
5258
]
5359
}

schemas/device/MRICoilUsage.schema.tpl.json

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
{
22
"_extends": "/core/schemas/research/deviceUsage.schema.tpl.json",
3-
"_type": "https://openminds.ebrains.eu/neuroimaging/MRICoilUsage",
3+
"_type": "neuroimaging:MRICoilUsage",
44
"properties": {
5-
"activeElements": {
5+
"activeElement": {
66
"_instruction": "If applicable, list the identifiers of the active coil elements or channels.",
7-
"type": "string"
7+
"_linkedTypes": [
8+
"core:GenericIdentifier",
9+
"string"
10+
],
11+
"minItems": 1,
12+
"type": "array",
13+
"uniqueItems": true
814
},
915
"device": {
1016
"_instruction": "Add the MRI Coil used.",
@@ -21,11 +27,11 @@
2127
"radiofrequencyCoilRole": {
2228
"_instruction": "Add the functional role of the RF coil (e.g., transmit, receive, transmit/receive).",
2329
"_linkedTypes": [
24-
"controlledTerms:MRIradiofrequencyCoilRole"
30+
"controlledTerms:MRIradioFrequencyCoilRole"
2531
]
2632
}
2733
},
2834
"required": [
29-
"radiofrequencyCoilRole"
35+
"radioFrequencyCoilRole"
3036
]
3137
}

0 commit comments

Comments
 (0)