|
38 | 38 | }, |
39 | 39 | "fatSuppressionTechnique": { |
40 | 40 | "_instruction": "Add the fat suppression technique used for this acquisition (for example, fat saturation, SPAIR, STIR, or Dixon); if no fat suppression was applied, leave this field null. This information is typically specified in the sequence protocol and can be retrieved from the DICOM header.", |
41 | | - "_linkedCategories": [ |
| 41 | + "_linkedTypes": [ |
42 | 42 | "controlledTerms:MRIFatSuppressionTechnique" |
43 | 43 | ] |
44 | 44 | }, |
|
56 | 56 | }, |
57 | 57 | "gradientCorrection": { |
58 | 58 | "_instruction": "Add the gradient correction method applied during image reconstruction. This information is typically defined by the scanner system and can be retrieved from the reconstruction settings or DICOM header.", |
59 | | - "type": "controlledTerms:AnalysisTechnique" |
| 59 | + "_linkedTypes": [ |
| 60 | + "controlledTerms:AnalysisTechnique" |
| 61 | + ] |
60 | 62 | }, |
61 | 63 | "inversionTime": { |
62 | 64 | "_instruction": "Enter the inversion time (TI), defined as the interval between the inversion pulse and the excitation pulse, expressed in milliseconds. This value is specified in the sequence protocol and can be retrieved from the DICOM header.", |
|
74 | 76 | "type": "array" |
75 | 77 | }, |
76 | 78 | "MRIWeighting": { |
77 | | - "_instruction": "Enter the magnetic resonance imaging weighting type describing the dominant source of image contrast. This designation reflects the contrast determined by repetition time, echo time, and inversion time and can be identified from the sequence protocol.", |
| 79 | + "_instruction": "Add the magnetic resonance imaging weighting type describing the dominant source of image contrast. This designation reflects the contrast determined by repetition time, echo time, and inversion time and can be identified from the sequence protocol.", |
78 | 80 | "_linkedTypes": [ |
79 | 81 | "controlledTerms:MRIWeighting" |
80 | 82 | ] |
81 | 83 | }, |
82 | 84 | "MTPulseShape": { |
83 | | - "_instruction": "Enter the shape of the magnetization transfer (MT) radiofrequency (RF) pulse waveform used in this acquisition. This information is specified in the sequence protocol and can be retrieved from the DICOM header.", |
84 | | - "type": "controlledTerms:PulseShape" |
| 85 | + "_instruction": "Add the shape of the magnetization transfer (MT) radiofrequency (RF) pulse waveform used in this acquisition. This information is specified in the sequence protocol and can be retrieved from the DICOM header.", |
| 86 | + "_linkedTypes": [ |
| 87 | + "controlledTerms:PulseShape" |
| 88 | + ] |
85 | 89 | }, |
86 | 90 | "numberOfDiscardedVolumes": { |
87 | 91 | "_instruction": "Enter the number of initial volumes automatically discarded by the scanner before saving data, typically to allow signal stabilization at the beginning of the acquisition. This value is defined by the acquisition protocol and can be retrieved from the DICOM header.", |
|
97 | 101 | }, |
98 | 102 | "parallelAcquisitionTechnique": { |
99 | 103 | "_ instruction": "Add the parallel acquisition technique used for this scan (for example, SENSE or GRAPPA). This information is specified in the sequence protocol and can be retrieved from the DICOM header.", |
100 | | - "type": "controlledTerms:MRIparallelAcquisitionTechnique" |
| 104 | + "_linkedTypes": [ |
| 105 | + "controlledTerms:MRIParallelAcquisitionTechnique" |
| 106 | + ] |
101 | 107 | }, |
102 | 108 | "phaseEncodingDirection": { |
103 | 109 | "_instruction": "Enter the phase encoding direction as a signed unit vector in the scanner or image coordinate system (for example, [±1, 0, 0], [0, ±1, 0], or [0, 0, ±1]), where the nonzero component indicates the encoding axis and the sign specifies the polarity of k-space traversal.", |
|
0 commit comments