Skip to content

Commit 3696290

Browse files
authored
Merge pull request #519 from lauramble/MRIcontrolledTerms
Controlled terms for the neuroimaging extension
2 parents f330fce + 6fd99d9 commit 3696290

7 files changed

Lines changed: 39 additions & 4 deletions
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"_type": "controlledTerms:MRICoilRole",
3+
"_extends": "controlledTerm.schema.tpl.json"
4+
}
5+
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"_type": "controlledTerms:MRIParallelAcquisitionTechnique",
3+
"_extends": "controlledTerm.schema.tpl.json",
4+
"_categories": [
5+
"technique"
6+
]
7+
}
8+
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"_type": "controlledTerms:MRISpoilingTechnique",
3+
"_extends": "controlledTerm.schema.tpl.json",
4+
"_categories": [
5+
"technique"
6+
]
7+
}
8+

schemas/MRSpatialEncoding.schema.tpl.json

Lines changed: 0 additions & 4 deletions
This file was deleted.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"_type": "controlledTerms:DeviceMountingType",
3+
"_extends": "controlledTerm.schema.tpl.json"
4+
}
5+

schemas/pulseShape.schema.tpl.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"_type": "controlledTerms:PulseShape",
3+
"_extends": "controlledTerm.schema.tpl.json"
4+
}
5+
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"_type": "controlledTerms:SpatialEncoding",
3+
"_extends": "controlledTerm.schema.tpl.json",
4+
"_categories": [
5+
"technique"
6+
]
7+
}
8+

0 commit comments

Comments
 (0)