Skip to content

Commit

Permalink
Add TablePosition tag to the MRI Hardware section and to the glossary
Browse files Browse the repository at this point in the history
  • Loading branch information
po09i committed Jan 29, 2024
1 parent 7f12ab9 commit 519bd7f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/schema/objects/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3366,6 +3366,20 @@ SubjectArtefactDescription:
If this field is set to `"n/a"`, it will be interpreted as absence of major
source of artifacts except cardiac and blinks.
type: string
TablePosition:
name: TablePosition
display_name: Table Position
description: |
The x, y and z coordinates of the table relative to an implementation
specific reference point. The array MUST contain three numeric values
corresponding to x, y, and z axis of the coordinate system in that exact
order.
type: array
minItems: 3
maxItems: 3
items:
type: number
unit: mm
TaskDescription:
name: TaskDescription
display_name: Task Description
Expand Down
1 change: 1 addition & 0 deletions src/schema/rules/sidecars/mri.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ MRIHardware:
MRTransmitCoilSequence: recommended
MatrixCoilMode: recommended
CoilCombinationMethod: recommended
TablePosition: recommended

MRIScannerHardwareASL:
selectors:
Expand Down

0 comments on commit 519bd7f

Please sign in to comment.