Skip to content

Commit

Permalink
Update the MRAcquisitionType schema
Browse files Browse the repository at this point in the history
  • Loading branch information
markmikkelsen committed Mar 1, 2024
1 parent 51a583f commit ff370d7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 11 deletions.
5 changes: 5 additions & 0 deletions src/schema/objects/enums.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,11 @@ Absent:
display_name: Absent
description: |
No specific M0 information is present.
OneD:
value: 1D
display_name: One-dimensional
description: |
One-dimensional MR acquisition.
TwoD:
value: 2D
display_name: Two-dimensional
Expand Down
11 changes: 1 addition & 10 deletions src/schema/objects/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1939,16 +1939,7 @@ MRAcquisitionType:
Corresponds to DICOM Tag 0018, 0023 `MR Acquisition Type`.
type: string
enum:
- $ref: objects.enums.TwoD.value
- $ref: objects.enums.ThreeD.value
MRAcquisitionType__mrs:
name: MRAcquisitionType
display_name: MR Acquisition Type
description: |
Type of sequence readout.
type: string
enum:
- 1D
- $ref: objects.enums.OneD.value
- $ref: objects.enums.TwoD.value
- $ref: objects.enums.ThreeD.value
MRTransmitCoilSequence:
Expand Down
2 changes: 1 addition & 1 deletion src/schema/rules/sidecars/mrs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ MRSSequenceSpecifics:
ScanningSequence__mrs: recommended
SequenceName: recommended
PulseSequenceDetails: recommended
MRAcquisitionType__mrs: recommended for MRSI
MRAcquisitionType: recommended for MRSI

MRSRequiredFields:
selectors:
Expand Down

0 comments on commit ff370d7

Please sign in to comment.