Skip to content

Commit ae219a6

Browse files
authored
Merge pull request #520 from lauramble/neuroimaging_terms
Updates to neuroimaging controlled terms
2 parents 6442414 + 1a7e4ac commit ae219a6

9 files changed

+38
-29
lines changed

schemas/MRICoilRole.schema.tpl.json

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"_type": "controlledTerms:MRIFatSuppressionTechnique",
3+
"_extends": "controlledTerm.schema.tpl.json",
4+
"_categories": [
5+
"technique"
6+
]
7+
}
Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
2-
"_type": "controlledTerms:MRIParallelAcquisitionTechnique",
3-
"_extends": "controlledTerm.schema.tpl.json",
4-
"_categories": [
5-
"technique"
6-
]
2+
"_type": "controlledTerms:MRIParallelAcquisitionTechnique",
3+
"_extends": "controlledTerm.schema.tpl.json",
4+
"_categories": [
5+
"technique"
6+
]
77
}
8-
Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
2-
"_type": "controlledTerms:MRISpoilingTechnique",
3-
"_extends": "controlledTerm.schema.tpl.json",
4-
"_categories": [
5-
"technique"
6-
]
2+
"_type": "controlledTerms:MRISpoilingTechnique",
3+
"_extends": "controlledTerm.schema.tpl.json",
4+
"_categories": [
5+
"technique"
6+
]
77
}
8-
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"_type": "controlledTerms:DeviceMountingType",
3-
"_extends": "controlledTerm.schema.tpl.json"
2+
"_type": "controlledTerms:DeviceMountingType",
3+
"_extends": "controlledTerm.schema.tpl.json"
44
}
5-
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"_type": "controlledTerms:ExternalBodyRegion",
3+
"_extends": "controlledTerm.schema.tpl.json",
4+
"_categories": [
5+
"anatomicalLocation",
6+
"studyTarget"
7+
]
8+
}

schemas/pulseShape.schema.tpl.json

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

0 commit comments

Comments
 (0)