We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dbd969 commit b033261Copy full SHA for b033261
src/schema/objects/metadata.yaml
@@ -3045,9 +3045,11 @@ ResonantNucleus:
3045
For multi-nuclei experiments such as <sup>1</sup>H-[<sup>13</sup>C] MR,
3046
an array can be used: `["1H", "13C"]`.
3047
Corresponds to [DICOM Tag 0018, 9100](https://dicomlookup.com/dicomtags/(0018,9100)) `Resonant Nucleus`.
3048
- type: array
3049
- items:
3050
- type: string
+ anyOf:
+ - type: string
+ - type: array
3051
+ items:
3052
+ type: string
3053
RotationOrder:
3054
name: RotationOrder
3055
display_name: RotationOrder
0 commit comments