dicom 0.9.3 → 0.9.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3280 +0,0 @@
1
- # encoding: UTF-8
2
-
3
- module DICOM
4
-
5
- # This class contains information from the DICOM Data Dictionary.
6
- #
7
- #--
8
- # === Notes
9
- #
10
- # RET appearing behind an entry means that the use of this particular element
11
- # has been retired according to the current version of the official DICOM standard.
12
- #
13
- class Dictionary
14
-
15
- # Returns the information from the DICOM standard's data element dictionary table, in a hash.
16
- # The hash has tag as key, and an array as value, where the array contains vr and name.
17
- #
18
- def self.load_data_elements
19
- return {
20
- # E.1 Registry of DICOM command elements
21
- # Group 0000
22
- "0000,0000" => [["UL"], "Command Group Length"],
23
- "0000,0001" => [["UL"], "Length to End"], # RET
24
- "0000,0002" => [["UI"], "Affected SOP Class UID"],
25
- "0000,0003" => [["UI"], "Requested SOP Class UID"],
26
- "0000,0010" => [["CS"], "Recognition Code"], # RET
27
- "0000,0100" => [["US"], "Command Field"],
28
- "0000,0110" => [["US"], "Message ID"],
29
- "0000,0120" => [["US"], "Message ID Being Responded To"],
30
- "0000,0200" => [["AE"], "Initiator"], # RET
31
- "0000,0300" => [["AE"], "Receiver"], # RET
32
- "0000,0400" => [["AE"], "Find Location"], # RET
33
- "0000,0600" => [["AE"], "Move Destination"],
34
- "0000,0700" => [["US"], "Priority"],
35
- "0000,0800" => [["US"], "Data Set Type"],
36
- "0000,0850" => [["US"], "Number of Matches"], # RET
37
- "0000,0860" => [["US"], "Response Sequence Number"], # RET
38
- "0000,0900" => [["US"], "Status"],
39
- "0000,0901" => [["AT"], "Offending Element"],
40
- "0000,0902" => [["LO"], "Error Comment"],
41
- "0000,0903" => [["US"], "Error ID"],
42
- "0000,1000" => [["UI"], "Affected SOP Instance UID"],
43
- "0000,1001" => [["UI"], "Requested SOP Instance UID"],
44
- "0000,1002" => [["US"], "Event Type ID"],
45
- "0000,1005" => [["AT"], "Attribute Identifier List"],
46
- "0000,1008" => [["US"], "Action Type ID"],
47
- "0000,1020" => [["US"], "Number of Remaining Sub-operations"],
48
- "0000,1021" => [["US"], "Number of Completed Sub-operations"],
49
- "0000,1022" => [["US"], "Number of Failed Sub-operations"],
50
- "0000,1023" => [["US"], "Number of Warning Sub-operations"],
51
- "0000,1030" => [["AE"], "Move Originator Application Entity Title"],
52
- "0000,1031" => [["US"], "Move Originator Message ID"],
53
- "0000,4000" => [["AT"], "DIALOG Receiver"], # RET
54
- "0000,4010" => [["AT"], "Terminal Type"], # RET
55
- "0000,5010" => [["SH"], "Message Set ID"], # RET
56
- "0000,5020" => [["SH"], "End Message ID"], # RET
57
- "0000,5110" => [["AT"], "Display Format"], # RET
58
- "0000,5120" => [["AT"], "Page Position ID"], # RET
59
- "0000,5130" => [["CS"], "Text Format ID"], # RET
60
- "0000,5140" => [["CS"], "Nor/Rev"], # RET
61
- "0000,5150" => [["CS"], "Add Gray Scale"], # RET
62
- "0000,5160" => [["CS"], "Borders"], # RET
63
- "0000,5170" => [["IS"], "Copies"], # RET
64
- "0000,5180" => [["CS"], "Magnification Type"], # RET
65
- "0000,5190" => [["CS"], "Erase"], # RET
66
- "0000,51a0" => [["CS"], "Print"], # RET
67
- "0000,51b0" => [["US"], "Overlays"], # RET
68
- # 7 Registry of DICOM File Meta Elements
69
- # Group 0002
70
- "0002,0000" => [["UL"], "File Meta Information Group Length"],
71
- "0002,0001" => [["OB"], "File Meta Information Version"],
72
- "0002,0002" => [["UI"], "Media Storage SOP Class UID"],
73
- "0002,0003" => [["UI"], "Media Storage SOP Instance UID"],
74
- "0002,0010" => [["UI"], "Transfer Syntax UID"],
75
- "0002,0012" => [["UI"], "Implementation Class UID"],
76
- "0002,0013" => [["SH"], "Implementation Version Name"],
77
- "0002,0016" => [["AE"], "Source Application Entity Title"],
78
- "0002,0100" => [["UI"], "Private Information Creator UID"],
79
- "0002,0102" => [["OB"], "Private Information"],
80
- # 8 Registry of DICOM directory structuring elements
81
- # Group 0004
82
- "0004,1130" => [["CS"], "File-set ID"],
83
- "0004,1141" => [["CS"], "File-set Descriptor File ID"],
84
- "0004,1142" => [["CS"], "Specific Character Set of File-set Descriptor File"],
85
- "0004,1200" => [["UL"], "Offset of the First Directory Record of the Root Directory Entity"],
86
- "0004,1202" => [["UL"], "Offset of the Last Directory Record of the Root Directory Entity"],
87
- "0004,1212" => [["US"], "File-set Consistency Flag"],
88
- "0004,1220" => [["SQ"], "Directory Record Sequence"],
89
- "0004,1400" => [["UL"], "Offset of the Next Directory Record"],
90
- "0004,1410" => [["US"], "Record In-use Flag"],
91
- "0004,1420" => [["UL"], "Offset of Referenced Lower-Level Directory Entity"],
92
- "0004,1430" => [["CS"], "Directory Record Type"],
93
- "0004,1432" => [["UI"], "Private Record UID"],
94
- "0004,1500" => [["CS"], "Referenced File ID"],
95
- "0004,1504" => [["UL"], "MRDR Directory Record Offset"], # RET
96
- "0004,1510" => [["UI"], "Referenced SOP Class UID in File"],
97
- "0004,1511" => [["UI"], "Referenced SOP Instance UID in File"],
98
- "0004,1512" => [["UI"], "Referenced Transfer Syntax UID in File"],
99
- "0004,151A" => [["UI"], "Referenced Related General SOP Class UID in File"],
100
- "0004,1600" => [["UL"], "Number of References"], # RET
101
- # 6 Registry of DICOM data elements
102
- # Group 0008
103
- "0008,0001" => [["UL"], "Length to End"], # RET
104
- "0008,0005" => [["CS"], "Specific Character Set"],
105
- "0008,0006" => [["SQ"], "Language Code Sequence"],
106
- "0008,0008" => [["CS"], "Image Type"],
107
- "0008,0010" => [["CS"], "Recognition Code"], # RET
108
- "0008,0012" => [["DA"], "Instance Creation Date"],
109
- "0008,0013" => [["TM"], "Instance Creation Time"],
110
- "0008,0014" => [["UI"], "Instance Creator UID"],
111
- "0008,0016" => [["UI"], "SOP Class UID"],
112
- "0008,0018" => [["UI"], "SOP Instance UID"],
113
- "0008,001A" => [["UI"], "Related General SOP Class UID"],
114
- "0008,001B" => [["UI"], "Original Specialized SOP Class UID"],
115
- "0008,0020" => [["DA"], "Study Date"],
116
- "0008,0021" => [["DA"], "Series Date"],
117
- "0008,0022" => [["DA"], "Acquisition Date"],
118
- "0008,0023" => [["DA"], "Content Date"],
119
- "0008,0024" => [["DA"], "Overlay Date"], # RET
120
- "0008,0025" => [["DA"], "Curve Date"], # RET
121
- "0008,002A" => [["DT"], "Acquisition DateTime"],
122
- "0008,0030" => [["TM"], "Study Time"],
123
- "0008,0031" => [["TM"], "Series Time"],
124
- "0008,0032" => [["TM"], "Acquisition Time"],
125
- "0008,0033" => [["TM"], "Content Time"],
126
- "0008,0034" => [["TM"], "Overlay Time"], # RET
127
- "0008,0035" => [["TM"], "Curve Time"], # RET
128
- "0008,0040" => [["US"], "Data Set Type"], # RET
129
- "0008,0041" => [["LO"], "Data Set Subtype"], # RET
130
- "0008,0042" => [["CS"], "Nuclear Medicine Series Type"], # RET
131
- "0008,0050" => [["SH"], "Accession Number"],
132
- "0008,0051" => [["SQ"], "Issuer of Accession Number Sequence"],
133
- "0008,0052" => [["CS"], "Query/Retrieve Level"],
134
- "0008,0054" => [["AE"], "Retrieve AE Title"],
135
- "0008,0056" => [["CS"], "Instance Availability"],
136
- "0008,0058" => [["UI"], "Failed SOP Instance UID List"],
137
- "0008,0060" => [["CS"], "Modality"],
138
- "0008,0061" => [["CS"], "Modalities in Study"],
139
- "0008,0062" => [["UI"], "SOP Classes in Study"],
140
- "0008,0064" => [["CS"], "Conversion Type"],
141
- "0008,0068" => [["CS"], "Presentation Intent Type"],
142
- "0008,0070" => [["LO"], "Manufacturer"],
143
- "0008,0080" => [["LO"], "Institution Name"],
144
- "0008,0081" => [["ST"], "Institution Address"],
145
- "0008,0082" => [["SQ"], "Institution Code Sequence"],
146
- "0008,0090" => [["PN"], "Referring Physician's Name"],
147
- "0008,0092" => [["ST"], "Referring Physician's Address"],
148
- "0008,0094" => [["SH"], "Referring Physician's Telephone Numbers"],
149
- "0008,0096" => [["SQ"], "Referring Physician Identification Sequence"],
150
- "0008,0100" => [["SH"], "Code Value"],
151
- "0008,0102" => [["SH"], "Coding Scheme Designator"],
152
- "0008,0103" => [["SH"], "Coding Scheme Version"],
153
- "0008,0104" => [["LO"], "Code Meaning"],
154
- "0008,0105" => [["CS"], "Mapping Resource"],
155
- "0008,0106" => [["DT"], "Context Group Version"],
156
- "0008,0107" => [["DT"], "Context Group Local Version"],
157
- "0008,010B" => [["CS"], "Context Group Extension Flag"],
158
- "0008,010C" => [["UI"], "Coding Scheme UID"],
159
- "0008,010D" => [["UI"], "Context Group Extension Creator UID"],
160
- "0008,010F" => [["CS"], "Context Identifier"],
161
- "0008,0110" => [["SQ"], "Coding Scheme Identification Sequence"],
162
- "0008,0112" => [["LO"], "Coding Scheme Registry"],
163
- "0008,0114" => [["ST"], "Coding Scheme External ID"],
164
- "0008,0115" => [["ST"], "Coding Scheme Name"],
165
- "0008,0116" => [["ST"], "Responsible Organization"],
166
- "0008,0117" => [["UI"], "Context UID"],
167
- "0008,0201" => [["SH"], "Timezone Offset From UTC"],
168
- "0008,1000" => [["AE"], "Network ID"], # RET
169
- "0008,1010" => [["SH"], "Station Name"],
170
- "0008,1030" => [["LO"], "Study Description"],
171
- "0008,1032" => [["SQ"], "Procedure Code Sequence"],
172
- "0008,103E" => [["LO"], "Series Description"],
173
- "0008,103F" => [["SQ"], "Series Description Code Sequence"],
174
- "0008,1040" => [["LO"], "Institutional Department Name"],
175
- "0008,1048" => [["PN"], "Physician(s) of Record"],
176
- "0008,1049" => [["SQ"], "Physician(s) of Record Identification Sequence"],
177
- "0008,1050" => [["PN"], "Performing Physician's Name"],
178
- "0008,1052" => [["SQ"], "Performing Physician Identification Sequence"],
179
- "0008,1060" => [["PN"], "Name of Physician(s) Reading Study"],
180
- "0008,1062" => [["SQ"], "Physician(s) Reading Study Identification Sequence"],
181
- "0008,1070" => [["PN"], "Operators' Name"],
182
- "0008,1072" => [["SQ"], "Operator Identification Sequence"],
183
- "0008,1080" => [["LO"], "Admitting Diagnoses Description"],
184
- "0008,1084" => [["SQ"], "Admitting Diagnoses Code Sequence"],
185
- "0008,1090" => [["LO"], "Manufacturer's Model Name"],
186
- "0008,1100" => [["SQ"], "Referenced Results Sequence"], # RET
187
- "0008,1110" => [["SQ"], "Referenced Study Sequence"],
188
- "0008,1111" => [["SQ"], "Referenced Performed Procedure Step Sequence"],
189
- "0008,1115" => [["SQ"], "Referenced Series Sequence"],
190
- "0008,1120" => [["SQ"], "Referenced Patient Sequence"],
191
- "0008,1125" => [["SQ"], "Referenced Visit Sequence"],
192
- "0008,1130" => [["SQ"], "Referenced Overlay Sequence"], # RET
193
- "0008,1134" => [["SQ"], "Referenced Stereometric Instance Sequence"],
194
- "0008,113A" => [["SQ"], "Referenced Waveform Sequence"],
195
- "0008,1140" => [["SQ"], "Referenced Image Sequence"],
196
- "0008,1145" => [["SQ"], "Referenced Curve Sequence"], # RET
197
- "0008,114A" => [["SQ"], "Referenced Instance Sequence"],
198
- "0008,114B" => [["SQ"], "Referenced Real World Value Mapping Instance Sequence"],
199
- "0008,1150" => [["UI"], "Referenced SOP Class UID"],
200
- "0008,1155" => [["UI"], "Referenced SOP Instance UID"],
201
- "0008,115A" => [["UI"], "SOP Classes Supported"],
202
- "0008,1160" => [["IS"], "Referenced Frame Number"],
203
- "0008,1161" => [["UL"], "Simple Frame List"],
204
- "0008,1162" => [["UL"], "Calculated Frame List"],
205
- "0008,1163" => [["FD"], "Time Range"],
206
- "0008,1164" => [["SQ"], "Frame Extraction Sequence"],
207
- "0008,1167" => [["UI"], "Multi-Frame Source SOP Instance UID"],
208
- "0008,1195" => [["UI"], "Transaction UID"],
209
- "0008,1197" => [["US"], "Failure Reason"],
210
- "0008,1198" => [["SQ"], "Failed SOP Sequence"],
211
- "0008,1199" => [["SQ"], "Referenced SOP Sequence"],
212
- "0008,1200" => [["SQ"], "Studies Containing Other Referenced Instances Sequence"],
213
- "0008,1250" => [["SQ"], "Related Series Sequence"],
214
- "0008,2110" => [["CS"], "Lossy Image Compression"], # RET
215
- "0008,2111" => [["ST"], "Derivation Description"],
216
- "0008,2112" => [["SQ"], "Source Image Sequence"],
217
- "0008,2120" => [["SH"], "Stage Name"],
218
- "0008,2122" => [["IS"], "Stage Number"],
219
- "0008,2124" => [["IS"], "Number of Stages"],
220
- "0008,2127" => [["SH"], "View Name"],
221
- "0008,2128" => [["IS"], "View Number"],
222
- "0008,2129" => [["IS"], "Number of Event Timers"],
223
- "0008,212A" => [["IS"], "Number of Views in Stage"],
224
- "0008,2130" => [["DS"], "Event Elapsed Time(s)"],
225
- "0008,2132" => [["LO"], "Event Timer Name(s)"],
226
- "0008,2133" => [["SQ"], "Event Timer Sequence"],
227
- "0008,2134" => [["FD"], "Event Time Offset"],
228
- "0008,2135" => [["SQ"], "Event Code Sequence"],
229
- "0008,2142" => [["IS"], "Start Trim"],
230
- "0008,2143" => [["IS"], "Stop Trim"],
231
- "0008,2144" => [["IS"], "Recommended Display Frame Rate"],
232
- "0008,2200" => [["CS"], "Transducer Position"], # RET
233
- "0008,2204" => [["CS"], "Transducer Orientation"], # RET
234
- "0008,2208" => [["CS"], "Anatomic Structure"], # RET
235
- "0008,2218" => [["SQ"], "Anatomic Region Sequence"],
236
- "0008,2220" => [["SQ"], "Anatomic Region Modifier Sequence"],
237
- "0008,2228" => [["SQ"], "Primary Anatomic Structure Sequence"],
238
- "0008,2229" => [["SQ"], "Anatomic Structure, Space or Region Sequence"],
239
- "0008,2230" => [["SQ"], "Primary Anatomic Structure Modifier Sequence"],
240
- "0008,2240" => [["SQ"], "Transducer Position Sequence"], # RET
241
- "0008,2242" => [["SQ"], "Transducer Position Modifier Sequence"], # RET
242
- "0008,2244" => [["SQ"], "Transducer Orientation Sequence"], # RET
243
- "0008,2246" => [["SQ"], "Transducer Orientation Modifier Sequence"], # RET
244
- "0008,3001" => [["SQ"], "Alternate Representation Sequence"],
245
- "0008,3010" => [["UI"], "Irradiation Event UID"],
246
- "0008,4000" => [["LT"], "Identifying Comments"], # RET
247
- "0008,9007" => [["CS"], "Frame Type"],
248
- "0008,9092" => [["SQ"], "Referenced Image Evidence Sequence"],
249
- "0008,9121" => [["SQ"], "Referenced Raw Data Sequence"],
250
- "0008,9123" => [["UI"], "Creator-Version UID"],
251
- "0008,9124" => [["SQ"], "Derivation Image Sequence"],
252
- "0008,9154" => [["SQ"], "Source Image Evidence Sequence"],
253
- "0008,9205" => [["CS"], "Pixel Presentation"],
254
- "0008,9206" => [["CS"], "Volumetric Properties"],
255
- "0008,9207" => [["CS"], "Volume Based Calculation Technique"],
256
- "0008,9208" => [["CS"], "Complex Image Component"],
257
- "0008,9209" => [["CS"], "Acquisition Contrast"],
258
- "0008,9215" => [["SQ"], "Derivation Code Sequence"],
259
- "0008,9237" => [["SQ"], "Referenced Presentation State Sequence"],
260
- "0008,9410" => [["SQ"], "Referenced Other Plane Sequence"],
261
- "0008,9458" => [["SQ"], "Frame Display Sequence"],
262
- "0008,9459" => [["FL"], "Recommended Display Frame Rate in Float"],
263
- "0008,9460" => [["CS"], "Skip Frame Range Flag"],
264
- # Group 0010
265
- "0010,0010" => [["PN"], "Patient's Name"],
266
- "0010,0020" => [["LO"], "Patient ID"],
267
- "0010,0021" => [["LO"], "Issuer of Patient ID"],
268
- "0010,0022" => [["CS"], "Type of Patient ID"],
269
- "0010,0024" => [["SQ"], "Issuer of Patient ID Qualifiers Sequence"],
270
- "0010,0030" => [["DA"], "Patient's Birth Date"],
271
- "0010,0032" => [["TM"], "Patient's Birth Time"],
272
- "0010,0040" => [["CS"], "Patient's Sex"],
273
- "0010,0050" => [["SQ"], "Patient's Insurance Plan Code Sequence"],
274
- "0010,0101" => [["SQ"], "Patient's Primary Language Code Sequence"],
275
- "0010,0102" => [["SQ"], "Patient's Primary Language Modifier Code Sequence"],
276
- "0010,1000" => [["LO"], "Other Patient IDs"],
277
- "0010,1001" => [["PN"], "Other Patient Names"],
278
- "0010,1002" => [["SQ"], "Other Patient IDs Sequence"],
279
- "0010,1005" => [["PN"], "Patient's Birth Name"],
280
- "0010,1010" => [["AS"], "Patient's Age"],
281
- "0010,1020" => [["DS"], "Patient's Size"],
282
- "0010,1030" => [["DS"], "Patient's Weight"],
283
- "0010,1040" => [["LO"], "Patient's Address"],
284
- "0010,1050" => [["LO"], "Insurance Plan Identification"], # RET
285
- "0010,1060" => [["PN"], "Patient's Mother's Birth Name"],
286
- "0010,1080" => [["LO"], "Military Rank"],
287
- "0010,1081" => [["LO"], "Branch of Service"],
288
- "0010,1090" => [["LO"], "Medical Record Locator"],
289
- "0010,2000" => [["LO"], "Medical Alerts"],
290
- "0010,2110" => [["LO"], "Contrast Allergies"],
291
- "0010,2150" => [["LO"], "Country of Residence"],
292
- "0010,2152" => [["LO"], "Region of Residence"],
293
- "0010,2154" => [["SH"], "Patient's Telephone Numbers"],
294
- "0010,2160" => [["SH"], "Ethnic Group"],
295
- "0010,2180" => [["SH"], "Occupation"],
296
- "0010,21A0" => [["CS"], "Smoking Status"],
297
- "0010,21B0" => [["LT"], "Additional Patient History"],
298
- "0010,21C0" => [["US"], "Pregnancy Status"],
299
- "0010,21D0" => [["DA"], "Last Menstrual Date"],
300
- "0010,21F0" => [["LO"], "Patient's Religious Preference"],
301
- "0010,2201" => [["LO"], "Patient Species Description"],
302
- "0010,2202" => [["SQ"], "Patient Species Code Sequence"],
303
- "0010,2203" => [["CS"], "Patient's Sex Neutered"],
304
- "0010,2210" => [["CS"], "Anatomical Orientation Type"],
305
- "0010,2292" => [["LO"], "Patient Breed Description"],
306
- "0010,2293" => [["SQ"], "Patient Breed Code Sequence"],
307
- "0010,2294" => [["SQ"], "Breed Registration Sequence"],
308
- "0010,2295" => [["LO"], "Breed Registration Number"],
309
- "0010,2296" => [["SQ"], "Breed Registry Code Sequence"],
310
- "0010,2297" => [["PN"], "Responsible Person"],
311
- "0010,2298" => [["CS"], "Responsible Person Role"],
312
- "0010,2299" => [["LO"], "Responsible Organization"],
313
- "0010,4000" => [["LT"], "Patient Comments"],
314
- "0010,9431" => [["FL"], "Examined Body Thickness"],
315
- # Group 0012
316
- "0012,0010" => [["LO"], "Clinical Trial Sponsor Name"],
317
- "0012,0020" => [["LO"], "Clinical Trial Protocol ID"],
318
- "0012,0021" => [["LO"], "Clinical Trial Protocol Name"],
319
- "0012,0030" => [["LO"], "Clinical Trial Site ID"],
320
- "0012,0031" => [["LO"], "Clinical Trial Site Name"],
321
- "0012,0040" => [["LO"], "Clinical Trial Subject ID"],
322
- "0012,0042" => [["LO"], "Clinical Trial Subject Reading ID"],
323
- "0012,0050" => [["LO"], "Clinical Trial Time Point ID"],
324
- "0012,0051" => [["ST"], "Clinical Trial Time Point Description"],
325
- "0012,0060" => [["LO"], "Clinical Trial Coordinating Center Name"],
326
- "0012,0062" => [["CS"], "Patient Identity Removed"],
327
- "0012,0063" => [["LO"], "De-identification Method"],
328
- "0012,0064" => [["SQ"], "De-identification Method Code Sequence"],
329
- "0012,0071" => [["LO"], "Clinical Trial Series ID"],
330
- "0012,0072" => [["LO"], "Clinical Trial Series Description"],
331
- "0012,0081" => [["LO"], "Clinical Trial Protocol Ethics Committee Name"],
332
- "0012,0082" => [["LO"], "Clinical Trial Protocol Ethics Committee Approval Number"],
333
- "0012,0083" => [["SQ"], "Consent for Clinical Trial Use Sequence"],
334
- "0012,0084" => [["CS"], "Distribution Type"],
335
- "0012,0085" => [["CS"], "Consent for Distribution Flag"],
336
- # Group 0018
337
- "0018,0010" => [["LO"], "Contrast/Bolus Agent"],
338
- "0018,0012" => [["SQ"], "Contrast/Bolus Agent Sequence"],
339
- "0018,0014" => [["SQ"], "Contrast/Bolus Administration Route Sequence"],
340
- "0018,0015" => [["CS"], "Body Part Examined"],
341
- "0018,0020" => [["CS"], "Scanning Sequence"],
342
- "0018,0021" => [["CS"], "Sequence Variant"],
343
- "0018,0022" => [["CS"], "Scan Options"],
344
- "0018,0023" => [["CS"], "MR Acquisition Type"],
345
- "0018,0024" => [["SH"], "Sequence Name"],
346
- "0018,0025" => [["CS"], "Angio Flag"],
347
- "0018,0026" => [["SQ"], "Intervention Drug Information Sequence"],
348
- "0018,0027" => [["TM"], "Intervention Drug Stop Time"],
349
- "0018,0028" => [["DS"], "Intervention Drug Dose"],
350
- "0018,0029" => [["SQ"], "Intervention Drug Code Sequence"],
351
- "0018,002A" => [["SQ"], "Additional Drug Sequence"],
352
- "0018,0030" => [["LO"], "Radionuclide"], # RET
353
- "0018,0031" => [["LO"], "Radiopharmaceutical"],
354
- "0018,0032" => [["DS"], "Energy Window Centerline"], # RET
355
- "0018,0033" => [["DS"], "Energy Window Total Width"], # RET
356
- "0018,0034" => [["LO"], "Intervention Drug Name"],
357
- "0018,0035" => [["TM"], "Intervention Drug Start Time"],
358
- "0018,0036" => [["SQ"], "Intervention Sequence"],
359
- "0018,0037" => [["CS"], "Therapy Type"], # RET
360
- "0018,0038" => [["CS"], "Intervention Status"],
361
- "0018,0039" => [["CS"], "Therapy Description"], # RET
362
- "0018,003A" => [["ST"], "Intervention Description"],
363
- "0018,0040" => [["IS"], "Cine Rate"],
364
- "0018,0042" => [["CS"], "Initial Cine Run State"],
365
- "0018,0050" => [["DS"], "Slice Thickness"],
366
- "0018,0060" => [["DS"], "KVP"],
367
- "0018,0070" => [["IS"], "Counts Accumulated"],
368
- "0018,0071" => [["CS"], "Acquisition Termination Condition"],
369
- "0018,0072" => [["DS"], "Effective Duration"],
370
- "0018,0073" => [["CS"], "Acquisition Start Condition"],
371
- "0018,0074" => [["IS"], "Acquisition Start Condition Data"],
372
- "0018,0075" => [["IS"], "Acquisition Termination Condition Data"],
373
- "0018,0080" => [["DS"], "Repetition Time"],
374
- "0018,0081" => [["DS"], "Echo Time"],
375
- "0018,0082" => [["DS"], "Inversion Time"],
376
- "0018,0083" => [["DS"], "Number of Averages"],
377
- "0018,0084" => [["DS"], "Imaging Frequency"],
378
- "0018,0085" => [["SH"], "Imaged Nucleus"],
379
- "0018,0086" => [["IS"], "Echo Number(s)"],
380
- "0018,0087" => [["DS"], "Magnetic Field Strength"],
381
- "0018,0088" => [["DS"], "Spacing Between Slices"],
382
- "0018,0089" => [["IS"], "Number of Phase Encoding Steps"],
383
- "0018,0090" => [["DS"], "Data Collection Diameter"],
384
- "0018,0091" => [["IS"], "Echo Train Length"],
385
- "0018,0093" => [["DS"], "Percent Sampling"],
386
- "0018,0094" => [["DS"], "Percent Phase Field of View"],
387
- "0018,0095" => [["DS"], "Pixel Bandwidth"],
388
- "0018,1000" => [["LO"], "Device Serial Number"],
389
- "0018,1002" => [["UI"], "Device UID"],
390
- "0018,1003" => [["LO"], "Device ID"],
391
- "0018,1004" => [["LO"], "Plate ID"],
392
- "0018,1005" => [["LO"], "Generator ID"],
393
- "0018,1006" => [["LO"], "Grid ID"],
394
- "0018,1007" => [["LO"], "Cassette ID"],
395
- "0018,1008" => [["LO"], "Gantry ID"],
396
- "0018,1010" => [["LO"], "Secondary Capture Device ID"],
397
- "0018,1011" => [["LO"], "Hardcopy Creation Device ID"],
398
- "0018,1012" => [["DA"], "Date of Secondary Capture"],
399
- "0018,1014" => [["TM"], "Time of Secondary Capture"],
400
- "0018,1016" => [["LO"], "Secondary Capture Device Manufacturer"],
401
- "0018,1017" => [["LO"], "Hardcopy Device Manufacturer"],
402
- "0018,1018" => [["LO"], "Secondary Capture Device Manufacturer's Model Name"],
403
- "0018,1019" => [["LO"], "Secondary Capture Device Software Version(s)"],
404
- "0018,101A" => [["LO"], "Hardcopy Device Software Version"],
405
- "0018,101B" => [["LO"], "Hardcopy Device Manufacturer's Model Name"],
406
- "0018,1020" => [["LO"], "Software Version(s)"],
407
- "0018,1022" => [["SH"], "Video Image Format Acquired"],
408
- "0018,1023" => [["LO"], "Digital Image Format Acquired"],
409
- "0018,1030" => [["LO"], "Protocol Name"],
410
- "0018,1040" => [["LO"], "Contrast/Bolus Route"],
411
- "0018,1041" => [["DS"], "Contrast/Bolus Volume"],
412
- "0018,1042" => [["TM"], "Contrast/Bolus Start Time"],
413
- "0018,1043" => [["TM"], "Contrast/Bolus Stop Time"],
414
- "0018,1044" => [["DS"], "Contrast/Bolus Total Dose"],
415
- "0018,1045" => [["IS"], "Syringe Counts"],
416
- "0018,1046" => [["DS"], "Contrast Flow Rate"],
417
- "0018,1047" => [["DS"], "Contrast Flow Duration"],
418
- "0018,1048" => [["CS"], "Contrast/Bolus Ingredient"],
419
- "0018,1049" => [["DS"], "Contrast/Bolus Ingredient Concentration"],
420
- "0018,1050" => [["DS"], "Spatial Resolution"],
421
- "0018,1060" => [["DS"], "Trigger Time"],
422
- "0018,1061" => [["LO"], "Trigger Source or Type"],
423
- "0018,1062" => [["IS"], "Nominal Interval"],
424
- "0018,1063" => [["DS"], "Frame Time"],
425
- "0018,1064" => [["LO"], "Framing Type"],
426
- "0018,1065" => [["DS"], "Frame Time Vector"],
427
- "0018,1066" => [["DS"], "Frame Delay"],
428
- "0018,1067" => [["DS"], "Image Trigger Delay"],
429
- "0018,1068" => [["DS"], "Multiplex Group Time Offset"],
430
- "0018,1069" => [["DS"], "Trigger Time Offset"],
431
- "0018,106A" => [["CS"], "Synchronization Trigger"],
432
- "0018,106C" => [["US"], "Synchronization Channel"],
433
- "0018,106E" => [["UL"], "Trigger Sample Position"],
434
- "0018,1070" => [["LO"], "Radiopharmaceutical Route"],
435
- "0018,1071" => [["DS"], "Radiopharmaceutical Volume"],
436
- "0018,1072" => [["TM"], "Radiopharmaceutical Start Time"],
437
- "0018,1073" => [["TM"], "Radiopharmaceutical Stop Time"],
438
- "0018,1074" => [["DS"], "Radionuclide Total Dose"],
439
- "0018,1075" => [["DS"], "Radionuclide Half Life"],
440
- "0018,1076" => [["DS"], "Radionuclide Positron Fraction"],
441
- "0018,1077" => [["DS"], "Radiopharmaceutical Specific Activity"],
442
- "0018,1078" => [["DT"], "Radiopharmaceutical Start Datetime"],
443
- "0018,1079" => [["DT"], "Radiopharmaceutical Stop Datetime"],
444
- "0018,1080" => [["CS"], "Beat Rejection Flag"],
445
- "0018,1081" => [["IS"], "Low R-R Value"],
446
- "0018,1082" => [["IS"], "High R-R Value"],
447
- "0018,1083" => [["IS"], "Intervals Acquired"],
448
- "0018,1084" => [["IS"], "Intervals Rejected"],
449
- "0018,1085" => [["LO"], "PVC Rejection"],
450
- "0018,1086" => [["IS"], "Skip Beats"],
451
- "0018,1088" => [["IS"], "Heart Rate"],
452
- "0018,1090" => [["IS"], "Cardiac Number of Images"],
453
- "0018,1094" => [["IS"], "Trigger Window"],
454
- "0018,1100" => [["DS"], "Reconstruction Diameter"],
455
- "0018,1110" => [["DS"], "Distance Source to Detector"],
456
- "0018,1111" => [["DS"], "Distance Source to Patient"],
457
- "0018,1114" => [["DS"], "Estimated Radiographic Magnification Factor"],
458
- "0018,1120" => [["DS"], "Gantry/Detector Tilt"],
459
- "0018,1121" => [["DS"], "Gantry/Detector Slew"],
460
- "0018,1130" => [["DS"], "Table Height"],
461
- "0018,1131" => [["DS"], "Table Traverse"],
462
- "0018,1134" => [["CS"], "Table Motion"],
463
- "0018,1135" => [["DS"], "Table Vertical Increment"],
464
- "0018,1136" => [["DS"], "Table Lateral Increment"],
465
- "0018,1137" => [["DS"], "Table Longitudinal Increment"],
466
- "0018,1138" => [["DS"], "Table Angle"],
467
- "0018,113A" => [["CS"], "Table Type"],
468
- "0018,1140" => [["CS"], "Rotation Direction"],
469
- "0018,1141" => [["DS"], "Angular Position"],
470
- "0018,1142" => [["DS"], "Radial Position"],
471
- "0018,1143" => [["DS"], "Scan Arc"],
472
- "0018,1144" => [["DS"], "Angular Step"],
473
- "0018,1145" => [["DS"], "Center of Rotation Offset"],
474
- "0018,1146" => [["DS"], "Rotation Offset"], # RET
475
- "0018,1147" => [["CS"], "Field of View Shape"],
476
- "0018,1149" => [["IS"], "Field of View Dimension(s)"],
477
- "0018,1150" => [["IS"], "Exposure Time"],
478
- "0018,1151" => [["IS"], "X-ray Tube Current"],
479
- "0018,1152" => [["IS"], "Exposure"],
480
- "0018,1153" => [["IS"], "Exposure in uAs"],
481
- "0018,1154" => [["DS"], "Average Pulse Width"],
482
- "0018,1155" => [["CS"], "Radiation Setting"],
483
- "0018,1156" => [["CS"], "Rectification Type"],
484
- "0018,115A" => [["CS"], "Radiation Mode"],
485
- "0018,115E" => [["DS"], "Image and Fluoroscopy Area Dose Product"],
486
- "0018,1160" => [["SH"], "Filter Type"],
487
- "0018,1161" => [["LO"], "Type of Filters"],
488
- "0018,1162" => [["DS"], "Intensifier Size"],
489
- "0018,1164" => [["DS"], "Imager Pixel Spacing"],
490
- "0018,1166" => [["CS"], "Grid"],
491
- "0018,1170" => [["IS"], "Generator Power"],
492
- "0018,1180" => [["SH"], "Collimator/grid Name"],
493
- "0018,1181" => [["CS"], "Collimator Type"],
494
- "0018,1182" => [["IS"], "Focal Distance"],
495
- "0018,1183" => [["DS"], "X Focus Center"],
496
- "0018,1184" => [["DS"], "Y Focus Center"],
497
- "0018,1190" => [["DS"], "Focal Spot(s)"],
498
- "0018,1191" => [["CS"], "Anode Target Material"],
499
- "0018,11A0" => [["DS"], "Body Part Thickness"],
500
- "0018,11A2" => [["DS"], "Compression Force"],
501
- "0018,1200" => [["DA"], "Date of Last Calibration"],
502
- "0018,1201" => [["TM"], "Time of Last Calibration"],
503
- "0018,1210" => [["SH"], "Convolution Kernel"],
504
- "0018,1240" => [["IS"], "Upper/Lower Pixel Values"], # RET
505
- "0018,1242" => [["IS"], "Actual Frame Duration"],
506
- "0018,1243" => [["IS"], "Count Rate"],
507
- "0018,1244" => [["US"], "Preferred Playback Sequencing"],
508
- "0018,1250" => [["SH"], "Receive Coil Name"],
509
- "0018,1251" => [["SH"], "Transmit Coil Name"],
510
- "0018,1260" => [["SH"], "Plate Type"],
511
- "0018,1261" => [["LO"], "Phosphor Type"],
512
- "0018,1300" => [["DS"], "Scan Velocity"],
513
- "0018,1301" => [["CS"], "Whole Body Technique"],
514
- "0018,1302" => [["IS"], "Scan Length"],
515
- "0018,1310" => [["US"], "Acquisition Matrix"],
516
- "0018,1312" => [["CS"], "In-plane Phase Encoding Direction"],
517
- "0018,1314" => [["DS"], "Flip Angle"],
518
- "0018,1315" => [["CS"], "Variable Flip Angle Flag"],
519
- "0018,1316" => [["DS"], "SAR"],
520
- "0018,1318" => [["DS"], "dB/dt"],
521
- "0018,1400" => [["LO"], "Acquisition Device Processing Description"],
522
- "0018,1401" => [["LO"], "Acquisition Device Processing Code"],
523
- "0018,1402" => [["CS"], "Cassette Orientation"],
524
- "0018,1403" => [["CS"], "Cassette Size"],
525
- "0018,1404" => [["US"], "Exposures on Plate"],
526
- "0018,1405" => [["IS"], "Relative X-ray Exposure"],
527
- "0018,1450" => [["DS"], "Column Angulation"],
528
- "0018,1460" => [["DS"], "Tomo Layer Height"],
529
- "0018,1470" => [["DS"], "Tomo Angle"],
530
- "0018,1480" => [["DS"], "Tomo Time"],
531
- "0018,1490" => [["CS"], "Tomo Type"],
532
- "0018,1491" => [["CS"], "Tomo Class"],
533
- "0018,1495" => [["IS"], "Number of Tomosynthesis Source Images"],
534
- "0018,1500" => [["CS"], "Positioner Motion"],
535
- "0018,1508" => [["CS"], "Positioner Type"],
536
- "0018,1510" => [["DS"], "Positioner Primary Angle"],
537
- "0018,1511" => [["DS"], "Positioner Secondary Angle"],
538
- "0018,1520" => [["DS"], "Positioner Primary Angle Increment"],
539
- "0018,1521" => [["DS"], "Positioner Secondary Angle Increment"],
540
- "0018,1530" => [["DS"], "Detector Primary Angle"],
541
- "0018,1531" => [["DS"], "Detector Secondary Angle"],
542
- "0018,1600" => [["CS"], "Shutter Shape"],
543
- "0018,1602" => [["IS"], "Shutter Left Vertical Edge"],
544
- "0018,1604" => [["IS"], "Shutter Right Vertical Edge"],
545
- "0018,1606" => [["IS"], "Shutter Upper Horizontal Edge"],
546
- "0018,1608" => [["IS"], "Shutter Lower Horizontal Edge"],
547
- "0018,1610" => [["IS"], "Center of Circular Shutter"],
548
- "0018,1612" => [["IS"], "Radius of Circular Shutter"],
549
- "0018,1620" => [["IS"], "Vertices of the Polygonal Shutter"],
550
- "0018,1622" => [["US"], "Shutter Presentation Value"],
551
- "0018,1623" => [["US"], "Shutter Overlay Group"],
552
- "0018,1624" => [["US"], "Shutter Presentation Color CIELab Value"],
553
- "0018,1700" => [["CS"], "Collimator Shape"],
554
- "0018,1702" => [["IS"], "Collimator Left Vertical Edge"],
555
- "0018,1704" => [["IS"], "Collimator Right Vertical Edge"],
556
- "0018,1706" => [["IS"], "Collimator Upper Horizontal Edge"],
557
- "0018,1708" => [["IS"], "Collimator Lower Horizontal Edge"],
558
- "0018,1710" => [["IS"], "Center of Circular Collimator"],
559
- "0018,1712" => [["IS"], "Radius of Circular Collimator"],
560
- "0018,1720" => [["IS"], "Vertices of the Polygonal Collimator"],
561
- "0018,1800" => [["CS"], "Acquisition Time Synchronized"],
562
- "0018,1801" => [["SH"], "Time Source"],
563
- "0018,1802" => [["CS"], "Time Distribution Protocol"],
564
- "0018,1803" => [["LO"], "NTP Source Address"],
565
- "0018,2001" => [["IS"], "Page Number Vector"],
566
- "0018,2002" => [["SH"], "Frame Label Vector"],
567
- "0018,2003" => [["DS"], "Frame Primary Angle Vector"],
568
- "0018,2004" => [["DS"], "Frame Secondary Angle Vector"],
569
- "0018,2005" => [["DS"], "Slice Location Vector"],
570
- "0018,2006" => [["SH"], "Display Window Label Vector"],
571
- "0018,2010" => [["DS"], "Nominal Scanned Pixel Spacing"],
572
- "0018,2020" => [["CS"], "Digitizing Device Transport Direction"],
573
- "0018,2030" => [["DS"], "Rotation of Scanned Film"],
574
- "0018,3100" => [["CS"], "IVUS Acquisition"],
575
- "0018,3101" => [["DS"], "IVUS Pullback Rate"],
576
- "0018,3102" => [["DS"], "IVUS Gated Rate"],
577
- "0018,3103" => [["IS"], "IVUS Pullback Start Frame Number"],
578
- "0018,3104" => [["IS"], "IVUS Pullback Stop Frame Number"],
579
- "0018,3105" => [["IS"], "Lesion Number"],
580
- "0018,4000" => [["LT"], "Acquisition Comments"], # RET
581
- "0018,5000" => [["SH"], "Output Power"],
582
- "0018,5010" => [["LO"], "Transducer Data"],
583
- "0018,5012" => [["DS"], "Focus Depth"],
584
- "0018,5020" => [["LO"], "Processing Function"],
585
- "0018,5021" => [["LO"], "Postprocessing Function"],
586
- "0018,5022" => [["DS"], "Mechanical Index"],
587
- "0018,5024" => [["DS"], "Bone Thermal Index"],
588
- "0018,5026" => [["DS"], "Cranial Thermal Index"],
589
- "0018,5027" => [["DS"], "Soft Tissue Thermal Index"],
590
- "0018,5028" => [["DS"], "Soft Tissue-focus Thermal Index"],
591
- "0018,5029" => [["DS"], "Soft Tissue-surface Thermal Index"],
592
- "0018,5030" => [["DS"], "Dynamic Range"], # RET
593
- "0018,5040" => [["DS"], "Total Gain"], # RET
594
- "0018,5050" => [["IS"], "Depth of Scan Field"],
595
- "0018,5100" => [["CS"], "Patient Position"],
596
- "0018,5101" => [["CS"], "View Position"],
597
- "0018,5104" => [["SQ"], "Projection Eponymous Name Code Sequence"],
598
- "0018,5210" => [["DS"], "Image Transformation Matrix"], # RET
599
- "0018,5212" => [["DS"], "Image Translation Vector"], # RET
600
- "0018,6000" => [["DS"], "Sensitivity"],
601
- "0018,6011" => [["SQ"], "Sequence of Ultrasound Regions"],
602
- "0018,6012" => [["US"], "Region Spatial Format"],
603
- "0018,6014" => [["US"], "Region Data Type"],
604
- "0018,6016" => [["UL"], "Region Flags"],
605
- "0018,6018" => [["UL"], "Region Location Min X0"],
606
- "0018,601A" => [["UL"], "Region Location Min Y0"],
607
- "0018,601C" => [["UL"], "Region Location Max X1"],
608
- "0018,601E" => [["UL"], "Region Location Max Y1"],
609
- "0018,6020" => [["SL"], "Reference Pixel X0"],
610
- "0018,6022" => [["SL"], "Reference Pixel Y0"],
611
- "0018,6024" => [["US"], "Physical Units X Direction"],
612
- "0018,6026" => [["US"], "Physical Units Y Direction"],
613
- "0018,6028" => [["FD"], "Reference Pixel Physical Value X"],
614
- "0018,602A" => [["FD"], "Reference Pixel Physical Value Y"],
615
- "0018,602C" => [["FD"], "Physical Delta X"],
616
- "0018,602E" => [["FD"], "Physical Delta Y"],
617
- "0018,6030" => [["UL"], "Transducer Frequency"],
618
- "0018,6031" => [["CS"], "Transducer Type"],
619
- "0018,6032" => [["UL"], "Pulse Repetition Frequency"],
620
- "0018,6034" => [["FD"], "Doppler Correction Angle"],
621
- "0018,6036" => [["FD"], "Steering Angle"],
622
- "0018,6038" => [["UL"], "Doppler Sample Volume X Position"], # RET
623
- "0018,6039" => [["SL"], "Doppler Sample Volume X Position"],
624
- "0018,603A" => [["UL"], "Doppler Sample Volume Y Position"], # RET
625
- "0018,603B" => [["SL"], "Doppler Sample Volume Y Position"],
626
- "0018,603C" => [["UL"], "TM-Line Position X0"], # RET
627
- "0018,603D" => [["SL"], "TM-Line Position X0"],
628
- "0018,603E" => [["UL"], "TM-Line Position Y0"], # RET
629
- "0018,603F" => [["SL"], "TM-Line Position Y0"],
630
- "0018,6040" => [["UL"], "TM-Line Position X1"], # RET
631
- "0018,6041" => [["SL"], "TM-Line Position X1"],
632
- "0018,6042" => [["UL"], "TM-Line Position Y1"], # RET
633
- "0018,6043" => [["SL"], "TM-Line Position Y1"],
634
- "0018,6044" => [["US"], "Pixel Component Organization"],
635
- "0018,6046" => [["UL"], "Pixel Component Mask"],
636
- "0018,6048" => [["UL"], "Pixel Component Range Start"],
637
- "0018,604A" => [["UL"], "Pixel Component Range Stop"],
638
- "0018,604C" => [["US"], "Pixel Component Physical Units"],
639
- "0018,604E" => [["US"], "Pixel Component Data Type"],
640
- "0018,6050" => [["UL"], "Number of Table Break Points"],
641
- "0018,6052" => [["UL"], "Table of X Break Points"],
642
- "0018,6054" => [["FD"], "Table of Y Break Points"],
643
- "0018,6056" => [["UL"], "Number of Table Entries"],
644
- "0018,6058" => [["UL"], "Table of Pixel Values"],
645
- "0018,605A" => [["FL"], "Table of Parameter Values"],
646
- "0018,6060" => [["FL"], "R Wave Time Vector"],
647
- "0018,7000" => [["CS"], "Detector Conditions Nominal Flag"],
648
- "0018,7001" => [["DS"], "Detector Temperature"],
649
- "0018,7004" => [["CS"], "Detector Type"],
650
- "0018,7005" => [["CS"], "Detector Configuration"],
651
- "0018,7006" => [["LT"], "Detector Description"],
652
- "0018,7008" => [["LT"], "Detector Mode"],
653
- "0018,700A" => [["SH"], "Detector ID"],
654
- "0018,700C" => [["DA"], "Date of Last Detector Calibration"],
655
- "0018,700E" => [["TM"], "Time of Last Detector Calibration"],
656
- "0018,7010" => [["IS"], "Exposures on Detector Since Last Calibration"],
657
- "0018,7011" => [["IS"], "Exposures on Detector Since Manufactured"],
658
- "0018,7012" => [["DS"], "Detector Time Since Last Exposure"],
659
- "0018,7014" => [["DS"], "Detector Active Time"],
660
- "0018,7016" => [["DS"], "Detector Activation Offset From Exposure"],
661
- "0018,701A" => [["DS"], "Detector Binning"],
662
- "0018,7020" => [["DS"], "Detector Element Physical Size"],
663
- "0018,7022" => [["DS"], "Detector Element Spacing"],
664
- "0018,7024" => [["CS"], "Detector Active Shape"],
665
- "0018,7026" => [["DS"], "Detector Active Dimension(s)"],
666
- "0018,7028" => [["DS"], "Detector Active Origin"],
667
- "0018,702A" => [["LO"], "Detector Manufacturer Name"],
668
- "0018,702B" => [["LO"], "Detector Manufacturer's Model Name"],
669
- "0018,7030" => [["DS"], "Field of View Origin"],
670
- "0018,7032" => [["DS"], "Field of View Rotation"],
671
- "0018,7034" => [["CS"], "Field of View Horizontal Flip"],
672
- "0018,7040" => [["LT"], "Grid Absorbing Material"],
673
- "0018,7041" => [["LT"], "Grid Spacing Material"],
674
- "0018,7042" => [["DS"], "Grid Thickness"],
675
- "0018,7044" => [["DS"], "Grid Pitch"],
676
- "0018,7046" => [["IS"], "Grid Aspect Ratio"],
677
- "0018,7048" => [["DS"], "Grid Period"],
678
- "0018,704C" => [["DS"], "Grid Focal Distance"],
679
- "0018,7050" => [["CS"], "Filter Material"],
680
- "0018,7052" => [["DS"], "Filter Thickness Minimum"],
681
- "0018,7054" => [["DS"], "Filter Thickness Maximum"],
682
- "0018,7056" => [["FL"], "Filter Beam Path Length Minimum"],
683
- "0018,7058" => [["FL"], "Filter Beam Path Length Maximum"],
684
- "0018,7060" => [["CS"], "Exposure Control Mode"],
685
- "0018,7062" => [["LT"], "Exposure Control Mode Description"],
686
- "0018,7064" => [["CS"], "Exposure Status"],
687
- "0018,7065" => [["DS"], "Phototimer Setting"],
688
- "0018,8150" => [["DS"], "Exposure Time in µS"],
689
- "0018,8151" => [["DS"], "X-Ray Tube Current in µA"],
690
- "0018,9004" => [["CS"], "Content Qualification"],
691
- "0018,9005" => [["SH"], "Pulse Sequence Name"],
692
- "0018,9006" => [["SQ"], "MR Imaging Modifier Sequence"],
693
- "0018,9008" => [["CS"], "Echo Pulse Sequence"],
694
- "0018,9009" => [["CS"], "Inversion Recovery"],
695
- "0018,9010" => [["CS"], "Flow Compensation"],
696
- "0018,9011" => [["CS"], "Multiple Spin Echo"],
697
- "0018,9012" => [["CS"], "Multi-planar Excitation"],
698
- "0018,9014" => [["CS"], "Phase Contrast"],
699
- "0018,9015" => [["CS"], "Time of Flight Contrast"],
700
- "0018,9016" => [["CS"], "Spoiling"],
701
- "0018,9017" => [["CS"], "Steady State Pulse Sequence"],
702
- "0018,9018" => [["CS"], "Echo Planar Pulse Sequence"],
703
- "0018,9019" => [["FD"], "Tag Angle First Axis"],
704
- "0018,9020" => [["CS"], "Magnetization Transfer"],
705
- "0018,9021" => [["CS"], "T2 Preparation"],
706
- "0018,9022" => [["CS"], "Blood Signal Nulling"],
707
- "0018,9024" => [["CS"], "Saturation Recovery"],
708
- "0018,9025" => [["CS"], "Spectrally Selected Suppression"],
709
- "0018,9026" => [["CS"], "Spectrally Selected Excitation"],
710
- "0018,9027" => [["CS"], "Spatial Pre-saturation"],
711
- "0018,9028" => [["CS"], "Tagging"],
712
- "0018,9029" => [["CS"], "Oversampling Phase"],
713
- "0018,9030" => [["FD"], "Tag Spacing First Dimension"],
714
- "0018,9032" => [["CS"], "Geometry of k-Space Traversal"],
715
- "0018,9033" => [["CS"], "Segmented k-Space Traversal"],
716
- "0018,9034" => [["CS"], "Rectilinear Phase Encode Reordering"],
717
- "0018,9035" => [["FD"], "Tag Thickness"],
718
- "0018,9036" => [["CS"], "Partial Fourier Direction"],
719
- "0018,9037" => [["CS"], "Cardiac Synchronization Technique"],
720
- "0018,9041" => [["LO"], "Receive Coil Manufacturer Name"],
721
- "0018,9042" => [["SQ"], "MR Receive Coil Sequence"],
722
- "0018,9043" => [["CS"], "Receive Coil Type"],
723
- "0018,9044" => [["CS"], "Quadrature Receive Coil"],
724
- "0018,9045" => [["SQ"], "Multi-Coil Definition Sequence"],
725
- "0018,9046" => [["LO"], "Multi-Coil Configuration"],
726
- "0018,9047" => [["SH"], "Multi-Coil Element Name"],
727
- "0018,9048" => [["CS"], "Multi-Coil Element Used"],
728
- "0018,9049" => [["SQ"], "MR Transmit Coil Sequence"],
729
- "0018,9050" => [["LO"], "Transmit Coil Manufacturer Name"],
730
- "0018,9051" => [["CS"], "Transmit Coil Type"],
731
- "0018,9052" => [["FD"], "Spectral Width"],
732
- "0018,9053" => [["FD"], "Chemical Shift Reference"],
733
- "0018,9054" => [["CS"], "Volume Localization Technique"],
734
- "0018,9058" => [["US"], "MR Acquisition Frequency Encoding Steps"],
735
- "0018,9059" => [["CS"], "De-coupling"],
736
- "0018,9060" => [["CS"], "De-coupled Nucleus"],
737
- "0018,9061" => [["FD"], "De-coupling Frequency"],
738
- "0018,9062" => [["CS"], "De-coupling Method"],
739
- "0018,9063" => [["FD"], "De-coupling Chemical Shift Reference"],
740
- "0018,9064" => [["CS"], "k-space Filtering"],
741
- "0018,9065" => [["CS"], "Time Domain Filtering"],
742
- "0018,9066" => [["US"], "Number of Zero fills"],
743
- "0018,9067" => [["CS"], "Baseline Correction"],
744
- "0018,9069" => [["FD"], "Parallel Reduction Factor In-plane"],
745
- "0018,9070" => [["FD"], "Cardiac R-R Interval Specified"],
746
- "0018,9073" => [["FD"], "Acquisition Duration"],
747
- "0018,9074" => [["DT"], "Frame Acquisition Datetime"],
748
- "0018,9075" => [["CS"], "Diffusion Directionality"],
749
- "0018,9076" => [["SQ"], "Diffusion Gradient Direction Sequence"],
750
- "0018,9077" => [["CS"], "Parallel Acquisition"],
751
- "0018,9078" => [["CS"], "Parallel Acquisition Technique"],
752
- "0018,9079" => [["FD"], "Inversion Times"],
753
- "0018,9080" => [["ST"], "Metabolite Map Description"],
754
- "0018,9081" => [["CS"], "Partial Fourier"],
755
- "0018,9082" => [["FD"], "Effective Echo Time"],
756
- "0018,9083" => [["SQ"], "Metabolite Map Code Sequence"],
757
- "0018,9084" => [["SQ"], "Chemical Shift Sequence"],
758
- "0018,9085" => [["CS"], "Cardiac Signal Source"],
759
- "0018,9087" => [["FD"], "Diffusion b-value"],
760
- "0018,9089" => [["FD"], "Diffusion Gradient Orientation"],
761
- "0018,9090" => [["FD"], "Velocity Encoding Direction"],
762
- "0018,9091" => [["FD"], "Velocity Encoding Minimum Value"],
763
- "0018,9093" => [["US"], "Number of k-Space Trajectories"],
764
- "0018,9094" => [["CS"], "Coverage of k-Space"],
765
- "0018,9095" => [["UL"], "Spectroscopy Acquisition Phase Rows"],
766
- "0018,9098" => [["FD"], "Transmitter Frequency"],
767
- "0018,9100" => [["CS"], "Resonant Nucleus"],
768
- "0018,9101" => [["CS"], "Frequency Correction"],
769
- "0018,9103" => [["SQ"], "MR Spectroscopy FOV/Geometry Sequence"],
770
- "0018,9104" => [["FD"], "Slab Thickness"],
771
- "0018,9105" => [["FD"], "Slab Orientation"],
772
- "0018,9106" => [["FD"], "Mid Slab Position"],
773
- "0018,9107" => [["SQ"], "MR Spatial Saturation Sequence"],
774
- "0018,9112" => [["SQ"], "MR Timing and Related Parameters Sequence"],
775
- "0018,9114" => [["SQ"], "MR Echo Sequence"],
776
- "0018,9115" => [["SQ"], "MR Modifier Sequence"],
777
- "0018,9117" => [["SQ"], "MR Diffusion Sequence"],
778
- "0018,9118" => [["SQ"], "Cardiac Trigger Sequence"],
779
- "0018,9119" => [["SQ"], "MR Averages Sequence"],
780
- "0018,9125" => [["SQ"], "MR FOV/Geometry Sequence"],
781
- "0018,9126" => [["SQ"], "Volume Localization Sequence"],
782
- "0018,9127" => [["UL"], "Spectroscopy Acquisition Data Columns"],
783
- "0018,9147" => [["CS"], "Diffusion Anisotropy Type"],
784
- "0018,9151" => [["DT"], "Frame Reference Datetime"],
785
- "0018,9152" => [["SQ"], "MR Metabolite Map Sequence"],
786
- "0018,9155" => [["FD"], "Parallel Reduction Factor out-of-plane"],
787
- "0018,9159" => [["UL"], "Spectroscopy Acquisition Out-of-plane Phase Steps"],
788
- "0018,9166" => [["CS"], "Bulk Motion Status"], # RET
789
- "0018,9168" => [["FD"], "Parallel Reduction Factor Second In-plane"],
790
- "0018,9169" => [["CS"], "Cardiac Beat Rejection Technique"],
791
- "0018,9170" => [["CS"], "Respiratory Motion Compensation Technique"],
792
- "0018,9171" => [["CS"], "Respiratory Signal Source"],
793
- "0018,9172" => [["CS"], "Bulk Motion Compensation Technique"],
794
- "0018,9173" => [["CS"], "Bulk Motion Signal Source"],
795
- "0018,9174" => [["CS"], "Applicable Safety Standard Agency"],
796
- "0018,9175" => [["LO"], "Applicable Safety Standard Description"],
797
- "0018,9176" => [["SQ"], "Operating Mode Sequence"],
798
- "0018,9177" => [["CS"], "Operating Mode Type"],
799
- "0018,9178" => [["CS"], "Operating Mode"],
800
- "0018,9179" => [["CS"], "Specific Absorption Rate Definition"],
801
- "0018,9180" => [["CS"], "Gradient Output Type"],
802
- "0018,9181" => [["FD"], "Specific Absorption Rate Value"],
803
- "0018,9182" => [["FD"], "Gradient Output"],
804
- "0018,9183" => [["CS"], "Flow Compensation Direction"],
805
- "0018,9184" => [["FD"], "Tagging Delay"],
806
- "0018,9185" => [["ST"], "Respiratory Motion Compensation Technique Description"],
807
- "0018,9186" => [["SH"], "Respiratory Signal Source ID"],
808
- "0018,9195" => [["FD"], "Chemical Shift Minimum Integration Limit in Hz"], # RET
809
- "0018,9196" => [["FD"], "Chemical Shift Maximum Integration Limit in Hz"], # RET
810
- "0018,9197" => [["SQ"], "MR Velocity Encoding Sequence"],
811
- "0018,9198" => [["CS"], "First Order Phase Correction"],
812
- "0018,9199" => [["CS"], "Water Referenced Phase Correction"],
813
- "0018,9200" => [["CS"], "MR Spectroscopy Acquisition Type"],
814
- "0018,9214" => [["CS"], "Respiratory Cycle Position"],
815
- "0018,9217" => [["FD"], "Velocity Encoding Maximum Value"],
816
- "0018,9218" => [["FD"], "Tag Spacing Second Dimension"],
817
- "0018,9219" => [["SS"], "Tag Angle Second Axis"],
818
- "0018,9220" => [["FD"], "Frame Acquisition Duration"],
819
- "0018,9226" => [["SQ"], "MR Image Frame Type Sequence"],
820
- "0018,9227" => [["SQ"], "MR Spectroscopy Frame Type Sequence"],
821
- "0018,9231" => [["US"], "MR Acquisition Phase Encoding Steps in-plane"],
822
- "0018,9232" => [["US"], "MR Acquisition Phase Encoding Steps out-of-plane"],
823
- "0018,9234" => [["UL"], "Spectroscopy Acquisition Phase Columns"],
824
- "0018,9236" => [["CS"], "Cardiac Cycle Position"],
825
- "0018,9239" => [["SQ"], "Specific Absorption Rate Sequence"],
826
- "0018,9240" => [["US"], "RF Echo Train Length"],
827
- "0018,9241" => [["US"], "Gradient Echo Train Length"],
828
- "0018,9295" => [["FD"], "Chemical Shift Minimum Integration Limit in ppm"],
829
- "0018,9296" => [["FD"], "Chemical Shift Maximum Integration Limit in ppm"],
830
- "0018,9301" => [["SQ"], "CT Acquisition Type Sequence"],
831
- "0018,9302" => [["CS"], "Acquisition Type"],
832
- "0018,9303" => [["FD"], "Tube Angle"],
833
- "0018,9304" => [["SQ"], "CT Acquisition Details Sequence"],
834
- "0018,9305" => [["FD"], "Revolution Time"],
835
- "0018,9306" => [["FD"], "Single Collimation Width"],
836
- "0018,9307" => [["FD"], "Total Collimation Width"],
837
- "0018,9308" => [["SQ"], "CT Table Dynamics Sequence"],
838
- "0018,9309" => [["FD"], "Table Speed"],
839
- "0018,9310" => [["FD"], "Table Feed per Rotation"],
840
- "0018,9311" => [["FD"], "Spiral Pitch Factor"],
841
- "0018,9312" => [["SQ"], "CT Geometry Sequence"],
842
- "0018,9313" => [["FD"], "Data Collection Center (Patient)"],
843
- "0018,9314" => [["SQ"], "CT Reconstruction Sequence"],
844
- "0018,9315" => [["CS"], "Reconstruction Algorithm"],
845
- "0018,9316" => [["CS"], "Convolution Kernel Group"],
846
- "0018,9317" => [["FD"], "Reconstruction Field of View"],
847
- "0018,9318" => [["FD"], "Reconstruction Target Center (Patient)"],
848
- "0018,9319" => [["FD"], "Reconstruction Angle"],
849
- "0018,9320" => [["SH"], "Image Filter"],
850
- "0018,9321" => [["SQ"], "CT Exposure Sequence"],
851
- "0018,9322" => [["FD"], "Reconstruction Pixel Spacing"],
852
- "0018,9323" => [["CS"], "Exposure Modulation Type"],
853
- "0018,9324" => [["FD"], "Estimated Dose Saving"],
854
- "0018,9325" => [["SQ"], "CT X-ray Details Sequence"],
855
- "0018,9326" => [["SQ"], "CT Position Sequence"],
856
- "0018,9327" => [["FD"], "Table Position"],
857
- "0018,9328" => [["FD"], "Exposure Time in ms"],
858
- "0018,9329" => [["SQ"], "CT Image Frame Type Sequence"],
859
- "0018,9330" => [["FD"], "X-Ray Tube Current in mA"],
860
- "0018,9332" => [["FD"], "Exposure in mAs"],
861
- "0018,9333" => [["CS"], "Constant Volume Flag"],
862
- "0018,9334" => [["CS"], "Fluoroscopy Flag"],
863
- "0018,9335" => [["FD"], "Distance Source to Data Collection Center"],
864
- "0018,9337" => [["US"], "Contrast/Bolus Agent Number"],
865
- "0018,9338" => [["SQ"], "Contrast/Bolus Ingredient Code Sequence"],
866
- "0018,9340" => [["SQ"], "Contrast Administration Profile Sequence"],
867
- "0018,9341" => [["SQ"], "Contrast/Bolus Usage Sequence"],
868
- "0018,9342" => [["CS"], "Contrast/Bolus Agent Administered"],
869
- "0018,9343" => [["CS"], "Contrast/Bolus Agent Detected"],
870
- "0018,9344" => [["CS"], "Contrast/Bolus Agent Phase"],
871
- "0018,9345" => [["FD"], "CTDIvol"],
872
- "0018,9346" => [["SQ"], "CTDI Phantom Type Code Sequence"],
873
- "0018,9351" => [["FL"], "Calcium Scoring Mass Factor Patient"],
874
- "0018,9352" => [["FL"], "Calcium Scoring Mass Factor Device"],
875
- "0018,9353" => [["FL"], "Energy Weighting Factor"],
876
- "0018,9360" => [["SQ"], "CT Additional X-Ray Source Sequence"],
877
- "0018,9401" => [["SQ"], "Projection Pixel Calibration Sequence"],
878
- "0018,9402" => [["FL"], "Distance Source to Isocenter"],
879
- "0018,9403" => [["FL"], "Distance Object to Table Top"],
880
- "0018,9404" => [["FL"], "Object Pixel Spacing in Center of Beam"],
881
- "0018,9405" => [["SQ"], "Positioner Position Sequence"],
882
- "0018,9406" => [["SQ"], "Table Position Sequence"],
883
- "0018,9407" => [["SQ"], "Collimator Shape Sequence"],
884
- "0018,9412" => [["SQ"], "XA/XRF Frame Characteristics Sequence"],
885
- "0018,9417" => [["SQ"], "Frame Acquisition Sequence"],
886
- "0018,9420" => [["CS"], "X-Ray Receptor Type"],
887
- "0018,9423" => [["LO"], "Acquisition Protocol Name"],
888
- "0018,9424" => [["LT"], "Acquisition Protocol Description"],
889
- "0018,9425" => [["CS"], "Contrast/Bolus Ingredient Opaque"],
890
- "0018,9426" => [["FL"], "Distance Receptor Plane to Detector Housing"],
891
- "0018,9427" => [["CS"], "Intensifier Active Shape"],
892
- "0018,9428" => [["FL"], "Intensifier Active Dimension(s)"],
893
- "0018,9429" => [["FL"], "Physical Detector Size"],
894
- "0018,9430" => [["US"], "Position of Isocenter Projection"],
895
- "0018,9432" => [["SQ"], "Field of View Sequence"],
896
- "0018,9433" => [["LO"], "Field of View Description"],
897
- "0018,9434" => [["SQ"], "Exposure Control Sensing Regions Sequence"],
898
- "0018,9435" => [["CS"], "Exposure Control Sensing Region Shape"],
899
- "0018,9436" => [["SS"], "Exposure Control Sensing Region Left Vertical Edge"],
900
- "0018,9437" => [["SS"], "Exposure Control Sensing Region Right Vertical Edge"],
901
- "0018,9438" => [["SS"], "Exposure Control Sensing Region Upper Horizontal Edge"],
902
- "0018,9439" => [["SS"], "Exposure Control Sensing Region Lower Horizontal Edge"],
903
- "0018,9440" => [["SS"], "Center of Circular Exposure Control Sensing Region"],
904
- "0018,9441" => [["US"], "Radius of Circular Exposure Control Sensing Region"],
905
- "0018,9442" => [["SS"], "Vertices of the Polygonal Exposure Control Sensing Region"],
906
- "0018,9447" => [["FL"], "Column Angulation (Patient)"],
907
- "0018,9449" => [["FL"], "Beam Angle"],
908
- "0018,9451" => [["SQ"], "Frame Detector Parameters Sequence"],
909
- "0018,9452" => [["FL"], "Calculated Anatomy Thickness"],
910
- "0018,9455" => [["SQ"], "Calibration Sequence"],
911
- "0018,9456" => [["SQ"], "Object Thickness Sequence"],
912
- "0018,9457" => [["CS"], "Plane Identification"],
913
- "0018,9461" => [["FL"], "Field of View Dimension(s) in Float"],
914
- "0018,9462" => [["SQ"], "Isocenter Reference System Sequence"],
915
- "0018,9463" => [["FL"], "Positioner Isocenter Primary Angle"],
916
- "0018,9464" => [["FL"], "Positioner Isocenter Secondary Angle"],
917
- "0018,9465" => [["FL"], "Positioner Isocenter Detector Rotation Angle"],
918
- "0018,9466" => [["FL"], "Table X Position to Isocenter"],
919
- "0018,9467" => [["FL"], "Table Y Position to Isocenter"],
920
- "0018,9468" => [["FL"], "Table Z Position to Isocenter"],
921
- "0018,9469" => [["FL"], "Table Horizontal Rotation Angle"],
922
- "0018,9470" => [["FL"], "Table Head Tilt Angle"],
923
- "0018,9471" => [["FL"], "Table Cradle Tilt Angle"],
924
- "0018,9472" => [["SQ"], "Frame Display Shutter Sequence"],
925
- "0018,9473" => [["FL"], "Acquired Image Area Dose Product"],
926
- "0018,9474" => [["CS"], "C-arm Positioner Tabletop Relationship"],
927
- "0018,9476" => [["SQ"], "X-Ray Geometry Sequence"],
928
- "0018,9477" => [["SQ"], "Irradiation Event Identification Sequence"],
929
- "0018,9504" => [["SQ"], "X-Ray 3D Frame Type Sequence"],
930
- "0018,9506" => [["SQ"], "Contributing Sources Sequence"],
931
- "0018,9507" => [["SQ"], "X-Ray 3D Acquisition Sequence"],
932
- "0018,9508" => [["FL"], "Primary Positioner Scan Arc"],
933
- "0018,9509" => [["FL"], "Secondary Positioner Scan Arc"],
934
- "0018,9510" => [["FL"], "Primary Positioner Scan Start Angle"],
935
- "0018,9511" => [["FL"], "Secondary Positioner Scan Start Angle"],
936
- "0018,9514" => [["FL"], "Primary Positioner Increment"],
937
- "0018,9515" => [["FL"], "Secondary Positioner Increment"],
938
- "0018,9516" => [["DT"], "Start Acquisition DateTime"],
939
- "0018,9517" => [["DT"], "End Acquisition DateTime"],
940
- "0018,9524" => [["LO"], "Application Name"],
941
- "0018,9525" => [["LO"], "Application Version"],
942
- "0018,9526" => [["LO"], "Application Manufacturer"],
943
- "0018,9527" => [["CS"], "Algorithm Type"],
944
- "0018,9528" => [["LO"], "Algorithm Description"],
945
- "0018,9530" => [["SQ"], "X-Ray 3D Reconstruction Sequence"],
946
- "0018,9531" => [["LO"], "Reconstruction Description"],
947
- "0018,9538" => [["SQ"], "Per Projection Acquisition Sequence"],
948
- "0018,9601" => [["SQ"], "Diffusion b-matrix Sequence"],
949
- "0018,9602" => [["FD"], "Diffusion b-value XX"],
950
- "0018,9603" => [["FD"], "Diffusion b-value XY"],
951
- "0018,9604" => [["FD"], "Diffusion b-value XZ"],
952
- "0018,9605" => [["FD"], "Diffusion b-value YY"],
953
- "0018,9606" => [["FD"], "Diffusion b-value YZ"],
954
- "0018,9607" => [["FD"], "Diffusion b-value ZZ"],
955
- "0018,9701" => [["DT"], "Decay Correction DateTime"],
956
- "0018,9715" => [["FD"], "Start Density Threshold"],
957
- "0018,9716" => [["FD"], "Start Relative Density DifferenceThreshold"],
958
- "0018,9717" => [["FD"], "Start Cardiac Trigger Count Threshold"],
959
- "0018,9718" => [["FD"], "Start Respiratory Trigger Count Threshold"],
960
- "0018,9719" => [["FD"], "Termination Counts Threshold"],
961
- "0018,9720" => [["FD"], "Termination Density Threshold"],
962
- "0018,9721" => [["FD"], "Termination Relative Density Threshold"],
963
- "0018,9722" => [["FD"], "Termination Time Threshold"],
964
- "0018,9723" => [["FD"], "Termination Cardiac Trigger Count Threshold"],
965
- "0018,9724" => [["FD"], "Termination Respiratory Trigger Count Threshold"],
966
- "0018,9725" => [["CS"], "Detector Geometry"],
967
- "0018,9726" => [["FD"], "Transverse Detector Separation"],
968
- "0018,9727" => [["FD"], "Axial Detector Dimension"],
969
- "0018,9729" => [["US"], "Radiopharmaceutical Agent Number"],
970
- "0018,9732" => [["SQ"], "PET Frame Acquisition Sequence"],
971
- "0018,9733" => [["SQ"], "PET Detector Motion Details Sequence"],
972
- "0018,9734" => [["SQ"], "PET Table Dynamics Sequence"],
973
- "0018,9735" => [["SQ"], "PET Position Sequence"],
974
- "0018,9736" => [["SQ"], "PET Frame Correction Factors"],
975
- "0018,9737" => [["SQ"], "Radiopharmaceutical Usage Sequence"],
976
- "0018,9738" => [["CS"], "Attenuation Correction Source"],
977
- "0018,9739" => [["US"], "Number of Iterations"],
978
- "0018,9740" => [["US"], "Number of Subsets"],
979
- "0018,9749" => [["SQ"], "PET Reconstruction Sequence"],
980
- "0018,9751" => [["SQ"], "PET Frame Type Sequence"],
981
- "0018,9755" => [["CS"], "Time of Flight Information Used"],
982
- "0018,9756" => [["CS"], "Reconstruction Type"],
983
- "0018,9758" => [["CS"], "Decay Corrected"],
984
- "0018,9759" => [["CS"], "Attenuation Corrected"],
985
- "0018,9760" => [["CS"], "Scatter Corrected"],
986
- "0018,9761" => [["CS"], "Dead Time Corrected"],
987
- "0018,9762" => [["CS"], "Gantry Motion Corrected"],
988
- "0018,9763" => [["CS"], "Patient Motion Corrected"],
989
- "0018,9764" => [["CS"], "Count Loss Normalization Corrected"],
990
- "0018,9765" => [["CS"], "Randoms Corrected"],
991
- "0018,9766" => [["CS"], "Non-uniform Radial Sampling Corrected"],
992
- "0018,9767" => [["CS"], "Sensitivity Calibrated"],
993
- "0018,9768" => [["CS"], "Detector Normalization Correction"],
994
- "0018,9769" => [["CS"], "Iterative Reconstruction Method"],
995
- "0018,9770" => [["CS"], "Attenuation Correction Temporal Relationship"],
996
- "0018,9771" => [["SQ"], "Patient Physiological State Sequence"],
997
- "0018,9772" => [["SQ"], "Patient Physiological State Code Sequence"],
998
- "0018,9801" => [["FD"], "Depth(s) of Focus"],
999
- "0018,9803" => [["SQ"], "Excluded Intervals Sequence"],
1000
- "0018,9804" => [["DT"], "Exclusion Start Datetime"],
1001
- "0018,9805" => [["FD"], "Exclusion Duration"],
1002
- "0018,9806" => [["SQ"], "US Image Description Sequence"],
1003
- "0018,9807" => [["SQ"], "Image Data Type Sequence"],
1004
- "0018,9808" => [["CS"], "Data Type"],
1005
- "0018,9809" => [["SQ"], "Transducer Scan Pattern Code Sequence"],
1006
- "0018,980B" => [["CS"], "Aliased Data Type"],
1007
- "0018,980C" => [["CS"], "Position Measuring Device Used"],
1008
- "0018,980D" => [["SQ"], "Transducer Geometry Code Sequence"],
1009
- "0018,980E" => [["SQ"], "Transducer Beam Steering Code Sequence"],
1010
- "0018,980F" => [["SQ"], "Transducer Application Code Sequence"],
1011
- "0018,A001" => [["SQ"], "Contributing Equipment Sequence"],
1012
- "0018,A002" => [["DT"], "Contribution Date Time"],
1013
- "0018,A003" => [["ST"], "Contribution Description"],
1014
- # Group 0020
1015
- "0020,000D" => [["UI"], "Study Instance UID"],
1016
- "0020,000E" => [["UI"], "Series Instance UID"],
1017
- "0020,0010" => [["SH"], "Study ID"],
1018
- "0020,0011" => [["IS"], "Series Number"],
1019
- "0020,0012" => [["IS"], "Acquisition Number"],
1020
- "0020,0013" => [["IS"], "Instance Number"],
1021
- "0020,0014" => [["IS"], "Isotope Number"], # RET
1022
- "0020,0015" => [["IS"], "Phase Number"], # RET
1023
- "0020,0016" => [["IS"], "Interval Number"], # RET
1024
- "0020,0017" => [["IS"], "Time Slot Number"], # RET
1025
- "0020,0018" => [["IS"], "Angle Number"], # RET
1026
- "0020,0019" => [["IS"], "Item Number"],
1027
- "0020,0020" => [["CS"], "Patient Orientation"],
1028
- "0020,0022" => [["IS"], "Overlay Number"], # RET
1029
- "0020,0024" => [["IS"], "Curve Number"], # RET
1030
- "0020,0026" => [["IS"], "LUT Number"], # RET
1031
- "0020,0030" => [["DS"], "Image Position"], # RET
1032
- "0020,0032" => [["DS"], "Image Position (Patient)"],
1033
- "0020,0035" => [["DS"], "Image Orientation"], # RET
1034
- "0020,0037" => [["DS"], "Image Orientation (Patient)"],
1035
- "0020,0050" => [["DS"], "Location"], # RET
1036
- "0020,0052" => [["UI"], "Frame of Reference UID"],
1037
- "0020,0060" => [["CS"], "Laterality"],
1038
- "0020,0062" => [["CS"], "Image Laterality"],
1039
- "0020,0070" => [["LO"], "Image Geometry Type"], # RET
1040
- "0020,0080" => [["CS"], "Masking Image"], # RET
1041
- "0020,0100" => [["IS"], "Temporal Position Identifier"],
1042
- "0020,0105" => [["IS"], "Number of Temporal Positions"],
1043
- "0020,0110" => [["DS"], "Temporal Resolution"],
1044
- "0020,0200" => [["UI"], "Synchronization Frame of Reference UID"],
1045
- "0020,0242" => [["UI"], "SOP Instance UID of Concatenation Source"],
1046
- "0020,1000" => [["IS"], "Series in Study"], # RET
1047
- "0020,1001" => [["IS"], "Acquisitions in Series"], # RET
1048
- "0020,1002" => [["IS"], "Images in Acquisition"],
1049
- "0020,1003" => [["IS"], "Images in Series"], # RET
1050
- "0020,1004" => [["IS"], "Acquisitions in Study"], # RET
1051
- "0020,1005" => [["IS"], "Images in Study"], # RET
1052
- "0020,1020" => [["CS"], "Reference"], # RET
1053
- "0020,1040" => [["LO"], "Position Reference Indicator"],
1054
- "0020,1041" => [["DS"], "Slice Location"],
1055
- "0020,1070" => [["IS"], "Other Study Numbers"], # RET
1056
- "0020,1200" => [["IS"], "Number of Patient Related Studies"],
1057
- "0020,1202" => [["IS"], "Number of Patient Related Series"],
1058
- "0020,1204" => [["IS"], "Number of Patient Related Instances"],
1059
- "0020,1206" => [["IS"], "Number of Study Related Series"],
1060
- "0020,1208" => [["IS"], "Number of Study Related Instances"],
1061
- "0020,1209" => [["IS"], "Number of Series Related Instances"],
1062
- "0020,31xx" => [["CS"], "Source Image IDs"], # RET
1063
- "0020,3401" => [["CS"], "Modifying Device ID"], # RET
1064
- "0020,3402" => [["CS"], "Modified Image ID"], # RET
1065
- "0020,3403" => [["DA"], "Modified Image Date"], # RET
1066
- "0020,3404" => [["LO"], "Modifying Device Manufacturer"], # RET
1067
- "0020,3405" => [["TM"], "Modified Image Time"], # RET
1068
- "0020,3406" => [["LO"], "Modified Image Description"], # RET
1069
- "0020,4000" => [["LT"], "Image Comments"],
1070
- "0020,5000" => [["AT"], "Original Image Identification"], # RET
1071
- "0020,5002" => [["CS"], "Original Image Identification Nomenclature"], # RET
1072
- "0020,9056" => [["SH"], "Stack ID"],
1073
- "0020,9057" => [["UL"], "In-Stack Position Number"],
1074
- "0020,9071" => [["SQ"], "Frame Anatomy Sequence"],
1075
- "0020,9072" => [["CS"], "Frame Laterality"],
1076
- "0020,9111" => [["SQ"], "Frame Content Sequence"],
1077
- "0020,9113" => [["SQ"], "Plane Position Sequence"],
1078
- "0020,9116" => [["SQ"], "Plane Orientation Sequence"],
1079
- "0020,9128" => [["UL"], "Temporal Position Index"],
1080
- "0020,9153" => [["FD"], "Cardiac Trigger Delay Time"],
1081
- "0020,9156" => [["US"], "Frame Acquisition Number"],
1082
- "0020,9157" => [["UL"], "Dimension Index Values"],
1083
- "0020,9158" => [["LT"], "Frame Comments"],
1084
- "0020,9161" => [["UI"], "Concatenation UID"],
1085
- "0020,9162" => [["US"], "In-concatenation Number"],
1086
- "0020,9163" => [["US"], "In-concatenation Total Number"],
1087
- "0020,9164" => [["UI"], "Dimension Organization UID"],
1088
- "0020,9165" => [["AT"], "Dimension Index Pointer"],
1089
- "0020,9167" => [["AT"], "Functional Group Pointer"],
1090
- "0020,9213" => [["LO"], "Dimension Index Private Creator"],
1091
- "0020,9221" => [["SQ"], "Dimension Organization Sequence"],
1092
- "0020,9222" => [["SQ"], "Dimension Index Sequence"],
1093
- "0020,9228" => [["UL"], "Concatenation Frame Offset Number"],
1094
- "0020,9238" => [["LO"], "Functional Group Private Creator"],
1095
- "0020,9251" => [["FD"], "R - R Interval Time Measured"],
1096
- "0020,9253" => [["SQ"], "Respiratory Trigger Sequence"],
1097
- "0020,9254" => [["FD"], "Respiratory Interval Time"],
1098
- "0020,9255" => [["FD"], "Respiratory Trigger Delay Time"],
1099
- "0020,9256" => [["FD"], "Respiratory Trigger Delay Threshold"],
1100
- "0020,9301" => [["FD"], "Image Position (Volume)"],
1101
- "0020,9302" => [["FD"], "Image Orientation (Volume)"],
1102
- "0020,9307" => [["CS"], "Ultrasound Acquisition Geometry"],
1103
- "0020,9308" => [["FD"], "Apex Position"],
1104
- "0020,9309" => [["FD"], "Volume to Transducer Mapping Matrix"],
1105
- "0020,930A" => [["FD"], "Volume to Table Mapping Matrix"],
1106
- "0020,930C" => [["CS"], "Patient Frame of Reference Source"],
1107
- "0020,930D" => [["FD"], "Temporal Position Time Offset"],
1108
- "0020,930E" => [["SQ"], "Plane Position (Volume) Sequence"],
1109
- "0020,930F" => [["SQ"], "Plane Orientation (Volume) Sequence"],
1110
- "0020,9310" => [["SQ"], "Temporal Position Sequence"],
1111
- "0020,9311" => [["CS"], "Dimension Organization Type"],
1112
- "0020,9312" => [["UI"], "Volume Frame of Reference UID"],
1113
- "0020,9313" => [["UI"], "Table Frame of Reference UID"],
1114
- "0020,9421" => [["LO"], "Dimension Description Label"],
1115
- "0020,9450" => [["SQ"], "Patient Orientation in Frame Sequence"],
1116
- "0020,9453" => [["LO"], "Frame Label"],
1117
- # Group 0022
1118
- "0022,0001" => [["US"], "Light Path Filter Pass-Through Wavelength"],
1119
- "0022,0002" => [["US"], "Light Path Filter Pass Band"],
1120
- "0022,0003" => [["US"], "Image Path Filter Pass-Through Wavelength"],
1121
- "0022,0004" => [["US"], "Image Path Filter Pass Band"],
1122
- "0022,0005" => [["CS"], "Patient Eye Movement Commanded"],
1123
- "0022,0006" => [["SQ"], "Patient Eye Movement Command Code Sequence"],
1124
- "0022,0007" => [["FL"], "Spherical Lens Power"],
1125
- "0022,0008" => [["FL"], "Cylinder Lens Power"],
1126
- "0022,0009" => [["FL"], "Cylinder Axis"],
1127
- "0022,000A" => [["FL"], "Emmetropic Magnification"],
1128
- "0022,000B" => [["FL"], "Intra Ocular Pressure"],
1129
- "0022,000C" => [["FL"], "Horizontal Field of View"],
1130
- "0022,000D" => [["CS"], "Pupil Dilated"],
1131
- "0022,000E" => [["FL"], "Degree of Dilation"],
1132
- "0022,0010" => [["FL"], "Stereo Baseline Angle"],
1133
- "0022,0011" => [["FL"], "Stereo Baseline Displacement"],
1134
- "0022,0012" => [["FL"], "Stereo Horizontal Pixel Offset"],
1135
- "0022,0013" => [["FL"], "Stereo Vertical Pixel Offset"],
1136
- "0022,0014" => [["FL"], "Stereo Rotation"],
1137
- "0022,0015" => [["SQ"], "Acquisition Device Type Code Sequence"],
1138
- "0022,0016" => [["SQ"], "Illumination Type Code Sequence"],
1139
- "0022,0017" => [["SQ"], "Light Path Filter Type Stack Code Sequence"],
1140
- "0022,0018" => [["SQ"], "Image Path Filter Type Stack Code Sequence"],
1141
- "0022,0019" => [["SQ"], "Lenses Code Sequence"],
1142
- "0022,001A" => [["SQ"], "Channel Description Code Sequence"],
1143
- "0022,001B" => [["SQ"], "Refractive State Sequence"],
1144
- "0022,001C" => [["SQ"], "Mydriatic Agent Code Sequence"],
1145
- "0022,001D" => [["SQ"], "Relative Image Position Code Sequence"],
1146
- "0022,0020" => [["SQ"], "Stereo Pairs Sequence"],
1147
- "0022,0021" => [["SQ"], "Left Image Sequence"],
1148
- "0022,0022" => [["SQ"], "Right Image Sequence"],
1149
- # Group 0028
1150
- "0028,0002" => [["US"], "Samples per Pixel"],
1151
- "0028,0003" => [["US"], "Samples per Pixel Used"],
1152
- "0028,0004" => [["CS"], "Photometric Interpretation"],
1153
- "0028,0005" => [["US"], "Image Dimensions"], # RET
1154
- "0028,0006" => [["US"], "Planar Configuration"],
1155
- "0028,0008" => [["IS"], "Number of Frames"],
1156
- "0028,0009" => [["AT"], "Frame Increment Pointer"],
1157
- "0028,000A" => [["AT"], "Frame Dimension Pointer"],
1158
- "0028,0010" => [["US"], "Rows"],
1159
- "0028,0011" => [["US"], "Columns"],
1160
- "0028,0012" => [["US"], "Planes"],
1161
- "0028,0014" => [["US"], "Ultrasound Color Data Present"],
1162
- "0028,0030" => [["DS"], "Pixel Spacing"],
1163
- "0028,0031" => [["DS"], "Zoom Factor"],
1164
- "0028,0032" => [["DS"], "Zoom Center"],
1165
- "0028,0034" => [["IS"], "Pixel Aspect Ratio"],
1166
- "0028,0040" => [["CS"], "Image Format"], # RET
1167
- "0028,0050" => [["LO"], "Manipulated Image"], # RET
1168
- "0028,0051" => [["CS"], "Corrected Image"],
1169
- "0028,0060" => [["CS"], "Compression Code"], # RET
1170
- "0028,0100" => [["US"], "Bits Allocated"],
1171
- "0028,0101" => [["US"], "Bits Stored"],
1172
- "0028,0102" => [["US"], "High Bit"],
1173
- "0028,0103" => [["US"], "Pixel Representation"],
1174
- "0028,0104" => [["US","SS"], "Smallest Valid Pixel Value"], # RET
1175
- "0028,0105" => [["US","SS"], "Largest Valid Pixel Value"], # RET
1176
- "0028,0106" => [["US","SS"], "Smallest Image Pixel Value"],
1177
- "0028,0107" => [["US","SS"], "Largest Image Pixel Value"],
1178
- "0028,0108" => [["US","SS"], "Smallest Pixel Value in Series"],
1179
- "0028,0109" => [["US","SS"], "Largest Pixel Value in Series"],
1180
- "0028,0110" => [["US","SS"], "Smallest Image Pixel Value in Plane"],
1181
- "0028,0111" => [["US","SS"], "Largest Image Pixel Value in Plane"],
1182
- "0028,0120" => [["US","SS"], "Pixel Padding Value"],
1183
- "0028,0200" => [["US"], "Image Location"], # RET
1184
- "0028,0300" => [["CS"], "Quality Control Image"],
1185
- "0028,0301" => [["CS"], "Burned In Annotation"],
1186
- "0028,0402" => [["CS"], "Pixel Spacing Calibration Type"],
1187
- "0028,0404" => [["LO"], "Pixel Spacing Calibration Description"],
1188
- "0028,1040" => [["CS"], "Pixel Intensity Relationship"],
1189
- "0028,1041" => [["SS"], "Pixel Intensity Relationship Sign"],
1190
- "0028,1050" => [["DS"], "Window Center"],
1191
- "0028,1051" => [["DS"], "Window Width"],
1192
- "0028,1052" => [["DS"], "Rescale Intercept"],
1193
- "0028,1053" => [["DS"], "Rescale Slope"],
1194
- "0028,1054" => [["LO"], "Rescale Type"],
1195
- "0028,1055" => [["LO"], "Window Center & Width Explanation"],
1196
- "0028,1056" => [["CS"], "VOI LUT Function"],
1197
- "0028,1080" => [["CS"], "Gray Scale"], # RET
1198
- "0028,1090" => [["CS"], "Recommended Viewing Mode"],
1199
- "0028,1100" => [["US","SS"], "Gray Lookup Table Descriptor"], # RET
1200
- "0028,1101" => [["US","SS"], "Red Palette Color Lookup Table Descriptor"],
1201
- "0028,1102" => [["US","SS"], "Green Palette Color Lookup Table Descriptor"],
1202
- "0028,1103" => [["US","SS"], "Blue Palette Color Lookup Table Descriptor"],
1203
- "0028,1104" => [["US"], "Alpha Palette Color Lookup Table Descriptor"],
1204
- "0028,1199" => [["UI"], "Palette Color Lookup Table UID"],
1205
- "0028,1200" => [["US","SS","OW"], "Gray Lookup Table Data"], # RET
1206
- "0028,1201" => [["OW"], "Red Palette Color Lookup Table Data"],
1207
- "0028,1202" => [["OW"], "Green Palette Color Lookup Table Data"],
1208
- "0028,1203" => [["OW"], "Blue Palette Color Lookup Table Data"],
1209
- "0028,1204" => [["OW"], "Alpha Palette Color Lookup Table Data"],
1210
- "0028,1221" => [["OW"], "Segmented Red Palette Color Lookup Table Data"],
1211
- "0028,1222" => [["OW"], "Segmented Green Palette Color Lookup Table Data"],
1212
- "0028,1223" => [["OW"], "Segmented Blue Palette Color Lookup Table Data"],
1213
- "0028,1300" => [["CS"], "Implant Present"],
1214
- "0028,1350" => [["CS"], "Partial View"],
1215
- "0028,1351" => [["ST"], "Partial View Description"],
1216
- "0028,1352" => [["SQ"], "Partial View Code Sequence"],
1217
- "0028,135A" => [["CS"], "Spatial Locations Preserved"],
1218
- "0028,1401" => [["SQ"], "Data Frame Assignment Sequence"],
1219
- "0028,1402" => [["CS"], "Data Path Assignment"],
1220
- "0028,1403" => [["US"], "Bits Mapped to Color Lookup Table"],
1221
- "0028,1404" => [["SQ"], "Blending LUT 1 Sequence"],
1222
- "0028,1405" => [["CS"], "Blending LUT 1 Transfer Function"],
1223
- "0028,1406" => [["FD"], "Blending Weight Constant"],
1224
- "0028,1407" => [["US"], "Blending Lookup Table Descriptor"],
1225
- "0028,1408" => [["OW"], "Blending Lookup Table Data"],
1226
- "0028,140B" => [["SQ"], "Enhanced Palette Color Lookup Table Sequence"],
1227
- "0028,140C" => [["SQ"], "Blending LUT 2 Sequence"],
1228
- "0028,140D" => [["CS"], "Blending LUT 2 Transfer Function"],
1229
- "0028,140E" => [["CS"], "Data Path ID"],
1230
- "0028,140F" => [["CS"], "RGB LUT Transfer Function"],
1231
- "0028,1410" => [["CS"], "Alpha LUT Transfer Function"],
1232
- "0028,2000" => [["OB"], "ICC Profile"],
1233
- "0028,2110" => [["CS"], "Lossy Image Compression"],
1234
- "0028,2112" => [["DS"], "Lossy Image Compression Ratio"],
1235
- "0028,2114" => [["CS"], "Lossy Image Compression Method"],
1236
- "0028,3000" => [["SQ"], "Modality LUT Sequence"],
1237
- "0028,3002" => [["US","SS"], "LUT Descriptor"],
1238
- "0028,3003" => [["LO"], "LUT Explanation"],
1239
- "0028,3004" => [["LO"], "Modality LUT Type"],
1240
- "0028,3006" => [["US","SS","OW"], "LUT Data"],
1241
- "0028,3010" => [["SQ"], "VOI LUT Sequence"],
1242
- "0028,3110" => [["SQ"], "Softcopy VOI LUT Sequence"],
1243
- "0028,4000" => [["LT"], "Image Presentation Comments"], # RET
1244
- "0028,5000" => [["SQ"], "Bi-Plane Acquisition Sequence"],
1245
- "0028,6010" => [["US"], "Representative Frame Number"],
1246
- "0028,6020" => [["US"], "Frame Numbers of Interest (FOI)"],
1247
- "0028,6022" => [["LO"], "Frame of Interest Description"],
1248
- "0028,6023" => [["CS"], "Frame of Interest Type"],
1249
- "0028,6030" => [["US"], "Mask Pointer(s)"], # RET
1250
- "0028,6040" => [["US"], "R Wave Pointer"],
1251
- "0028,6100" => [["SQ"], "Mask Subtraction Sequence"],
1252
- "0028,6101" => [["CS"], "Mask Operation"],
1253
- "0028,6102" => [["US"], "Applicable Frame Range"],
1254
- "0028,6110" => [["US"], "Mask Frame Numbers"],
1255
- "0028,6112" => [["US"], "Contrast Frame Averaging"],
1256
- "0028,6114" => [["FL"], "Mask Sub-pixel Shift"],
1257
- "0028,6120" => [["SS"], "TID Offset"],
1258
- "0028,6190" => [["ST"], "Mask Operation Explanation"],
1259
- "0028,7FE0" => [["UT"], "Pixel Data Provider URL"],
1260
- "0028,9001" => [["UL"], "Data Point Rows"],
1261
- "0028,9002" => [["UL"], "Data Point Columns"],
1262
- "0028,9003" => [["CS"], "Signal Domain Columns"],
1263
- "0028,9099" => [["US"], "Largest Monochrome Pixel Value"], # RET
1264
- "0028,9108" => [["CS"], "Data Representation"],
1265
- "0028,9110" => [["SQ"], "Pixel Measures Sequence"],
1266
- "0028,9132" => [["SQ"], "Frame VOI LUT Sequence"],
1267
- "0028,9145" => [["SQ"], "Pixel Value Transformation Sequence"],
1268
- "0028,9235" => [["CS"], "Signal Domain Rows"],
1269
- "0028,9411" => [["FL"], "Display Filter Percentage"],
1270
- "0028,9415" => [["SQ"], "Frame Pixel Shift Sequence"],
1271
- "0028,9416" => [["US"], "Subtraction Item ID"],
1272
- "0028,9422" => [["SQ"], "Pixel Intensity Relationship LUT Sequence"],
1273
- "0028,9443" => [["SQ"], "Frame Pixel Data Properties Sequence"],
1274
- "0028,9444" => [["CS"], "Geometrical Properties"],
1275
- "0028,9445" => [["FL"], "Geometric Maximum Distortion"],
1276
- "0028,9446" => [["CS"], "Image Processing Applied"],
1277
- "0028,9454" => [["CS"], "Mask Selection Mode"],
1278
- "0028,9474" => [["CS"], "LUT Function"],
1279
- "0028,9478" => [["FL"], "Mask Visibility Percentage"],
1280
- "0028,9501" => [["SQ"], "Pixel Shift Sequence"],
1281
- "0028,9502" => [["SQ"], "Region Pixel Shift Sequence"],
1282
- "0028,9503" => [["SS"], "Vertices of the Region"],
1283
- "0028,9505" => [["SQ"], "Multi-frame Presentation Sequence"],
1284
- "0028,9506" => [["US"], "Pixel Shift Frame Range"],
1285
- "0028,9507" => [["US"], "LUT Frame Range"],
1286
- # Group 0032
1287
- "0032,000A" => [["CS"], "Study Status ID"], # RET
1288
- "0032,000C" => [["CS"], "Study Priority ID"], # RET
1289
- "0032,0012" => [["LO"], "Study ID Issuer"], # RET
1290
- "0032,0032" => [["DA"], "Study Verified Date"], # RET
1291
- "0032,0033" => [["TM"], "Study Verified Time"], # RET
1292
- "0032,0034" => [["DA"], "Study Read Date"], # RET
1293
- "0032,0035" => [["TM"], "Study Read Time"], # RET
1294
- "0032,1000" => [["DA"], "Scheduled Study Start Date"], # RET
1295
- "0032,1001" => [["TM"], "Scheduled Study Start Time"], # RET
1296
- "0032,1010" => [["DA"], "Scheduled Study Stop Date"], # RET
1297
- "0032,1011" => [["TM"], "Scheduled Study Stop Time"], # RET
1298
- "0032,1020" => [["LO"], "Scheduled Study Location"], # RET
1299
- "0032,1021" => [["AE"], "Scheduled Study Location AE Title"], # RET
1300
- "0032,1030" => [["LO"], "Reason for Study"], # RET
1301
- "0032,1031" => [["SQ"], "Requesting Physician Identification Sequence"],
1302
- "0032,1032" => [["PN"], "Requesting Physician"],
1303
- "0032,1033" => [["LO"], "Requesting Service"],
1304
- "0032,1034" => [["SQ"], "Requesting Service Code Sequence"],
1305
- "0032,1040" => [["DA"], "Study Arrival Date"], # RET
1306
- "0032,1041" => [["TM"], "Study Arrival Time"], # RET
1307
- "0032,1050" => [["DA"], "Study Completion Date"], # RET
1308
- "0032,1051" => [["TM"], "Study Completion Time"], # RET
1309
- "0032,1055" => [["CS"], "Study Component Status ID"], # RET
1310
- "0032,1060" => [["LO"], "Requested Procedure Description"],
1311
- "0032,1064" => [["SQ"], "Requested Procedure Code Sequence"],
1312
- "0032,1070" => [["LO"], "Requested Contrast Agent"],
1313
- "0032,4000" => [["LT"], "Study Comments"],
1314
- # Group 0038
1315
- "0038,0004" => [["SQ"], "Referenced Patient Alias Sequence"],
1316
- "0038,0008" => [["CS"], "Visit Status ID"],
1317
- "0038,0010" => [["LO"], "Admission ID"],
1318
- "0038,0011" => [["LO"], "Issuer of Admission ID"], # RET
1319
- "0038,0014" => [["SQ"], "Issuer of Admission ID Sequence"],
1320
- "0038,0016" => [["LO"], "Route of Admissions"],
1321
- "0038,001A" => [["DA"], "Scheduled Admission Date"], # RET
1322
- "0038,001B" => [["TM"], "Scheduled Admission Time"], # RET
1323
- "0038,001C" => [["DA"], "Scheduled Discharge Date"], # RET
1324
- "0038,001D" => [["TM"], "Scheduled Discharge Time"], # RET
1325
- "0038,001E" => [["LO"], "Scheduled Patient Institution Residence"], # RET
1326
- "0038,0020" => [["DA"], "Admitting Date"],
1327
- "0038,0021" => [["TM"], "Admitting Time"],
1328
- "0038,0030" => [["DA"], "Discharge Date"], # RET
1329
- "0038,0032" => [["TM"], "Discharge Time"], # RET
1330
- "0038,0040" => [["LO"], "Discharge Diagnosis Description"], # RET
1331
- "0038,0044" => [["SQ"], "Discharge Diagnosis Code Sequence"], # RET
1332
- "0038,0050" => [["LO"], "Special Needs"],
1333
- "0038,0060" => [["LO"], "Service Episode ID"],
1334
- "0038,0061" => [["LO"], "Issuer of Service Episode ID"], # RET
1335
- "0038,0062" => [["LO"], "Service Episode Description"],
1336
- "0038,0064" => [["SQ"], "Issuer of Service Episode ID Sequence"],
1337
- "0038,0100" => [["SQ"], "Pertinent Documents Sequence"],
1338
- "0038,0300" => [["LO"], "Current Patient Location"],
1339
- "0038,0400" => [["LO"], "Patient's Institution Residence"],
1340
- "0038,0500" => [["LO"], "Patient State"],
1341
- "0038,0502" => [["SQ"], "Patient Clinical Trial Participation Sequence"],
1342
- "0038,4000" => [["LT"], "Visit Comments"],
1343
- # Group 003A
1344
- "003A,0004" => [["CS"], "Waveform Originality"],
1345
- "003A,0005" => [["US"], "Number of Waveform Channels"],
1346
- "003A,0010" => [["UL"], "Number of Waveform Samples"],
1347
- "003A,001A" => [["DS"], "Sampling Frequency"],
1348
- "003A,0020" => [["SH"], "Multiplex Group Label"],
1349
- "003A,0200" => [["SQ"], "Channel Definition Sequence"],
1350
- "003A,0202" => [["IS"], "Waveform Channel Number"],
1351
- "003A,0203" => [["SH"], "Channel Label"],
1352
- "003A,0205" => [["CS"], "Channel Status"],
1353
- "003A,0208" => [["SQ"], "Channel Source Sequence"],
1354
- "003A,0209" => [["SQ"], "Channel Source Modifiers Sequence"],
1355
- "003A,020A" => [["SQ"], "Source Waveform Sequence"],
1356
- "003A,020C" => [["LO"], "Channel Derivation Description"],
1357
- "003A,0210" => [["DS"], "Channel Sensitivity"],
1358
- "003A,0211" => [["SQ"], "Channel Sensitivity Units Sequence"],
1359
- "003A,0212" => [["DS"], "Channel Sensitivity Correction Factor"],
1360
- "003A,0213" => [["DS"], "Channel Baseline"],
1361
- "003A,0214" => [["DS"], "Channel Time Skew"],
1362
- "003A,0215" => [["DS"], "Channel Sample Skew"],
1363
- "003A,0218" => [["DS"], "Channel Offset"],
1364
- "003A,021A" => [["US"], "Waveform Bits Stored"],
1365
- "003A,0220" => [["DS"], "Filter Low Frequency"],
1366
- "003A,0221" => [["DS"], "Filter High Frequency"],
1367
- "003A,0222" => [["DS"], "Notch Filter Frequency"],
1368
- "003A,0223" => [["DS"], "Notch Filter Bandwidth"],
1369
- "003A,0300" => [["SQ"], "Multiplexed Audio Channels Description Code Sequence"],
1370
- "003A,0301" => [["IS"], "Channel Identification Code"],
1371
- "003A,0302" => [["CS"], "Channel Mode"],
1372
- # Group 0040
1373
- "0040,0001" => [["AE"], "Scheduled Station AE Title"],
1374
- "0040,0002" => [["DA"], "Scheduled Procedure Step Start Date"],
1375
- "0040,0003" => [["TM"], "Scheduled Procedure Step Start Time"],
1376
- "0040,0004" => [["DA"], "Scheduled Procedure Step End Date"],
1377
- "0040,0005" => [["TM"], "Scheduled Procedure Step End Time"],
1378
- "0040,0006" => [["PN"], "Scheduled Performing Physician's Name"],
1379
- "0040,0007" => [["LO"], "Scheduled Procedure Step Description"],
1380
- "0040,0008" => [["SQ"], "Scheduled Protocol Code Sequence"],
1381
- "0040,0009" => [["SH"], "Scheduled Procedure Step ID"],
1382
- "0040,000A" => [["SQ"], "Stage Code Sequence"],
1383
- "0040,000B" => [["SQ"], "Scheduled Performing Physician Identification Sequence"],
1384
- "0040,0010" => [["SH"], "Scheduled Station Name"],
1385
- "0040,0011" => [["SH"], "Scheduled Procedure Step Location"],
1386
- "0040,0012" => [["LO"], "Pre-Medication"],
1387
- "0040,0020" => [["CS"], "Scheduled Procedure Step Status"],
1388
- "0040,0026" => [["SQ"], "Order Placer Identifier Sequence"],
1389
- "0040,0027" => [["SQ"], "Order Filler Identifier Sequence"],
1390
- "0040,0031" => [["UT"], "Local Namespace Entity ID"],
1391
- "0040,0032" => [["UT"], "Universal Entity ID"],
1392
- "0040,0033" => [["CS"], "Universal Entity ID Type"],
1393
- "0040,0035" => [["CS"], "Identifier Type Code"],
1394
- "0040,0036" => [["SQ"], "Assigning Facility Sequence"],
1395
- "0040,0039" => [["SQ"], "Assigning Jurisdiction Code Sequence"],
1396
- "0040,003A" => [["SQ"], "Assigning Agency or Department Code Sequence"],
1397
- "0040,0100" => [["SQ"], "Scheduled Procedure Step Sequence"],
1398
- "0040,0220" => [["SQ"], "Referenced Non-Image Composite SOP Instance Sequence"],
1399
- "0040,0241" => [["AE"], "Performed Station AE Title"],
1400
- "0040,0242" => [["SH"], "Performed Station Name"],
1401
- "0040,0243" => [["SH"], "Performed Location"],
1402
- "0040,0244" => [["DA"], "Performed Procedure Step Start Date"],
1403
- "0040,0245" => [["TM"], "Performed Procedure Step Start Time"],
1404
- "0040,0250" => [["DA"], "Performed Procedure Step End Date"],
1405
- "0040,0251" => [["TM"], "Performed Procedure Step End Time"],
1406
- "0040,0252" => [["CS"], "Performed Procedure Step Status"],
1407
- "0040,0253" => [["SH"], "Performed Procedure Step ID"],
1408
- "0040,0254" => [["LO"], "Performed Procedure Step Description"],
1409
- "0040,0255" => [["LO"], "Performed Procedure Type Description"],
1410
- "0040,0260" => [["SQ"], "Performed Protocol Code Sequence"],
1411
- "0040,0261" => [["CS"], "Performed Protocol Type"],
1412
- "0040,0270" => [["SQ"], "Scheduled Step Attributes Sequence"],
1413
- "0040,0275" => [["SQ"], "Request Attributes Sequence"],
1414
- "0040,0280" => [["ST"], "Comments on the Performed Procedure Step"],
1415
- "0040,0281" => [["SQ"], "Performed Procedure Step Discontinuation Reason Code Sequence"],
1416
- "0040,0293" => [["SQ"], "Quantity Sequence"],
1417
- "0040,0294" => [["DS"], "Quantity"],
1418
- "0040,0295" => [["SQ"], "Measuring Units Sequence"],
1419
- "0040,0296" => [["SQ"], "Billing Item Sequence"],
1420
- "0040,0300" => [["US"], "Total Time of Fluoroscopy"],
1421
- "0040,0301" => [["US"], "Total Number of Exposures"],
1422
- "0040,0302" => [["US"], "Entrance Dose"],
1423
- "0040,0303" => [["US"], "Exposed Area"],
1424
- "0040,0306" => [["DS"], "Distance Source to Entrance"],
1425
- "0040,0307" => [["DS"], "Distance Source to Support"], # RET
1426
- "0040,030E" => [["SQ"], "Exposure Dose Sequence"],
1427
- "0040,0310" => [["ST"], "Comments on Radiation Dose"],
1428
- "0040,0312" => [["DS"], "X-Ray Output"],
1429
- "0040,0314" => [["DS"], "Half Value Layer"],
1430
- "0040,0316" => [["DS"], "Organ Dose"],
1431
- "0040,0318" => [["CS"], "Organ Exposed"],
1432
- "0040,0320" => [["SQ"], "Billing Procedure Step Sequence"],
1433
- "0040,0321" => [["SQ"], "Film Consumption Sequence"],
1434
- "0040,0324" => [["SQ"], "Billing Supplies and Devices Sequence"],
1435
- "0040,0330" => [["SQ"], "Referenced Procedure Step Sequence"], # RET
1436
- "0040,0340" => [["SQ"], "Performed Series Sequence"],
1437
- "0040,0400" => [["LT"], "Comments on the Scheduled Procedure Step"],
1438
- "0040,0440" => [["SQ"], "Protocol Context Sequence"],
1439
- "0040,0441" => [["SQ"], "Content Item Modifier Sequence"],
1440
- "0040,0500" => [["SQ"], "Scheduled Specimen Sequence"],
1441
- "0040,050A" => [["LO"], "Specimen Accession Number"], # RET
1442
- "0040,0512" => [["LO"], "Container Identifier"],
1443
- "0040,0513" => [["SQ"], "Issuer of the Container Identifier Sequence"],
1444
- "0040,0515" => [["SQ"], "Alternate Container Identifier Sequence"],
1445
- "0040,0518" => [["SQ"], "Container Type Code Sequence"],
1446
- "0040,051A" => [["LO"], "Container Description"],
1447
- "0040,0520" => [["SQ"], "Container Component Sequence"],
1448
- "0040,0550" => [["SQ"], "Specimen Sequence"], # RET
1449
- "0040,0551" => [["LO"], "Specimen Identifier"],
1450
- "0040,0552" => [["SQ"], "Specimen Description Sequence - Trial"], # RET
1451
- "0040,0553" => [["ST"], "Specimen Description - Trial"],
1452
- "0040,0554" => [["UI"], "Specimen UID"],
1453
- "0040,0555" => [["SQ"], "Acquisition Context Sequence"],
1454
- "0040,0556" => [["ST"], "Acquisition Context Description"],
1455
- "0040,059A" => [["SQ"], "Specimen Type Code Sequence"],
1456
- "0040,0560" => [["SQ"], "Specimen Description Sequence"],
1457
- "0040,0562" => [["SQ"], "Issuer of the Specimen Identifier Sequence"],
1458
- "0040,0600" => [["LO"], "Specimen Short Description"],
1459
- "0040,0602" => [["UT"], "Specimen Detailed Description"],
1460
- "0040,0610" => [["SQ"], "Specimen Preparation Sequence"],
1461
- "0040,0612" => [["SQ"], "Specimen Preparation Step Content Item Sequence"],
1462
- "0040,0620" => [["SQ"], "Specimen Localization Content Item Sequence"],
1463
- "0040,059A" => [["SQ"], "Specimen Type Code Sequence"],
1464
- "0040,06FA" => [["LO"], "Slide Identifier"], # RET
1465
- "0040,071A" => [["SQ"], "Image Center Point Coordinates Sequence"],
1466
- "0040,072A" => [["DS"], "X offset in Slide Coordinate System"],
1467
- "0040,073A" => [["DS"], "Y offset in Slide Coordinate System"],
1468
- "0040,074A" => [["DS"], "Z offset in Slide Coordinate System"],
1469
- "0040,08D8" => [["SQ"], "Pixel Spacing Sequence"],
1470
- "0040,08DA" => [["SQ"], "Coordinate System Axis Code Sequence"],
1471
- "0040,08EA" => [["SQ"], "Measurement Units Code Sequence"],
1472
- "0040,1001" => [["SH"], "Requested Procedure ID"],
1473
- "0040,1002" => [["LO"], "Reason for the Requested Procedure"],
1474
- "0040,1003" => [["SH"], "Requested Procedure Priority"],
1475
- "0040,1004" => [["LO"], "Patient Transport Arrangements"],
1476
- "0040,1005" => [["LO"], "Requested Procedure Location"],
1477
- "0040,1006" => [["SH"], "Placer Order Number / Procedure"], # RET
1478
- "0040,1007" => [["SH"], "Filler Order Number / Procedure"], # RET
1479
- "0040,1008" => [["LO"], "Confidentiality Code"],
1480
- "0040,1009" => [["SH"], "Reporting Priority"],
1481
- "0040,100A" => [["SQ"], "Reason for Requested Procedure Code Sequence"],
1482
- "0040,1010" => [["PN"], "Names of Intended Recipients of Results"],
1483
- "0040,1011" => [["SQ"], "Intended Recipients of Results Identification Sequence"],
1484
- "0040,1012" => [["SQ"], "Reason For Performed Procedure Code Sequence"],
1485
- "0040,1101" => [["SQ"], "Person Identification Code Sequence"],
1486
- "0040,1102" => [["ST"], "Person's Address"],
1487
- "0040,1103" => [["LO"], "Person's Telephone Numbers"],
1488
- "0040,1400" => [["LT"], "Requested Procedure Comments"],
1489
- "0040,2001" => [["LO"], "Reason for the Imaging Service Request"], # RET
1490
- "0040,2004" => [["DA"], "Issue Date of Imaging Service Request"],
1491
- "0040,2005" => [["TM"], "Issue Time of Imaging Service Request"],
1492
- "0040,2006" => [["SH"], "Placer Order Number / Imaging Service Request"], # RET
1493
- "0040,2007" => [["SH"], "Filler Order Number / Imaging Service Request"], # RET
1494
- "0040,2008" => [["PN"], "Order Entered By"],
1495
- "0040,2009" => [["SH"], "Order Enterer's Location"],
1496
- "0040,2010" => [["SH"], "Order Callback Phone Number"],
1497
- "0040,2016" => [["LO"], "Placer Order Number / Imaging Service Request"],
1498
- "0040,2017" => [["LO"], "Filler Order Number / Imaging Service Request"],
1499
- "0040,2400" => [["LT"], "Imaging Service Request Comments"],
1500
- "0040,3001" => [["LO"], "Confidentiality Constraint on Patient Data Description"],
1501
- "0040,4001" => [["CS"], "General Purpose Scheduled Procedure Step Status"],
1502
- "0040,4002" => [["CS"], "General Purpose Performed Procedure Step Status"],
1503
- "0040,4003" => [["CS"], "General Purpose Scheduled Procedure Step Priority"],
1504
- "0040,4004" => [["SQ"], "Scheduled Processing Applications Code Sequence"],
1505
- "0040,4005" => [["DT"], "Scheduled Procedure Step Start Date Time"],
1506
- "0040,4006" => [["CS"], "Multiple Copies Flag"],
1507
- "0040,4007" => [["SQ"], "Performed Processing Applications Code Sequence"],
1508
- "0040,4009" => [["SQ"], "Human Performer Code Sequence"],
1509
- "0040,4010" => [["DT"], "Scheduled Procedure Step Modification Date Time"],
1510
- "0040,4011" => [["DT"], "Expected Completion Date Time"],
1511
- "0040,4015" => [["SQ"], "Resulting General Purpose Performed Procedure Steps Sequence"],
1512
- "0040,4016" => [["SQ"], "Referenced General Purpose Scheduled Procedure Step Sequence"],
1513
- "0040,4018" => [["SQ"], "Scheduled Workitem Code Sequence"],
1514
- "0040,4019" => [["SQ"], "Performed Workitem Code Sequence"],
1515
- "0040,4020" => [["CS"], "Input Availability Flag"],
1516
- "0040,4021" => [["SQ"], "Input Information Sequence"],
1517
- "0040,4022" => [["SQ"], "Relevant Information Sequence"],
1518
- "0040,4023" => [["UI"], "Referenced General Purpose Scheduled Procedure Step Transaction UID"],
1519
- "0040,4025" => [["SQ"], "Scheduled Station Name Code Sequence"],
1520
- "0040,4026" => [["SQ"], "Scheduled Station Class Code Sequence"],
1521
- "0040,4027" => [["SQ"], "Scheduled Station Geographic Location Code Sequence"],
1522
- "0040,4028" => [["SQ"], "Performed Station Name Code Sequence"],
1523
- "0040,4029" => [["SQ"], "Performed Station Class Code Sequence"],
1524
- "0040,4030" => [["SQ"], "Performed Station Geographic Location Code Sequence"],
1525
- "0040,4031" => [["SQ"], "Requested Subsequent Workitem Code Sequence"],
1526
- "0040,4032" => [["SQ"], "Non-DICOM Output Code Sequence"],
1527
- "0040,4033" => [["SQ"], "Output Information Sequence"],
1528
- "0040,4034" => [["SQ"], "Scheduled Human Performers Sequence"],
1529
- "0040,4035" => [["SQ"], "Actual Human Performers Sequence"],
1530
- "0040,4036" => [["LO"], "Human Performer's Organization"],
1531
- "0040,4037" => [["PN"], "Human Performer's Name"],
1532
- "0040,4040" => [["CS"], "Raw Data Handling"],
1533
- "0040,8302" => [["DS"], "Entrance Dose in mGy"],
1534
- "0040,9094" => [["SQ"], "Referenced Image Real World Value Mapping Sequence"],
1535
- "0040,9096" => [["SQ"], "Real World Value Mapping Sequence"],
1536
- "0040,9098" => [["SQ"], "Pixel Value Mapping Code Sequence"],
1537
- "0040,9210" => [["SH"], "LUT Label"],
1538
- "0040,9211" => [["US","SS"], "Real World Value Last Value Mapped"],
1539
- "0040,9212" => [["FD"], "Real World Value LUT Data"],
1540
- "0040,9216" => [["US","SS"], "Real World Value First Value Mapped"],
1541
- "0040,9224" => [["FD"], "Real World Value Intercept"],
1542
- "0040,9225" => [["FD"], "Real World Value Slope"],
1543
- "0040,A010" => [["CS"], "Relationship Type"],
1544
- "0040,A027" => [["LO"], "Verifying Organization"],
1545
- "0040,A030" => [["DT"], "Verification Date Time"],
1546
- "0040,A032" => [["DT"], "Observation Date Time"],
1547
- "0040,A040" => [["CS"], "Value Type"],
1548
- "0040,A043" => [["SQ"], "Concept Name Code Sequence"],
1549
- "0040,A050" => [["CS"], "Continuity Of Content"],
1550
- "0040,A073" => [["SQ"], "Verifying Observer Sequence"],
1551
- "0040,A075" => [["PN"], "Verifying Observer Name"],
1552
- "0040,A078" => [["SQ"], "Author Observer Sequence"],
1553
- "0040,A07A" => [["SQ"], "Participant Sequence"],
1554
- "0040,A07C" => [["SQ"], "Custodial Organization Sequence"],
1555
- "0040,A080" => [["CS"], "Participation Type"],
1556
- "0040,A082" => [["DT"], "Participation Datetime"],
1557
- "0040,A084" => [["CS"], "Observer Type"],
1558
- "0040,A088" => [["SQ"], "Verifying Observer Identification Code Sequence"],
1559
- "0040,A090" => [["SQ"], "Equivalent CDA Document Sequence"], # RET
1560
- "0040,A0B0" => [["US"], "Referenced Waveform Channels"],
1561
- "0040,A120" => [["DT"], "DateTime"],
1562
- "0040,A121" => [["DA"], "Date"],
1563
- "0040,A122" => [["TM"], "Time"],
1564
- "0040,A123" => [["PN"], "Person Name"],
1565
- "0040,A124" => [["UI"], "UID"],
1566
- "0040,A130" => [["CS"], "Temporal Range Type"],
1567
- "0040,A132" => [["UL"], "Referenced Sample Positions"],
1568
- "0040,A136" => [["US"], "Referenced Frame Numbers"],
1569
- "0040,A138" => [["DS"], "Referenced Time Offsets"],
1570
- "0040,A13A" => [["DT"], "Referenced Datetime"],
1571
- "0040,A160" => [["UT"], "Text Value"],
1572
- "0040,A168" => [["SQ"], "Concept Code Sequence"],
1573
- "0040,A170" => [["SQ"], "Purpose of Reference Code Sequence"],
1574
- "0040,A180" => [["US"], "Annotation Group Number"],
1575
- "0040,A195" => [["SQ"], "Modifier Code Sequence"],
1576
- "0040,A300" => [["SQ"], "Measured Value Sequence"],
1577
- "0040,A301" => [["SQ"], "Numeric Value Qualifier Code Sequence"],
1578
- "0040,A30A" => [["DS"], "Numeric Value"],
1579
- "0040,A360" => [["SQ"], "Predecessor Documents Sequence"],
1580
- "0040,A370" => [["SQ"], "Referenced Request Sequence"],
1581
- "0040,A372" => [["SQ"], "Performed Procedure Code Sequence"],
1582
- "0040,A375" => [["SQ"], "Current Requested Procedure Evidence Sequence"],
1583
- "0040,A385" => [["SQ"], "Pertinent Other Evidence Sequence"],
1584
- "0040,A390" => [["SQ"], "HL7 Structured Document Reference Sequence"],
1585
- "0040,A491" => [["CS"], "Completion Flag"],
1586
- "0040,A492" => [["LO"], "Completion Flag Description"],
1587
- "0040,A493" => [["CS"], "Verification Flag"],
1588
- "0040,A496" => [["CS"], "Preliminary Flag"],
1589
- "0040,A504" => [["SQ"], "Content Template Sequence"],
1590
- "0040,A525" => [["SQ"], "Identical Documents Sequence"],
1591
- "0040,A730" => [["SQ"], "Content Sequence"],
1592
- "0040,B020" => [["SQ"], "Waveform Annotation Sequence"],
1593
- "0040,DB00" => [["CS"], "Template Identifier"],
1594
- "0040,DB06" => [["DT"], "Template Version"], # RET
1595
- "0040,DB07" => [["DT"], "Template Local Version"], # RET
1596
- "0040,DB0B" => [["CS"], "Template Extension Flag"], # RET
1597
- "0040,DB0C" => [["UI"], "Template Extension Organization UID"], # RET
1598
- "0040,DB0D" => [["UI"], "Template Extension Creator UID"], # RET
1599
- "0040,DB73" => [["UL"], "Referenced Content Item Identifier"],
1600
- "0040,E001" => [["ST"], "HL7 Instance Identifier"],
1601
- "0040,E004" => [["DT"], "HL7 Document Effective Time"],
1602
- "0040,E006" => [["SQ"], "HL7 Document Type Code Sequence"],
1603
- "0040,E010" => [["UT"], "Retrieve URI"],
1604
- "0040,E011" => [["UI"], "Retrieve Location UID"],
1605
- # Group 0042
1606
- "0042,0010" => [["ST"], "Document Title"],
1607
- "0042,0011" => [["OB"], "Encapsulated Document"],
1608
- "0042,0012" => [["LO"], "MIME Type of Encapsulated Document"],
1609
- "0042,0013" => [["SQ"], "Source Instance Sequence"],
1610
- # Group 0046
1611
- "0046,0012" => [["LO"], "Lens Description"],
1612
- "0046,0014" => [["SQ"], "Right Lens Sequence"],
1613
- "0046,0015" => [["SQ"], "Left Lens Sequence"],
1614
- "0046,0016" => [["SQ"], "Unspecified Laterality Lens Sequence"],
1615
- "0046,0018" => [["SQ"], "Cylinder Sequence"],
1616
- "0046,0028" => [["SQ"], "Prism Sequence"],
1617
- "0046,0030" => [["FD"], "Horizontal Prism Power"],
1618
- "0046,0032" => [["CS"], "Horizontal Prism Base"],
1619
- "0046,0034" => [["FD"], "Vertical Prism Power"],
1620
- "0046,0036" => [["CS"], "Vertical Prism Base"],
1621
- "0046,0038" => [["CS"], "Lens Segment Type"],
1622
- "0046,0040" => [["FD"], "Optical Transmittance"],
1623
- "0046,0042" => [["FD"], "Channel Width"],
1624
- "0046,0044" => [["FD"], "Pupil Size"],
1625
- "0046,0046" => [["FD"], "Corneal Size"],
1626
- "0046,0050" => [["SQ"], "Autorefraction Right Eye Sequence"],
1627
- "0046,0052" => [["SQ"], "Autorefraction Left Eye Sequence"],
1628
- "0046,0060" => [["FD"], "Distance Pupillary Distance"],
1629
- "0046,0062" => [["FD"], "Near Pupillary Distance"],
1630
- "0046,0063" => [["FD"], "Intermediate Pupillary Distance"],
1631
- "0046,0064" => [["FD"], "Other Pupillary Distance"],
1632
- "0046,0070" => [["SQ"], "Keratometry Right Eye Sequence"],
1633
- "0046,0071" => [["SQ"], "Keratometry Left Eye Sequence"],
1634
- "0046,0074" => [["SQ"], "Steep Keratometric Axis Sequence"],
1635
- "0046,0075" => [["FD"], "Radius of Curvature"],
1636
- "0046,0076" => [["FD"], "Keratometric Power"],
1637
- "0046,0077" => [["FD"], "Keratometric Axis"],
1638
- "0046,0080" => [["SQ"], "Flat Keratometric Axis Sequence"],
1639
- "0046,0092" => [["CS"], "Background Color"],
1640
- "0046,0094" => [["CS"], "Optotype"],
1641
- "0046,0095" => [["CS"], "Optotype Presentation"],
1642
- "0046,0097" => [["SQ"], "Subjective Refraction Right Eye Sequence"],
1643
- "0046,0098" => [["SQ"], "Subjective Refraction Left Eye Sequence"],
1644
- "0046,0100" => [["SQ"], "Add Near Sequence"],
1645
- "0046,0101" => [["SQ"], "Add Intermediate Sequence"],
1646
- "0046,0102" => [["SQ"], "Add Other Sequence"],
1647
- "0046,0104" => [["FD"], "Add Power"],
1648
- "0046,0106" => [["FD"], "Viewing Distance"],
1649
- "0046,0121" => [["SQ"], "Visual Acuity Type Code Sequence"],
1650
- "0046,0122" => [["SQ"], "Visual Acuity Right Eye Sequence"],
1651
- "0046,0123" => [["SQ"], "Visual Acuity Left Eye Sequence"],
1652
- "0046,0124" => [["SQ"], "Visual Acuity Both Eyes Open Sequence"],
1653
- "0046,0125" => [["CS"], "Viewing Distance Type"],
1654
- "0046,0135" => [["SS"], "Visual Acuity Modifiers"],
1655
- "0046,0137" => [["FD"], "Decimal Visual Acuity"],
1656
- "0046,0139" => [["LO"], "Optotype Detailed Definition"],
1657
- "0046,0145" => [["SQ"], "Referenced Refractive Measurements Sequence"],
1658
- "0046,0146" => [["FD"], "Sphere Power"],
1659
- "0046,0147" => [["FD"], "Cylinder Power"],
1660
- # Group 0050
1661
- "0050,0004" => [["CS"], "Calibration Image"],
1662
- "0050,0010" => [["SQ"], "Device Sequence"],
1663
- "0050,0012" => [["SQ"], "Container Component Type Code Sequence"],
1664
- "0050,0013" => [["FD"], "Container Component Thickness"],
1665
- "0050,0014" => [["DS"], "Device Length"],
1666
- "0050,0015" => [["FD"], "Container Component Width"],
1667
- "0050,0016" => [["DS"], "Device Diameter"],
1668
- "0050,0017" => [["CS"], "Device Diameter Units"],
1669
- "0050,0018" => [["DS"], "Device Volume"],
1670
- "0050,0019" => [["DS"], "Inter-Marker Distance"],
1671
- "0050,001A" => [["CS"], "Container Component Material"],
1672
- "0050,001B" => [["LO"], "Container Component ID"],
1673
- "0050,001C" => [["FD"], "Container Component Length"],
1674
- "0050,001D" => [["FD"], "Container Component Diameter"],
1675
- "0050,001E" => [["LO"], "Container Component Description"],
1676
- "0050,0020" => [["LO"], "Device Description"],
1677
- # Group 0054
1678
- "0054,0010" => [["US"], "Energy Window Vector"],
1679
- "0054,0011" => [["US"], "Number of Energy Windows"],
1680
- "0054,0012" => [["SQ"], "Energy Window Information Sequence"],
1681
- "0054,0013" => [["SQ"], "Energy Window Range Sequence"],
1682
- "0054,0014" => [["DS"], "Energy Window Lower Limit"],
1683
- "0054,0015" => [["DS"], "Energy Window Upper Limit"],
1684
- "0054,0016" => [["SQ"], "Radiopharmaceutical Information Sequence"],
1685
- "0054,0017" => [["IS"], "Residual Syringe Counts"],
1686
- "0054,0018" => [["SH"], "Energy Window Name"],
1687
- "0054,0020" => [["US"], "Detector Vector"],
1688
- "0054,0021" => [["US"], "Number of Detectors"],
1689
- "0054,0022" => [["SQ"], "Detector Information Sequence"],
1690
- "0054,0030" => [["US"], "Phase Vector"],
1691
- "0054,0031" => [["US"], "Number of Phases"],
1692
- "0054,0032" => [["SQ"], "Phase Information Sequence"],
1693
- "0054,0033" => [["US"], "Number of Frames in Phase"],
1694
- "0054,0036" => [["IS"], "Phase Delay"],
1695
- "0054,0038" => [["IS"], "Pause Between Frames"],
1696
- "0054,0039" => [["CS"], "Phase Description"],
1697
- "0054,0050" => [["US"], "Rotation Vector"],
1698
- "0054,0051" => [["US"], "Number of Rotations"],
1699
- "0054,0052" => [["SQ"], "Rotation Information Sequence"],
1700
- "0054,0053" => [["US"], "Number of Frames in Rotation"],
1701
- "0054,0060" => [["US"], "R-R Interval Vector"],
1702
- "0054,0061" => [["US"], "Number of R-R Intervals"],
1703
- "0054,0062" => [["SQ"], "Gated Information Sequence"],
1704
- "0054,0063" => [["SQ"], "Data Information Sequence"],
1705
- "0054,0070" => [["US"], "Time Slot Vector"],
1706
- "0054,0071" => [["US"], "Number of Time Slots"],
1707
- "0054,0072" => [["SQ"], "Time Slot Information Sequence"],
1708
- "0054,0073" => [["DS"], "Time Slot Time"],
1709
- "0054,0080" => [["US"], "Slice Vector"],
1710
- "0054,0081" => [["US"], "Number of Slices"],
1711
- "0054,0090" => [["US"], "Angular View Vector"],
1712
- "0054,0100" => [["US"], "Time Slice Vector"],
1713
- "0054,0101" => [["US"], "Number of Time Slices"],
1714
- "0054,0200" => [["DS"], "Start Angle"],
1715
- "0054,0202" => [["CS"], "Type of Detector Motion"],
1716
- "0054,0210" => [["IS"], "Trigger Vector"],
1717
- "0054,0211" => [["US"], "Number of Triggers in Phase"],
1718
- "0054,0220" => [["SQ"], "View Code Sequence"],
1719
- "0054,0222" => [["SQ"], "View Modifier Code Sequence"],
1720
- "0054,0300" => [["SQ"], "Radionuclide Code Sequence"],
1721
- "0054,0302" => [["SQ"], "Administration Route Code Sequence"],
1722
- "0054,0304" => [["SQ"], "Radiopharmaceutical Code Sequence"],
1723
- "0054,0306" => [["SQ"], "Calibration Data Sequence"],
1724
- "0054,0308" => [["US"], "Energy Window Number"],
1725
- "0054,0400" => [["SH"], "Image ID"],
1726
- "0054,0410" => [["SQ"], "Patient Orientation Code Sequence"],
1727
- "0054,0412" => [["SQ"], "Patient Orientation Modifier Code Sequence"],
1728
- "0054,0414" => [["SQ"], "Patient Gantry Relationship Code Sequence"],
1729
- "0054,0500" => [["CS"], "Slice Progression Direction"],
1730
- "0054,1000" => [["CS"], "Series Type"],
1731
- "0054,1001" => [["CS"], "Units"],
1732
- "0054,1002" => [["CS"], "Counts Source"],
1733
- "0054,1004" => [["CS"], "Reprojection Method"],
1734
- "0054,1100" => [["CS"], "Randoms Correction Method"],
1735
- "0054,1101" => [["LO"], "Attenuation Correction Method"],
1736
- "0054,1102" => [["CS"], "Decay Correction"],
1737
- "0054,1103" => [["LO"], "Reconstruction Method"],
1738
- "0054,1104" => [["LO"], "Detector Lines of Response Used"],
1739
- "0054,1105" => [["LO"], "Scatter Correction Method"],
1740
- "0054,1200" => [["DS"], "Axial Acceptance"],
1741
- "0054,1201" => [["IS"], "Axial Mash"],
1742
- "0054,1202" => [["IS"], "Transverse Mash"],
1743
- "0054,1203" => [["DS"], "Detector Element Size"],
1744
- "0054,1210" => [["DS"], "Coincidence Window Width"],
1745
- "0054,1220" => [["CS"], "Secondary Counts Type"],
1746
- "0054,1300" => [["DS"], "Frame Reference Time"],
1747
- "0054,1310" => [["IS"], "Primary (Prompts) Counts Accumulated"],
1748
- "0054,1311" => [["IS"], "Secondary Counts Accumulated"],
1749
- "0054,1320" => [["DS"], "Slice Sensitivity Factor"],
1750
- "0054,1321" => [["DS"], "Decay Factor"],
1751
- "0054,1322" => [["DS"], "Dose Calibration Factor"],
1752
- "0054,1323" => [["DS"], "Scatter Fraction Factor"],
1753
- "0054,1324" => [["DS"], "Dead Time Factor"],
1754
- "0054,1330" => [["US"], "Image Index"],
1755
- "0054,1400" => [["CS"], "Counts Included"],
1756
- "0054,1401" => [["CS"], "Dead Time Correction Flag"],
1757
- # Group 0060
1758
- "0060,3000" => [["SQ"], "Histogram Sequence"],
1759
- "0060,3002" => [["US"], "Histogram Number of Bins"],
1760
- "0060,3004" => [["US","SS"], "Histogram First Bin Value"],
1761
- "0060,3006" => [["US","SS"], "Histogram Last Bin Value"],
1762
- "0060,3008" => [["US"], "Histogram Bin Width"],
1763
- "0060,3010" => [["LO"], "Histogram Explanation"],
1764
- "0060,3020" => [["UL"], "Histogram Data"],
1765
- # Group 0062
1766
- "0062,0001" => [["CS"], "Segmentation Type"],
1767
- "0062,0002" => [["SQ"], "Segment Sequence"],
1768
- "0062,0003" => [["SQ"], "Segmented Property Category Code Sequence"],
1769
- "0062,0004" => [["US"], "Segment Number"],
1770
- "0062,0005" => [["LO"], "Segment Label"],
1771
- "0062,0006" => [["ST"], "Segment Description"],
1772
- "0062,0008" => [["CS"], "Segment Algorithm Type"],
1773
- "0062,0009" => [["LO"], "Segment Algorithm Name"],
1774
- "0062,000A" => [["SQ"], "Segment Identification Sequence"],
1775
- "0062,000B" => [["US"], "Referenced Segment Number"],
1776
- "0062,000C" => [["US"], "Recommended Display Grayscale Value"],
1777
- "0062,000D" => [["US"], "Recommended Display CIELab Value"],
1778
- "0062,000E" => [["US"], "Maximum Fractional Value"],
1779
- "0062,000F" => [["SQ"], "Segmented Property Type Code Sequence"],
1780
- "0062,0010" => [["CS"], "Segmentation Fractional Type"],
1781
- # Group 0064
1782
- "0064,0002" => [["SQ"], "Deformable Registration Sequence"],
1783
- "0064,0003" => [["UI"], "Source Frame of Reference UID"],
1784
- "0064,0005" => [["SQ"], "Deformable Registration Grid Sequence"],
1785
- "0064,0007" => [["UL"], "Grid Dimensions"],
1786
- "0064,0008" => [["FD"], "Grid Resolution"],
1787
- "0064,0009" => [["OF"], "Vector Grid Data"],
1788
- "0064,000F" => [["SQ"], "Pre Deformation Matrix Registration Sequence"],
1789
- "0064,0010" => [["SQ"], "Post Deformation Matrix Registration Sequence"],
1790
- # Group 0066
1791
- "0066,0001" => [["UL"], "Number of Surfaces"],
1792
- "0066,0002" => [["SQ"], "Surface Sequence"],
1793
- "0066,0003" => [["UL"], "Surface Number"],
1794
- "0066,0004" => [["LT"], "Surface Comments"],
1795
- "0066,0009" => [["CS"], "Surface Processing"],
1796
- "0066,000A" => [["FL"], "Surface Processing Ratio"],
1797
- "0066,000B" => [["LO"], "Surface Processing Description"],
1798
- "0066,000C" => [["FL"], "Recommended Presentation Opacity"],
1799
- "0066,000D" => [["CS"], "Recommended Presentation Type"],
1800
- "0066,000E" => [["CS"], "Finite Volume"],
1801
- "0066,0010" => [["CS"], "Manifold"],
1802
- "0066,0011" => [["SQ"], "Surface Points Sequence"],
1803
- "0066,0012" => [["SQ"], "Surface Points Normals Sequence"],
1804
- "0066,0013" => [["SQ"], "Surface Mesh Primitives Sequence"],
1805
- "0066,0015" => [["UL"], "Number of Surface Points"],
1806
- "0066,0016" => [["OF"], "Point Coordinates Data"],
1807
- "0066,0017" => [["FL"], "Point Position Accuracy"],
1808
- "0066,0018" => [["FL"], "Mean Point Distance"],
1809
- "0066,0019" => [["FL"], "Maximum Point Distance"],
1810
- "0066,001A" => [["FL"], "Points Bounding Box Coordinates"],
1811
- "0066,001B" => [["FL"], "Axis of Rotation"],
1812
- "0066,001C" => [["FL"], "Center of Rotation"],
1813
- "0066,001E" => [["UL"], "Number of Vectors"],
1814
- "0066,001F" => [["US"], "Vector Dimensionality"],
1815
- "0066,0020" => [["FL"], "Vector Accuracy"],
1816
- "0066,0021" => [["OF"], "Vector Coordinate Data"],
1817
- "0066,0023" => [["OW"], "Triangle Point Index List"],
1818
- "0066,0024" => [["OW"], "Edge Point Index List"],
1819
- "0066,0025" => [["OW"], "Vertex Point Index List"],
1820
- "0066,0026" => [["SQ"], "Triangle Strip Sequence"],
1821
- "0066,0027" => [["SQ"], "Triangle Fan Sequence"],
1822
- "0066,0028" => [["SQ"], "Line Sequence"],
1823
- "0066,0029" => [["OW"], "Primitive Point Index List"],
1824
- "0066,002A" => [["UL"], "Surface Count"],
1825
- "0066,002B" => [["SQ"], "Referenced Surface Sequence"],
1826
- "0066,002C" => [["UL"], "Referenced Surface Number"],
1827
- "0066,002D" => [["SQ"], "Segment Surface Generation Algorithm Identification Sequence"],
1828
- "0066,002E" => [["SQ"], "Segment Surface Source Instance Sequence"],
1829
- "0066,002F" => [["SQ"], "Algorithm Family Code Sequence"],
1830
- "0066,0030" => [["SQ"], "Algorithm Name Code Sequence"],
1831
- "0066,0031" => [["LO"], "Algorithm Version"],
1832
- "0066,0032" => [["LT"], "Algorithm Parameters"],
1833
- "0066,0034" => [["SQ"], "Facet Sequence"],
1834
- "0066,0035" => [["SQ"], "Surface Processing Algorithm Identification Sequence"],
1835
- "0066,0036" => [["LO"], "Algorithm Name"],
1836
- # Group 0070
1837
- "0070,0001" => [["SQ"], "Graphic Annotation Sequence"],
1838
- "0070,0002" => [["CS"], "Graphic Layer"],
1839
- "0070,0003" => [["CS"], "Bounding Box Annotation Units"],
1840
- "0070,0004" => [["CS"], "Anchor Point Annotation Units"],
1841
- "0070,0005" => [["CS"], "Graphic Annotation Units"],
1842
- "0070,0006" => [["ST"], "Unformatted Text Value"],
1843
- "0070,0008" => [["SQ"], "Text Object Sequence"],
1844
- "0070,0009" => [["SQ"], "Graphic Object Sequence"],
1845
- "0070,0010" => [["FL"], "Bounding Box Top Left Hand Corner"],
1846
- "0070,0011" => [["FL"], "Bounding Box Bottom Right Hand Corner"],
1847
- "0070,0012" => [["CS"], "Bounding Box Text Horizontal Justification"],
1848
- "0070,0014" => [["FL"], "Anchor Point"],
1849
- "0070,0015" => [["CS"], "Anchor Point Visibility"],
1850
- "0070,0020" => [["US"], "Graphic Dimensions"],
1851
- "0070,0021" => [["US"], "Number of Graphic Points"],
1852
- "0070,0022" => [["FL"], "Graphic Data"],
1853
- "0070,0023" => [["CS"], "Graphic Type"],
1854
- "0070,0024" => [["CS"], "Graphic Filled"],
1855
- "0070,0041" => [["CS"], "Image Horizontal Flip"],
1856
- "0070,0042" => [["US"], "Image Rotation"],
1857
- "0070,0052" => [["SL"], "Displayed Area Top Left Hand Corner"],
1858
- "0070,0053" => [["SL"], "Displayed Area Bottom Right Hand Corner"],
1859
- "0070,005A" => [["SQ"], "Displayed Area Selection Sequence"],
1860
- "0070,0060" => [["SQ"], "Graphic Layer Sequence"],
1861
- "0070,0062" => [["IS"], "Graphic Layer Order"],
1862
- "0070,0066" => [["US"], "Graphic Layer Recommended Display Grayscale Value"],
1863
- "0070,0067" => [["US"], "Graphic Layer Recommended Display RGB Value"], # RET
1864
- "0070,0068" => [["LO"], "Graphic Layer Description"],
1865
- "0070,0080" => [["CS"], "Content Label"],
1866
- "0070,0081" => [["LO"], "Content Description"],
1867
- "0070,0082" => [["DA"], "Presentation Creation Date"],
1868
- "0070,0083" => [["TM"], "Presentation Creation Time"],
1869
- "0070,0084" => [["PN"], "Content Creator's Name"],
1870
- "0070,0086" => [["SQ"], "Content Creator's Identification Code Sequence"],
1871
- "0070,0087" => [["SQ"], "Alternate Content Description Sequence"],
1872
- "0070,0100" => [["CS"], "Presentation Size Mode"],
1873
- "0070,0101" => [["DS"], "Presentation Pixel Spacing"],
1874
- "0070,0102" => [["IS"], "Presentation Pixel Aspect Ratio"],
1875
- "0070,0103" => [["FL"], "Presentation Pixel Magnification Ratio"],
1876
- "0070,0306" => [["CS"], "Shape Type"],
1877
- "0070,0308" => [["SQ"], "Registration Sequence"],
1878
- "0070,0309" => [["SQ"], "Matrix Registration Sequence"],
1879
- "0070,030A" => [["SQ"], "Matrix Sequence"],
1880
- "0070,030C" => [["CS"], "Frame of Reference Transformation Matrix Type"],
1881
- "0070,030D" => [["SQ"], "Registration Type Code Sequence"],
1882
- "0070,030F" => [["ST"], "Fiducial Description"],
1883
- "0070,0310" => [["SH"], "Fiducial Identifier"],
1884
- "0070,0311" => [["SQ"], "Fiducial Identifier Code Sequence"],
1885
- "0070,0312" => [["FD"], "Contour Uncertainty Radius"],
1886
- "0070,0314" => [["SQ"], "Used Fiducials Sequence"],
1887
- "0070,0318" => [["SQ"], "Graphic Coordinates Data Sequence"],
1888
- "0070,031A" => [["UI"], "Fiducial UID"],
1889
- "0070,031C" => [["SQ"], "Fiducial Set Sequence"],
1890
- "0070,031E" => [["SQ"], "Fiducial Sequence"],
1891
- "0070,0401" => [["US"], "Graphic Layer Recommended Display CIELab Value"],
1892
- "0070,0402" => [["SQ"], "Blending Sequence"],
1893
- "0070,0403" => [["FL"], "Relative Opacity"],
1894
- "0070,0404" => [["SQ"], "Referenced Spatial Registration Sequence"],
1895
- "0070,0405" => [["CS"], "Blending Position"],
1896
- # Group 0072
1897
- "0072,0002" => [["SH"], "Hanging Protocol Name"],
1898
- "0072,0004" => [["LO"], "Hanging Protocol Description"],
1899
- "0072,0006" => [["CS"], "Hanging Protocol Level"],
1900
- "0072,0008" => [["LO"], "Hanging Protocol Creator"],
1901
- "0072,000A" => [["DT"], "Hanging Protocol Creation Datetime"],
1902
- "0072,000C" => [["SQ"], "Hanging Protocol Definition Sequence"],
1903
- "0072,000E" => [["SQ"], "Hanging Protocol User Identification Code Sequence"],
1904
- "0072,0010" => [["LO"], "Hanging Protocol User Group Name"],
1905
- "0072,0012" => [["SQ"], "Source Hanging Protocol Sequence"],
1906
- "0072,0014" => [["US"], "Number of Priors Referenced"],
1907
- "0072,0020" => [["SQ"], "Image Sets Sequence"],
1908
- "0072,0022" => [["SQ"], "Image Set Selector Sequence"],
1909
- "0072,0024" => [["CS"], "Image Set Selector Usage Flag"],
1910
- "0072,0026" => [["AT"], "Selector Attribute"],
1911
- "0072,0028" => [["US"], "Selector Value Number"],
1912
- "0072,0030" => [["SQ"], "Time Based Image Sets Sequence"],
1913
- "0072,0032" => [["US"], "Image Set Number"],
1914
- "0072,0034" => [["CS"], "Image Set Selector Category"],
1915
- "0072,0038" => [["US"], "Relative Time"],
1916
- "0072,003A" => [["CS"], "Relative Time Units"],
1917
- "0072,003C" => [["SS"], "Abstract Prior Value"],
1918
- "0072,003E" => [["SQ"], "Abstract Prior Code Sequence"],
1919
- "0072,0040" => [["LO"], "Image Set Label"],
1920
- "0072,0050" => [["CS"], "Selector Attribute VR"],
1921
- "0072,0052" => [["AT"], "Selector Sequence Pointer"],
1922
- "0072,0054" => [["LO"], "Selector Sequence Pointer Private Creator"],
1923
- "0072,0056" => [["LO"], "Selector Attribute Private Creator"],
1924
- "0072,0060" => [["AT"], "Selector AT Value"],
1925
- "0072,0062" => [["CS"], "Selector CS Value"],
1926
- "0072,0064" => [["IS"], "Selector IS Value"],
1927
- "0072,0066" => [["LO"], "Selector LO Value"],
1928
- "0072,0068" => [["LT"], "Selector LT Value"],
1929
- "0072,006A" => [["PN"], "Selector PN Value"],
1930
- "0072,006C" => [["SH"], "Selector SH Value"],
1931
- "0072,006E" => [["ST"], "Selector ST Value"],
1932
- "0072,0070" => [["UT"], "Selector UT Value"],
1933
- "0072,0072" => [["DS"], "Selector DS Value"],
1934
- "0072,0074" => [["FD"], "Selector FD Value"],
1935
- "0072,0076" => [["FL"], "Selector FL Value"],
1936
- "0072,0078" => [["UL"], "Selector UL Value"],
1937
- "0072,007A" => [["US"], "Selector US Value"],
1938
- "0072,007C" => [["SL"], "Selector SL Value"],
1939
- "0072,007E" => [["SS"], "Selector SS Value"],
1940
- "0072,0080" => [["SQ"], "Selector Code Sequence Value"],
1941
- "0072,0100" => [["US"], "Number of Screens"],
1942
- "0072,0102" => [["SQ"], "Nominal Screen Definition Sequence"],
1943
- "0072,0104" => [["US"], "Number of Vertical Pixels"],
1944
- "0072,0106" => [["US"], "Number of Horizontal Pixels"],
1945
- "0072,0108" => [["FD"], "Display Environment Spatial Position"],
1946
- "0072,010A" => [["US"], "Screen Minimum Grayscale Bit Depth"],
1947
- "0072,010C" => [["US"], "Screen Minimum Color Bit Depth"],
1948
- "0072,010E" => [["US"], "Application Maximum Repaint Time"],
1949
- "0072,0200" => [["SQ"], "Display Sets Sequence"],
1950
- "0072,0202" => [["US"], "Display Set Number"],
1951
- "0072,0203" => [["LO"], "Display Set Label"],
1952
- "0072,0204" => [["US"], "Display Set Presentation Group"],
1953
- "0072,0206" => [["LO"], "Display Set Presentation Group Description"],
1954
- "0072,0208" => [["CS"], "Partial Data Display Handling"],
1955
- "0072,0210" => [["SQ"], "Synchronized Scrolling Sequence"],
1956
- "0072,0212" => [["US"], "Display Set Scrolling Group"],
1957
- "0072,0214" => [["SQ"], "Navigation Indicator Sequence"],
1958
- "0072,0216" => [["US"], "Navigation Display Set"],
1959
- "0072,0218" => [["US"], "Reference Display Sets"],
1960
- "0072,0300" => [["SQ"], "Image Boxes Sequence"],
1961
- "0072,0302" => [["US"], "Image Box Number"],
1962
- "0072,0304" => [["CS"], "Image Box Layout Type"],
1963
- "0072,0306" => [["US"], "Image Box Tile Horizontal Dimension"],
1964
- "0072,0308" => [["US"], "Image Box Tile Vertical Dimension"],
1965
- "0072,0310" => [["CS"], "Image Box Scroll Direction"],
1966
- "0072,0312" => [["CS"], "Image Box Small Scroll Type"],
1967
- "0072,0314" => [["US"], "Image Box Small Scroll Amount"],
1968
- "0072,0316" => [["CS"], "Image Box Large Scroll Type"],
1969
- "0072,0318" => [["US"], "Image Box Large Scroll Amount"],
1970
- "0072,0320" => [["US"], "Image Box Overlap Priority"],
1971
- "0072,0330" => [["FD"], "Cine Relative to Real-Time"],
1972
- "0072,0400" => [["SQ"], "Filter Operations Sequence"],
1973
- "0072,0402" => [["CS"], "Filter-by Category"],
1974
- "0072,0404" => [["CS"], "Filter-by Attribute Presence"],
1975
- "0072,0406" => [["CS"], "Filter-by Operator"],
1976
- "0072,0420" => [["US"], "Structured Display Background CIELab Value"],
1977
- "0072,0421" => [["US"], "Empty Image Box CIELab Value"],
1978
- "0072,0422" => [["SQ"], "Structured Display Image Box Sequence"],
1979
- "0072,0424" => [["SQ"], "Structured Display Text Box Sequence"],
1980
- "0072,0427" => [["SQ"], "Referenced First Frame Sequence"],
1981
- "0072,0430" => [["SQ"], "Image Box Synchronization Sequence"],
1982
- "0072,0432" => [["US"], "Synchronized Image Box List"],
1983
- "0072,0434" => [["CS"], "Type of Synchronization"],
1984
- "0072,0500" => [["CS"], "Blending Operation Type"],
1985
- "0072,0510" => [["CS"], "Reformatting Operation Type"],
1986
- "0072,0512" => [["FD"], "Reformatting Thickness"],
1987
- "0072,0514" => [["FD"], "Reformatting Interval"],
1988
- "0072,0516" => [["CS"], "Reformatting Operation Initial View Direction"],
1989
- "0072,0520" => [["CS"], "3D Rendering Type"],
1990
- "0072,0600" => [["SQ"], "Sorting Operations Sequence"],
1991
- "0072,0602" => [["CS"], "Sort-by Category"],
1992
- "0072,0604" => [["CS"], "Sorting Direction"],
1993
- "0072,0700" => [["CS"], "Display Set Patient Orientation"],
1994
- "0072,0702" => [["CS"], "VOI Type"],
1995
- "0072,0704" => [["CS"], "Pseudo-Color Type"],
1996
- "0072,0706" => [["CS"], "Show Grayscale Inverted"],
1997
- "0072,0710" => [["CS"], "Show Image True Size Flag"],
1998
- "0072,0712" => [["CS"], "Show Graphic Annotation Flag"],
1999
- "0072,0714" => [["CS"], "Show Patient Demographics Flag"],
2000
- "0072,0716" => [["CS"], "Show Acquisition Techniques Flag"],
2001
- "0072,0717" => [["CS"], "Display Set Horizontal Justification"],
2002
- "0072,0718" => [["CS"], "Display Set Vertical Justification"],
2003
- # Group 0074
2004
- "0074,1000" => [["CS"], "Unified Procedure Step State"],
2005
- "0074,1002" => [["SQ"], "Unified Procedure Step UPS Progress Information Sequence"],
2006
- "0074,1004" => [["DS"], "Unified Procedure Step Progress"],
2007
- "0074,1006" => [["ST"], "Unified Procedure Step Progress Description"],
2008
- "0074,1008" => [["SQ"], "Unified Procedure Step Communications URI Sequence"],
2009
- "0074,100a" => [["ST"], "Contact URI"],
2010
- "0074,100c" => [["LO"], "Contact Display Name"],
2011
- "0074,100e" => [["SQ"], "Unified Procedure Step Discontinuation Reason Code Sequence"],
2012
- "0074,1020" => [["SQ"], "Beam Task Sequence"],
2013
- "0074,1022" => [["CS"], "Beam Task Type"],
2014
- "0074,1024" => [["IS"], "Beam Order Index"],
2015
- "0074,1030" => [["SQ"], "Delivery Verification Image Sequence"],
2016
- "0074,1032" => [["CS"], "Verification Image Timing"],
2017
- "0074,1034" => [["CS"], "Double Exposure Flag"],
2018
- "0074,1036" => [["CS"], "Double Exposure Ordering"],
2019
- "0074,1038" => [["DS"], "Double Exposure Meterset"],
2020
- "0074,103A" => [["DS"], "Double Exposure Field Delta"],
2021
- "0074,1040" => [["SQ"], "Related Reference RT Image Sequence"],
2022
- "0074,1042" => [["SQ"], "General Machine Verification Sequence"],
2023
- "0074,1044" => [["SQ"], "Conventional Machine Verification Sequence"],
2024
- "0074,1046" => [["SQ"], "Ion Machine Verification Sequence"],
2025
- "0074,1048" => [["SQ"], "Failed Attributes Sequence"],
2026
- "0074,104A" => [["SQ"], "Overridden Attributes Sequence"],
2027
- "0074,104C" => [["SQ"], "Conventional Control Point Verification Sequence"],
2028
- "0074,104E" => [["SQ"], "Ion Control Point Verification Sequence"],
2029
- "0074,1050" => [["SQ"], "Attribute Occurrence Sequence"],
2030
- "0074,1052" => [["AT"], "Attribute Occurrence Pointer"],
2031
- "0074,1054" => [["UL"], "Attribute Item Selector"],
2032
- "0074,1056" => [["LO"], "Attribute Occurrence Private Creator"],
2033
- "0074,1200" => [["CS"], "Scheduled Procedure Step Priority"],
2034
- "0074,1202" => [["LO"], "Worklist Label"],
2035
- "0074,1204" => [["LO"], "Procedure Step Label"],
2036
- "0074,1210" => [["SQ"], "Scheduled Processing Parameters Sequence"],
2037
- "0074,1212" => [["SQ"], "Performed Processing Parameters Sequence"],
2038
- "0074,1216" => [["SQ"], "Unified Procedure Step UPS Performed Procedure Sequence"],
2039
- "0074,1220" => [["SQ"], "Related Procedure Step Sequence"],
2040
- "0074,1222" => [["LO"], "Procedure Step Relationship Type"],
2041
- "0074,1230" => [["LO"], "Deletion Lock"],
2042
- "0074,1234" => [["AE"], "Receiving AE"],
2043
- "0074,1236" => [["AE"], "Requesting AE"],
2044
- "0074,1238" => [["LT"], "Reason for Cancellation"],
2045
- "0074,1242" => [["CS"], "SCP Status"],
2046
- "0074,1244" => [["CS"], "Subscription List Status"],
2047
- "0074,1246" => [["CS"], "Unified Procedure Step UPS List Status"],
2048
- # Group 0088
2049
- "0088,0130" => [["SH"], "Storage Media File-set ID"],
2050
- "0088,0140" => [["UI"], "Storage Media File-set UID"],
2051
- "0088,0200" => [["SQ"], "Icon Image Sequence"],
2052
- "0088,0904" => [["LO"], "Topic Title"], # RET
2053
- "0088,0906" => [["ST"], "Topic Subject"], # RET
2054
- "0088,0910" => [["LO"], "Topic Author"], # RET
2055
- "0088,0912" => [["LO"], "Topic Keywords"], # RET
2056
- # Group 0100
2057
- "0100,0410" => [["CS"], "SOP Instance Status"],
2058
- "0100,0420" => [["DT"], "SOP Authorization Date Time"],
2059
- "0100,0424" => [["LT"], "SOP Authorization Comment"],
2060
- "0100,0426" => [["LO"], "Authorization Equipment Certification Number"],
2061
- # Group 0400
2062
- "0400,0005" => [["US"], "MAC ID Number"],
2063
- "0400,0010" => [["UI"], "MAC Calculation Transfer Syntax UID"],
2064
- "0400,0015" => [["CS"], "MAC Algorithm"],
2065
- "0400,0020" => [["AT"], "Data Elements Signed"],
2066
- "0400,0100" => [["UI"], "Digital Signature UID"],
2067
- "0400,0105" => [["DT"], "Digital Signature DateTime"],
2068
- "0400,0110" => [["CS"], "Certificate Type"],
2069
- "0400,0115" => [["OB"], "Certificate of Signer"],
2070
- "0400,0120" => [["OB"], "Signature"],
2071
- "0400,0305" => [["CS"], "Certified Timestamp Type"],
2072
- "0400,0310" => [["OB"], "Certified Timestamp"],
2073
- "0400,0401" => [["SQ"], "Digital Signature Purpose Code Sequence"],
2074
- "0400,0402" => [["SQ"], "Referenced Digital Signature Sequence"],
2075
- "0400,0403" => [["SQ"], "Referenced SOP Instance MAC Sequence"],
2076
- "0400,0404" => [["OB"], "MAC"],
2077
- "0400,0500" => [["SQ"], "Encrypted Attributes Sequence"],
2078
- "0400,0510" => [["UI"], "Encrypted Content Transfer Syntax UID"],
2079
- "0400,0520" => [["OB"], "Encrypted Content"],
2080
- "0400,0550" => [["SQ"], "Modified Attributes Sequence"],
2081
- "0400,0561" => [["SQ"], "Original Attributes Sequence"],
2082
- "0400,0562" => [["DT"], "Attribute Modification Datetime"],
2083
- "0400,0563" => [["LO"], "Modifying System"],
2084
- "0400,0564" => [["LO"], "Source of Previous Values"],
2085
- "0400,0565" => [["CS"], "Reason for the Attribute Modification"],
2086
- # Group 1000
2087
- "1000,xxx0" => [["US"], "Escape Triplet"], # RET
2088
- "1000,xxx1" => [["US"], "Run Length Triplet"], # RET
2089
- "1000,xxx2" => [["US"], "Huffman Table Size"], # RET
2090
- "1000,xxx3" => [["US"], "Huffman Table Triplet"], # RET
2091
- "1000,xxx4" => [["US"], "Shift Table Size"], # RET
2092
- "1000,xxx5" => [["US"], "Shift Table Triplet"], # RET
2093
- # Group 1010
2094
- "1010,xxxx" => [["US"], "Zonal Map"], # RET
2095
- # Group 2000
2096
- "2000,0010" => [["IS"], "Number of Copies"],
2097
- "2000,001E" => [["SQ"], "Printer Configuration Sequence"],
2098
- "2000,0020" => [["CS"], "Print Priority"],
2099
- "2000,0030" => [["CS"], "Medium Type"],
2100
- "2000,0040" => [["CS"], "Film Destination"],
2101
- "2000,0050" => [["LO"], "Film Session Label"],
2102
- "2000,0060" => [["IS"], "Memory Allocation"],
2103
- "2000,0061" => [["IS"], "Maximum Memory Allocation"],
2104
- "2000,0062" => [["CS"], "Color Image Printing Flag"], # RET
2105
- "2000,0063" => [["CS"], "Collation Flag"], # RET
2106
- "2000,0065" => [["CS"], "Annotation Flag"], # RET
2107
- "2000,0067" => [["CS"], "Image Overlay Flag"], # RET
2108
- "2000,0069" => [["CS"], "Presentation LUT Flag"], # RET
2109
- "2000,006A" => [["CS"], "Image Box Presentation LUT Flag"], # RET
2110
- "2000,00A0" => [["US"], "Memory Bit Depth"],
2111
- "2000,00A1" => [["US"], "Printing Bit Depth"],
2112
- "2000,00A2" => [["SQ"], "Media Installed Sequence"],
2113
- "2000,00A4" => [["SQ"], "Other Media Available Sequence"],
2114
- "2000,00A8" => [["SQ"], "Supported Image Display Formats Sequence"],
2115
- "2000,0500" => [["SQ"], "Referenced Film Box Sequence"],
2116
- "2000,0510" => [["SQ"], "Referenced Stored Print Sequence"],
2117
- # Group 2010
2118
- "2010,0010" => [["ST"], "Image Display Format"],
2119
- "2010,0030" => [["CS"], "Annotation Display Format ID"],
2120
- "2010,0040" => [["CS"], "Film Orientation"],
2121
- "2010,0050" => [["CS"], "Film Size ID"],
2122
- "2010,0052" => [["CS"], "Printer Resolution ID"],
2123
- "2010,0054" => [["CS"], "Default Printer Resolution ID"],
2124
- "2010,0060" => [["CS"], "Magnification Type"],
2125
- "2010,0080" => [["CS"], "Smoothing Type"],
2126
- "2010,00A6" => [["CS"], "Default Magnification Type"],
2127
- "2010,00A7" => [["CS"], "Other Magnification Types Available"],
2128
- "2010,00A8" => [["CS"], "Default Smoothing Type"],
2129
- "2010,00A9" => [["CS"], "Other Smoothing Types Available"],
2130
- "2010,0100" => [["CS"], "Border Density"],
2131
- "2010,0110" => [["CS"], "Empty Image Density"],
2132
- "2010,0120" => [["US"], "Min Density"],
2133
- "2010,0130" => [["US"], "Max Density"],
2134
- "2010,0140" => [["CS"], "Trim"],
2135
- "2010,0150" => [["ST"], "Configuration Information"],
2136
- "2010,0152" => [["LT"], "Configuration Information Description"],
2137
- "2010,0154" => [["IS"], "Maximum Collated Films"],
2138
- "2010,015E" => [["US"], "Illumination"],
2139
- "2010,0160" => [["US"], "Reflected Ambient Light"],
2140
- "2010,0376" => [["DS"], "Printer Pixel Spacing"],
2141
- "2010,0500" => [["SQ"], "Referenced Film Session Sequence"],
2142
- "2010,0510" => [["SQ"], "Referenced Image Box Sequence"],
2143
- "2010,0520" => [["SQ"], "Referenced Basic Annotation Box Sequence"],
2144
- # Group 2020
2145
- "2020,0010" => [["US"], "Image Position"],
2146
- "2020,0020" => [["CS"], "Polarity"],
2147
- "2020,0030" => [["DS"], "Requested Image Size"],
2148
- "2020,0040" => [["CS"], "Requested Decimate/Crop Behavior"],
2149
- "2020,0050" => [["CS"], "Requested Resolution ID"],
2150
- "2020,00A0" => [["CS"], "Requested Image Size Flag"],
2151
- "2020,00A2" => [["CS"], "Decimate/Crop Result"],
2152
- "2020,0110" => [["SQ"], "Basic Grayscale Image Sequence"],
2153
- "2020,0111" => [["SQ"], "Basic Color Image Sequence"],
2154
- "2020,0130" => [["SQ"], "Referenced Image Overlay Box Sequence"], # RET
2155
- "2020,0140" => [["SQ"], "Referenced VOI LUT Box Sequence"], # RET
2156
- # Group 2030
2157
- "2030,0010" => [["US"], "Annotation Position"],
2158
- "2030,0020" => [["LO"], "Text String"],
2159
- # Group 2040
2160
- "2040,0010" => [["SQ"], "Referenced Overlay Plane Sequence"], # RET
2161
- "2040,0011" => [["US"], "Referenced Overlay Plane Groups"], # RET
2162
- "2040,0020" => [["SQ"], "Overlay Pixel Data Sequence"], # RET
2163
- "2040,0060" => [["CS"], "Overlay Magnification Type"], # RET
2164
- "2040,0070" => [["CS"], "Overlay Smoothing Type"], # RET
2165
- "2040,0072" => [["CS"], "Overlay or Image Magnification"], # RET
2166
- "2040,0074" => [["US"], "Magnify to Number of Columns"], # RET
2167
- "2040,0080" => [["CS"], "Overlay Foreground Density"], # RET
2168
- "2040,0082" => [["CS"], "Overlay Background Density"], # RET
2169
- "2040,0090" => [["CS"], "Overlay Mode"], # RET
2170
- "2040,0100" => [["CS"], "Threshold Density"], # RET
2171
- "2040,0500" => [["SQ"], "Referenced Image Box Sequence"], # RET
2172
- # Group 2050
2173
- "2050,0010" => [["SQ"], "Presentation LUT Sequence"],
2174
- "2050,0020" => [["CS"], "Presentation LUT Shape"],
2175
- "2050,0500" => [["SQ"], "Referenced Presentation LUT Sequence"],
2176
- # Group 2100
2177
- "2100,0010" => [["SH"], "Print Job ID"], # RET
2178
- "2100,0020" => [["CS"], "Execution Status"],
2179
- "2100,0030" => [["CS"], "Execution Status Info"],
2180
- "2100,0040" => [["DA"], "Creation Date"],
2181
- "2100,0050" => [["TM"], "Creation Time"],
2182
- "2100,0070" => [["AE"], "Originator"],
2183
- "2100,0140" => [["AE"], "Destination AE"], # RET
2184
- "2100,0160" => [["SH"], "Owner ID"],
2185
- "2100,0170" => [["IS"], "Number of Films"],
2186
- "2100,0500" => [["SQ"], "Referenced Print Job Sequence (Pull Stored Print)"], # RET
2187
- # Group 2110
2188
- "2110,0010" => [["CS"], "Printer Status"],
2189
- "2110,0020" => [["CS"], "Printer Status Info"],
2190
- "2110,0030" => [["LO"], "Printer Name"],
2191
- "2110,0099" => [["SH"], "Print Queue ID"], # RET
2192
- # Group 2120
2193
- "2120,0010" => [["CS"], "Queue Status"], # RET
2194
- "2120,0050" => [["SQ"], "Print Job Description Sequence"], # RET
2195
- "2120,0070" => [["SQ"], "Referenced Print Job Sequence"], # RET
2196
- # Group 2130
2197
- "2130,0010" => [["SQ"], "Print Management Capabilities Sequence"], # RET
2198
- "2130,0015" => [["SQ"], "Printer Characteristics Sequence"], # RET
2199
- "2130,0030" => [["SQ"], "Film Box Content Sequence"], # RET
2200
- "2130,0040" => [["SQ"], "Image Box Content Sequence"], # RET
2201
- "2130,0050" => [["SQ"], "Annotation Content Sequence"], # RET
2202
- "2130,0060" => [["SQ"], "Image Overlay Box Content Sequence"], # RET
2203
- "2130,0080" => [["SQ"], "Presentation LUT Content Sequence"], # RET
2204
- "2130,00A0" => [["SQ"], "Proposed Study Sequence"], # RET
2205
- "2130,00C0" => [["SQ"], "Original Image Sequence"], # RET
2206
- # Group 2200
2207
- "2200,0001" => [["CS"], "Label Using Information Extracted From Instances"],
2208
- "2200,0002" => [["UT"], "Label Text"],
2209
- "2200,0003" => [["CS"], "Label Style Selection"],
2210
- "2200,0004" => [["LT"], "Media Disposition"],
2211
- "2200,0005" => [["LT"], "Barcode Value"],
2212
- "2200,0006" => [["CS"], "Barcode Symbology"],
2213
- "2200,0007" => [["CS"], "Allow Media Splitting"],
2214
- "2200,0008" => [["CS"], "Include Non-DICOM Objects"],
2215
- "2200,0009" => [["CS"], "Include Display Application"],
2216
- "2200,000A" => [["CS"], "Preserve Composite Instances After Media Creation"],
2217
- "2200,000B" => [["US"], "Total Number of Pieces of Media Created"],
2218
- "2200,000C" => [["LO"], "Requested Media Application Profile"],
2219
- "2200,000D" => [["SQ"], "Referenced Storage Media Sequence"],
2220
- "2200,000E" => [["AT"], "Failure Attributes"],
2221
- "2200,000F" => [["CS"], "Allow Lossy Compression"],
2222
- "2200,0020" => [["CS"], "Request Priority"],
2223
- # Group 3002
2224
- "3002,0002" => [["SH"], "RT Image Label"],
2225
- "3002,0003" => [["LO"], "RT Image Name"],
2226
- "3002,0004" => [["ST"], "RT Image Description"],
2227
- "3002,000A" => [["CS"], "Reported Values Origin"],
2228
- "3002,000C" => [["CS"], "RT Image Plane"],
2229
- "3002,000D" => [["DS"], "X-Ray Image Receptor Translation"],
2230
- "3002,000E" => [["DS"], "X-Ray Image Receptor Angle"],
2231
- "3002,0010" => [["DS"], "RT Image Orientation"],
2232
- "3002,0011" => [["DS"], "Image Plane Pixel Spacing"],
2233
- "3002,0012" => [["DS"], "RT Image Position"],
2234
- "3002,0020" => [["SH"], "Radiation Machine Name"],
2235
- "3002,0022" => [["DS"], "Radiation Machine SAD"],
2236
- "3002,0024" => [["DS"], "Radiation Machine SSD"],
2237
- "3002,0026" => [["DS"], "RT Image SID"],
2238
- "3002,0028" => [["DS"], "Source to Reference Object Distance"],
2239
- "3002,0029" => [["IS"], "Fraction Number"],
2240
- "3002,0030" => [["SQ"], "Exposure Sequence"],
2241
- "3002,0032" => [["DS"], "Meterset Exposure"],
2242
- "3002,0034" => [["DS"], "Diaphragm Position"],
2243
- "3002,0040" => [["SQ"], "Fluence Map Sequence"],
2244
- "3002,0041" => [["CS"], "Fluence Data Source"],
2245
- "3002,0042" => [["DS"], "Fluence Data Scale"],
2246
- "3002,0050" => [["SQ"], "Primary Fluence Mode Sequence"],
2247
- "3002,0051" => [["CS"], "Fluence Mode"],
2248
- "3002,0052" => [["SH"], "Fluence Mode ID"],
2249
- # Group 3004
2250
- "3004,0001" => [["CS"], "DVH Type"],
2251
- "3004,0002" => [["CS"], "Dose Units"],
2252
- "3004,0004" => [["CS"], "Dose Type"],
2253
- "3004,0006" => [["LO"], "Dose Comment"],
2254
- "3004,0008" => [["DS"], "Normalization Point"],
2255
- "3004,000A" => [["CS"], "Dose Summation Type"],
2256
- "3004,000C" => [["DS"], "Grid Frame Offset Vector"],
2257
- "3004,000E" => [["DS"], "Dose Grid Scaling"],
2258
- "3004,0010" => [["SQ"], "RT Dose ROI Sequence"],
2259
- "3004,0012" => [["DS"], "Dose Value"],
2260
- "3004,0014" => [["CS"], "Tissue Heterogeneity Correction"],
2261
- "3004,0040" => [["DS"], "DVH Normalization Point"],
2262
- "3004,0042" => [["DS"], "DVH Normalization Dose Value"],
2263
- "3004,0050" => [["SQ"], "DVH Sequence"],
2264
- "3004,0052" => [["DS"], "DVH Dose Scaling"],
2265
- "3004,0054" => [["CS"], "DVH Volume Units"],
2266
- "3004,0056" => [["IS"], "DVH Number of Bins"],
2267
- "3004,0058" => [["DS"], "DVH Data"],
2268
- "3004,0060" => [["SQ"], "DVH Referenced ROI Sequence"],
2269
- "3004,0062" => [["CS"], "DVH ROI Contribution Type"],
2270
- "3004,0070" => [["DS"], "DVH Minimum Dose"],
2271
- "3004,0072" => [["DS"], "DVH Maximum Dose"],
2272
- "3004,0074" => [["DS"], "DVH Mean Dose"],
2273
- # Group 3006
2274
- "3006,0002" => [["SH"], "Structure Set Label"],
2275
- "3006,0004" => [["LO"], "Structure Set Name"],
2276
- "3006,0006" => [["ST"], "Structure Set Description"],
2277
- "3006,0008" => [["DA"], "Structure Set Date"],
2278
- "3006,0009" => [["TM"], "Structure Set Time"],
2279
- "3006,0010" => [["SQ"], "Referenced Frame of Reference Sequence"],
2280
- "3006,0012" => [["SQ"], "RT Referenced Study Sequence"],
2281
- "3006,0014" => [["SQ"], "RT Referenced Series Sequence"],
2282
- "3006,0016" => [["SQ"], "Contour Image Sequence"],
2283
- "3006,0020" => [["SQ"], "Structure Set ROI Sequence"],
2284
- "3006,0022" => [["IS"], "ROI Number"],
2285
- "3006,0024" => [["UI"], "Referenced Frame of Reference UID"],
2286
- "3006,0026" => [["LO"], "ROI Name"],
2287
- "3006,0028" => [["ST"], "ROI Description"],
2288
- "3006,002A" => [["IS"], "ROI Display Color"],
2289
- "3006,002C" => [["DS"], "ROI Volume"],
2290
- "3006,0030" => [["SQ"], "RT Related ROI Sequence"],
2291
- "3006,0033" => [["CS"], "RT ROI Relationship"],
2292
- "3006,0036" => [["CS"], "ROI Generation Algorithm"],
2293
- "3006,0038" => [["LO"], "ROI Generation Description"],
2294
- "3006,0039" => [["SQ"], "ROI Contour Sequence"],
2295
- "3006,0040" => [["SQ"], "Contour Sequence"],
2296
- "3006,0042" => [["CS"], "Contour Geometric Type"],
2297
- "3006,0044" => [["DS"], "Contour Slab Thickness"],
2298
- "3006,0045" => [["DS"], "Contour Offset Vector"],
2299
- "3006,0046" => [["IS"], "Number of Contour Points"],
2300
- "3006,0048" => [["IS"], "Contour Number"],
2301
- "3006,0049" => [["IS"], "Attached Contours"],
2302
- "3006,0050" => [["DS"], "Contour Data"],
2303
- "3006,0080" => [["SQ"], "RT ROI Observations Sequence"],
2304
- "3006,0082" => [["IS"], "Observation Number"],
2305
- "3006,0084" => [["IS"], "Referenced ROI Number"],
2306
- "3006,0085" => [["SH"], "ROI Observation Label"],
2307
- "3006,0086" => [["SQ"], "RT ROI Identification Code Sequence"],
2308
- "3006,0088" => [["ST"], "ROI Observation Description"],
2309
- "3006,00A0" => [["SQ"], "Related RT ROI Observations Sequence"],
2310
- "3006,00A4" => [["CS"], "RT ROI Interpreted Type"],
2311
- "3006,00A6" => [["PN"], "ROI Interpreter"],
2312
- "3006,00B0" => [["SQ"], "ROI Physical Properties Sequence"],
2313
- "3006,00B2" => [["CS"], "ROI Physical Property"],
2314
- "3006,00B4" => [["DS"], "ROI Physical Property Value"],
2315
- "3006,00C0" => [["SQ"], "Frame of Reference Relationship Sequence"],
2316
- "3006,00C2" => [["UI"], "Related Frame of Reference UID"],
2317
- "3006,00C4" => [["CS"], "Frame of Reference Transformation Type"],
2318
- "3006,00C6" => [["DS"], "Frame of Reference Transformation Matrix"],
2319
- "3006,00C8" => [["LO"], "Frame of Reference Transformation Comment"],
2320
- # Group 3008
2321
- "3008,0010" => [["SQ"], "Measured Dose Reference Sequence"],
2322
- "3008,0012" => [["ST"], "Measured Dose Description"],
2323
- "3008,0014" => [["CS"], "Measured Dose Type"],
2324
- "3008,0016" => [["DS"], "Measured Dose Value"],
2325
- "3008,0020" => [["SQ"], "Treatment Session Beam Sequence"],
2326
- "3008,0021" => [["SQ"], "Treatment Session Ion Beam Sequence"],
2327
- "3008,0022" => [["IS"], "Current Fraction Number"],
2328
- "3008,0024" => [["DA"], "Treatment Control Point Date"],
2329
- "3008,0025" => [["TM"], "Treatment Control Point Time"],
2330
- "3008,002A" => [["CS"], "Treatment Termination Status"],
2331
- "3008,002B" => [["SH"], "Treatment Termination Code"],
2332
- "3008,002C" => [["CS"], "Treatment Verification Status"],
2333
- "3008,0030" => [["SQ"], "Referenced Treatment Record Sequence"],
2334
- "3008,0032" => [["DS"], "Specified Primary Meterset"],
2335
- "3008,0033" => [["DS"], "Specified Secondary Meterset"],
2336
- "3008,0036" => [["DS"], "Delivered Primary Meterset"],
2337
- "3008,0037" => [["DS"], "Delivered Secondary Meterset"],
2338
- "3008,003A" => [["DS"], "Specified Treatment Time"],
2339
- "3008,003B" => [["DS"], "Delivered Treatment Time"],
2340
- "3008,0040" => [["SQ"], "Control Point Delivery Sequence"],
2341
- "3008,0041" => [["SQ"], "Ion Control Point Delivery Sequence"],
2342
- "3008,0042" => [["DS"], "Specified Meterset"],
2343
- "3008,0044" => [["DS"], "Delivered Meterset"],
2344
- "3008,0045" => [["FL"], "Meterset Rate Set"],
2345
- "3008,0046" => [["FL"], "Meterset Rate Delivered"],
2346
- "3008,0047" => [["FL"], "Scan Spot Metersets Delivered"],
2347
- "3008,0048" => [["DS"], "Dose Rate Delivered"],
2348
- "3008,0050" => [["SQ"], "Treatment Summary Calculated Dose Reference Sequence"],
2349
- "3008,0052" => [["DS"], "Cumulative Dose to Dose Reference"],
2350
- "3008,0054" => [["DA"], "First Treatment Date"],
2351
- "3008,0056" => [["DA"], "Most Recent Treatment Date"],
2352
- "3008,005A" => [["IS"], "Number of Fractions Delivered"],
2353
- "3008,0060" => [["SQ"], "Override Sequence"],
2354
- "3008,0061" => [["AT"], "Parameter Sequence Pointer"],
2355
- "3008,0062" => [["AT"], "Override Parameter Pointer"],
2356
- "3008,0063" => [["IS"], "Parameter Item Index"],
2357
- "3008,0064" => [["IS"], "Measured Dose Reference Number"],
2358
- "3008,0065" => [["AT"], "Parameter Pointer"],
2359
- "3008,0066" => [["ST"], "Override Reason"],
2360
- "3008,0068" => [["SQ"], "Corrected Parameter Sequence"],
2361
- "3008,006A" => [["FL"], "Correction Value"],
2362
- "3008,0070" => [["SQ"], "Calculated Dose Reference Sequence"],
2363
- "3008,0072" => [["IS"], "Calculated Dose Reference Number"],
2364
- "3008,0074" => [["ST"], "Calculated Dose Reference Description"],
2365
- "3008,0076" => [["DS"], "Calculated Dose Reference Dose Value"],
2366
- "3008,0078" => [["DS"], "Start Meterset"],
2367
- "3008,007A" => [["DS"], "End Meterset"],
2368
- "3008,0080" => [["SQ"], "Referenced Measured Dose Reference Sequence"],
2369
- "3008,0082" => [["IS"], "Referenced Measured Dose Reference Number"],
2370
- "3008,0090" => [["SQ"], "Referenced Calculated Dose Reference Sequence"],
2371
- "3008,0092" => [["IS"], "Referenced Calculated Dose Reference Number"],
2372
- "3008,00A0" => [["SQ"], "Beam Limiting Device Leaf Pairs Sequence"],
2373
- "3008,00B0" => [["SQ"], "Recorded Wedge Sequence"],
2374
- "3008,00C0" => [["SQ"], "Recorded Compensator Sequence"],
2375
- "3008,00D0" => [["SQ"], "Recorded Block Sequence"],
2376
- "3008,00E0" => [["SQ"], "Treatment Summary Measured Dose Reference Sequence"],
2377
- "3008,00F0" => [["SQ"], "Recorded Snout Sequence"],
2378
- "3008,00F2" => [["SQ"], "Recorded Range Shifter Sequence"],
2379
- "3008,00F4" => [["SQ"], "Recorded Lateral Spreading Device Sequence"],
2380
- "3008,00F6" => [["SQ"], "Recorded Range Modulator Sequence"],
2381
- "3008,0100" => [["SQ"], "Recorded Source Sequence"],
2382
- "3008,0105" => [["LO"], "Source Serial Number"],
2383
- "3008,0110" => [["SQ"], "Treatment Session Application Setup Sequence"],
2384
- "3008,0116" => [["CS"], "Application Setup Check"],
2385
- "3008,0120" => [["SQ"], "Recorded Brachy Accessory Device Sequence"],
2386
- "3008,0122" => [["IS"], "Referenced Brachy Accessory Device Number"],
2387
- "3008,0130" => [["SQ"], "Recorded Channel Sequence"],
2388
- "3008,0132" => [["DS"], "Specified Channel Total Time"],
2389
- "3008,0134" => [["DS"], "Delivered Channel Total Time"],
2390
- "3008,0136" => [["IS"], "Specified Number of Pulses"],
2391
- "3008,0138" => [["IS"], "Delivered Number of Pulses"],
2392
- "3008,013A" => [["DS"], "Specified Pulse Repetition Interval"],
2393
- "3008,013C" => [["DS"], "Delivered Pulse Repetition Interval"],
2394
- "3008,0140" => [["SQ"], "Recorded Source Applicator Sequence"],
2395
- "3008,0142" => [["IS"], "Referenced Source Applicator Number"],
2396
- "3008,0150" => [["SQ"], "Recorded Channel Shield Sequence"],
2397
- "3008,0152" => [["IS"], "Referenced Channel Shield Number"],
2398
- "3008,0160" => [["SQ"], "Brachy Control Point Delivered Sequence"],
2399
- "3008,0162" => [["DA"], "Safe Position Exit Date"],
2400
- "3008,0164" => [["TM"], "Safe Position Exit Time"],
2401
- "3008,0166" => [["DA"], "Safe Position Return Date"],
2402
- "3008,0168" => [["TM"], "Safe Position Return Time"],
2403
- "3008,0200" => [["CS"], "Current Treatment Status"],
2404
- "3008,0202" => [["ST"], "Treatment Status Comment"],
2405
- "3008,0220" => [["SQ"], "Fraction Group Summary Sequence"],
2406
- "3008,0223" => [["IS"], "Referenced Fraction Number"],
2407
- "3008,0224" => [["CS"], "Fraction Group Type"],
2408
- "3008,0230" => [["CS"], "Beam Stopper Position"],
2409
- "3008,0240" => [["SQ"], "Fraction Status Summary Sequence"],
2410
- "3008,0250" => [["DA"], "Treatment Date"],
2411
- "3008,0251" => [["TM"], "Treatment Time"],
2412
- # Group 300A
2413
- "300A,0002" => [["SH"], "RT Plan Label"],
2414
- "300A,0003" => [["LO"], "RT Plan Name"],
2415
- "300A,0004" => [["ST"], "RT Plan Description"],
2416
- "300A,0006" => [["DA"], "RT Plan Date"],
2417
- "300A,0007" => [["TM"], "RT Plan Time"],
2418
- "300A,0009" => [["LO"], "Treatment Protocols"],
2419
- "300A,000A" => [["CS"], "Plan Intent"],
2420
- "300A,000B" => [["LO"], "Treatment Sites"],
2421
- "300A,000C" => [["CS"], "RT Plan Geometry"],
2422
- "300A,000E" => [["ST"], "Prescription Description"],
2423
- "300A,0010" => [["SQ"], "Dose Reference Sequence"],
2424
- "300A,0012" => [["IS"], "Dose Reference Number"],
2425
- "300A,0013" => [["UI"], "Dose Reference UID"],
2426
- "300A,0014" => [["CS"], "Dose Reference Structure Type"],
2427
- "300A,0015" => [["CS"], "Nominal Beam Energy Unit"],
2428
- "300A,0016" => [["LO"], "Dose Reference Description"],
2429
- "300A,0018" => [["DS"], "Dose Reference Point Coordinates"],
2430
- "300A,001A" => [["DS"], "Nominal Prior Dose"],
2431
- "300A,0020" => [["CS"], "Dose Reference Type"],
2432
- "300A,0021" => [["DS"], "Constraint Weight"],
2433
- "300A,0022" => [["DS"], "Delivery Warning Dose"],
2434
- "300A,0023" => [["DS"], "Delivery Maximum Dose"],
2435
- "300A,0025" => [["DS"], "Target Minimum Dose"],
2436
- "300A,0026" => [["DS"], "Target Prescription Dose"],
2437
- "300A,0027" => [["DS"], "Target Maximum Dose"],
2438
- "300A,0028" => [["DS"], "Target Underdose Volume Fraction"],
2439
- "300A,002A" => [["DS"], "Organ at Risk Full-volume Dose"],
2440
- "300A,002B" => [["DS"], "Organ at Risk Limit Dose"],
2441
- "300A,002C" => [["DS"], "Organ at Risk Maximum Dose"],
2442
- "300A,002D" => [["DS"], "Organ at Risk Overdose Volume Fraction"],
2443
- "300A,0040" => [["SQ"], "Tolerance Table Sequence"],
2444
- "300A,0042" => [["IS"], "Tolerance Table Number"],
2445
- "300A,0043" => [["SH"], "Tolerance Table Label"],
2446
- "300A,0044" => [["DS"], "Gantry Angle Tolerance"],
2447
- "300A,0046" => [["DS"], "Beam Limiting Device Angle Tolerance"],
2448
- "300A,0048" => [["SQ"], "Beam Limiting Device Tolerance Sequence"],
2449
- "300A,004A" => [["DS"], "Beam Limiting Device Position Tolerance"],
2450
- "300A,004B" => [["FL"], "Snout Position Tolerance"],
2451
- "300A,004C" => [["DS"], "Patient Support Angle Tolerance"],
2452
- "300A,004E" => [["DS"], "Table Top Eccentric Angle Tolerance"],
2453
- "300A,004F" => [["FL"], "Table Top Pitch Angle Tolerance"],
2454
- "300A,0050" => [["FL"], "Table Top Roll Angle Tolerance"],
2455
- "300A,0051" => [["DS"], "Table Top Vertical Position Tolerance"],
2456
- "300A,0052" => [["DS"], "Table Top Longitudinal Position Tolerance"],
2457
- "300A,0053" => [["DS"], "Table Top Lateral Position Tolerance"],
2458
- "300A,0055" => [["CS"], "RT Plan Relationship"],
2459
- "300A,0070" => [["SQ"], "Fraction Group Sequence"],
2460
- "300A,0071" => [["IS"], "Fraction Group Number"],
2461
- "300A,0072" => [["LO"], "Fraction Group Description"],
2462
- "300A,0078" => [["IS"], "Number of Fractions Planned"],
2463
- "300A,0079" => [["IS"], "Number of Fraction Pattern Digits Per Day"],
2464
- "300A,007A" => [["IS"], "Repeat Fraction Cycle Length"],
2465
- "300A,007B" => [["LT"], "Fraction Pattern"],
2466
- "300A,0080" => [["IS"], "Number of Beams"],
2467
- "300A,0082" => [["DS"], "Beam Dose Specification Point"],
2468
- "300A,0084" => [["DS"], "Beam Dose"],
2469
- "300A,0086" => [["DS"], "Beam Meterset"],
2470
- "300A,0088" => [["FL"], "Beam Dose Point Depth"],
2471
- "300A,0089" => [["FL"], "Beam Dose Point Equivalent Depth"],
2472
- "300A,008A" => [["FL"], "Beam Dose Point SSD"],
2473
- "300A,00A0" => [["IS"], "Number of Brachy Application Setups"],
2474
- "300A,00A2" => [["DS"], "Brachy Application Setup Dose Specification Point"],
2475
- "300A,00A4" => [["DS"], "Brachy Application Setup Dose"],
2476
- "300A,00B0" => [["SQ"], "Beam Sequence"],
2477
- "300A,00B2" => [["SH"], "Treatment Machine Name"],
2478
- "300A,00B3" => [["CS"], "Primary Dosimeter Unit"],
2479
- "300A,00B4" => [["DS"], "Source-Axis Distance"],
2480
- "300A,00B6" => [["SQ"], "Beam Limiting Device Sequence"],
2481
- "300A,00B8" => [["CS"], "RT Beam Limiting Device Type"],
2482
- "300A,00BA" => [["DS"], "Source to Beam Limiting Device Distance"],
2483
- "300A,00BB" => [["FL"], "Isocenter to Beam Limiting Device Distance"],
2484
- "300A,00BC" => [["IS"], "Number of Leaf/Jaw Pairs"],
2485
- "300A,00BE" => [["DS"], "Leaf Position Boundaries"],
2486
- "300A,00C0" => [["IS"], "Beam Number"],
2487
- "300A,00C2" => [["LO"], "Beam Name"],
2488
- "300A,00C3" => [["ST"], "Beam Description"],
2489
- "300A,00C4" => [["CS"], "Beam Type"],
2490
- "300A,00C6" => [["CS"], "Radiation Type"],
2491
- "300A,00C7" => [["CS"], "High-Dose Technique Type"],
2492
- "300A,00C8" => [["IS"], "Reference Image Number"],
2493
- "300A,00CA" => [["SQ"], "Planned Verification Image Sequence"],
2494
- "300A,00CC" => [["LO"], "Imaging Device-Specific Acquisition Parameters"],
2495
- "300A,00CE" => [["CS"], "Treatment Delivery Type"],
2496
- "300A,00D0" => [["IS"], "Number of Wedges"],
2497
- "300A,00D1" => [["SQ"], "Wedge Sequence"],
2498
- "300A,00D2" => [["IS"], "Wedge Number"],
2499
- "300A,00D3" => [["CS"], "Wedge Type"],
2500
- "300A,00D4" => [["SH"], "Wedge ID"],
2501
- "300A,00D5" => [["IS"], "Wedge Angle"],
2502
- "300A,00D6" => [["DS"], "Wedge Factor"],
2503
- "300A,00D7" => [["FL"], "Total Wedge Tray Water-Equivalent Thickness"],
2504
- "300A,00D8" => [["DS"], "Wedge Orientation"],
2505
- "300A,00D9" => [["FL"], "Isocenter to Wedge Tray Distance"],
2506
- "300A,00DA" => [["DS"], "Source to Wedge Tray Distance"],
2507
- "300A,00DB" => [["FL"], "Wedge Thin Edge Position"],
2508
- "300A,00DC" => [["SH"], "Bolus ID"],
2509
- "300A,00DD" => [["ST"], "Bolus Description"],
2510
- "300A,00E0" => [["IS"], "Number of Compensators"],
2511
- "300A,00E1" => [["SH"], "Material ID"],
2512
- "300A,00E2" => [["DS"], "Total Compensator Tray Factor"],
2513
- "300A,00E3" => [["SQ"], "Compensator Sequence"],
2514
- "300A,00E4" => [["IS"], "Compensator Number"],
2515
- "300A,00E5" => [["SH"], "Compensator ID"],
2516
- "300A,00E6" => [["DS"], "Source to Compensator Tray Distance"],
2517
- "300A,00E7" => [["IS"], "Compensator Rows"],
2518
- "300A,00E8" => [["IS"], "Compensator Columns"],
2519
- "300A,00E9" => [["DS"], "Compensator Pixel Spacing"],
2520
- "300A,00EA" => [["DS"], "Compensator Position"],
2521
- "300A,00EB" => [["DS"], "Compensator Transmission Data"],
2522
- "300A,00EC" => [["DS"], "Compensator Thickness Data"],
2523
- "300A,00ED" => [["IS"], "Number of Boli"],
2524
- "300A,00EE" => [["CS"], "Compensator Type"],
2525
- "300A,00F0" => [["IS"], "Number of Blocks"],
2526
- "300A,00F2" => [["DS"], "Total Block Tray Factor"],
2527
- "300A,00F3" => [["FL"], "Total Block Tray Water-Equivalent Thickness"],
2528
- "300A,00F4" => [["SQ"], "Block Sequence"],
2529
- "300A,00F5" => [["SH"], "Block Tray ID"],
2530
- "300A,00F6" => [["DS"], "Source to Block Tray Distance"],
2531
- "300A,00F7" => [["FL"], "Isocenter to Block Tray Distance"],
2532
- "300A,00F8" => [["CS"], "Block Type"],
2533
- "300A,00F9" => [["LO"], "Accessory Code"],
2534
- "300A,00FA" => [["CS"], "Block Divergence"],
2535
- "300A,00FB" => [["CS"], "Block Mounting Position"],
2536
- "300A,00FC" => [["IS"], "Block Number"],
2537
- "300A,00FE" => [["LO"], "Block Name"],
2538
- "300A,0100" => [["DS"], "Block Thickness"],
2539
- "300A,0102" => [["DS"], "Block Transmission"],
2540
- "300A,0104" => [["IS"], "Block Number of Points"],
2541
- "300A,0106" => [["DS"], "Block Data"],
2542
- "300A,0107" => [["SQ"], "Applicator Sequence"],
2543
- "300A,0108" => [["SH"], "Applicator ID"],
2544
- "300A,0109" => [["CS"], "Applicator Type"],
2545
- "300A,010A" => [["LO"], "Applicator Description"],
2546
- "300A,010C" => [["DS"], "Cumulative Dose Reference Coefficient"],
2547
- "300A,010E" => [["DS"], "Final Cumulative Meterset Weight"],
2548
- "300A,0110" => [["IS"], "Number of Control Points"],
2549
- "300A,0111" => [["SQ"], "Control Point Sequence"],
2550
- "300A,0112" => [["IS"], "Control Point Index"],
2551
- "300A,0114" => [["DS"], "Nominal Beam Energy"],
2552
- "300A,0115" => [["DS"], "Dose Rate Set"],
2553
- "300A,0116" => [["SQ"], "Wedge Position Sequence"],
2554
- "300A,0118" => [["CS"], "Wedge Position"],
2555
- "300A,011A" => [["SQ"], "Beam Limiting Device Position Sequence"],
2556
- "300A,011C" => [["DS"], "Leaf/Jaw Positions"],
2557
- "300A,011E" => [["DS"], "Gantry Angle"],
2558
- "300A,011F" => [["CS"], "Gantry Rotation Direction"],
2559
- "300A,0120" => [["DS"], "Beam Limiting Device Angle"],
2560
- "300A,0121" => [["CS"], "Beam Limiting Device Rotation Direction"],
2561
- "300A,0122" => [["DS"], "Patient Support Angle"],
2562
- "300A,0123" => [["CS"], "Patient Support Rotation Direction"],
2563
- "300A,0124" => [["DS"], "Table Top Eccentric Axis Distance"],
2564
- "300A,0125" => [["DS"], "Table Top Eccentric Angle"],
2565
- "300A,0126" => [["CS"], "Table Top Eccentric Rotation Direction"],
2566
- "300A,0128" => [["DS"], "Table Top Vertical Position"],
2567
- "300A,0129" => [["DS"], "Table Top Longitudinal Position"],
2568
- "300A,012A" => [["DS"], "Table Top Lateral Position"],
2569
- "300A,012C" => [["DS"], "Isocenter Position"],
2570
- "300A,012E" => [["DS"], "Surface Entry Point"],
2571
- "300A,0130" => [["DS"], "Source to Surface Distance"],
2572
- "300A,0134" => [["DS"], "Cumulative Meterset Weight"],
2573
- "300A,0140" => [["FL"], "Table Top Pitch Angle"],
2574
- "300A,0142" => [["CS"], "Table Top Pitch Rotation Direction"],
2575
- "300A,0144" => [["FL"], "Table Top Roll Angle"],
2576
- "300A,0146" => [["CS"], "Table Top Roll Rotation Direction"],
2577
- "300A,0148" => [["FL"], "Head Fixation Angle"],
2578
- "300A,014A" => [["FL"], "Gantry Pitch Angle"],
2579
- "300A,014C" => [["CS"], "Gantry Pitch Rotation Direction"],
2580
- "300A,014E" => [["FL"], "Gantry Pitch Angle Tolerance"],
2581
- "300A,0180" => [["SQ"], "Patient Setup Sequence"],
2582
- "300A,0182" => [["IS"], "Patient Setup Number"],
2583
- "300A,0183" => [["LO"], "Patient Setup Label"],
2584
- "300A,0184" => [["LO"], "Patient Additional Position"],
2585
- "300A,0190" => [["SQ"], "Fixation Device Sequence"],
2586
- "300A,0192" => [["CS"], "Fixation Device Type"],
2587
- "300A,0194" => [["SH"], "Fixation Device Label"],
2588
- "300A,0196" => [["ST"], "Fixation Device Description"],
2589
- "300A,0198" => [["SH"], "Fixation Device Position"],
2590
- "300A,0199" => [["FL"], "Fixation Device Pitch Angle"],
2591
- "300A,019A" => [["FL"], "Fixation Device Roll Angle"],
2592
- "300A,01A0" => [["SQ"], "Shielding Device Sequence"],
2593
- "300A,01A2" => [["CS"], "Shielding Device Type"],
2594
- "300A,01A4" => [["SH"], "Shielding Device Label"],
2595
- "300A,01A6" => [["ST"], "Shielding Device Description"],
2596
- "300A,01A8" => [["SH"], "Shielding Device Position"],
2597
- "300A,01B0" => [["CS"], "Setup Technique"],
2598
- "300A,01B2" => [["ST"], "Setup Technique Description"],
2599
- "300A,01B4" => [["SQ"], "Setup Device Sequence"],
2600
- "300A,01B6" => [["CS"], "Setup Device Type"],
2601
- "300A,01B8" => [["SH"], "Setup Device Label"],
2602
- "300A,01BA" => [["ST"], "Setup Device Description"],
2603
- "300A,01BC" => [["DS"], "Setup Device Parameter"],
2604
- "300A,01D0" => [["ST"], "Setup Reference Description"],
2605
- "300A,01D2" => [["DS"], "Table Top Vertical Setup Displacement"],
2606
- "300A,01D4" => [["DS"], "Table Top Longitudinal Setup Displacement"],
2607
- "300A,01D6" => [["DS"], "Table Top Lateral Setup Displacement"],
2608
- "300A,0200" => [["CS"], "Brachy Treatment Technique"],
2609
- "300A,0202" => [["CS"], "Brachy Treatment Type"],
2610
- "300A,0206" => [["SQ"], "Treatment Machine Sequence"],
2611
- "300A,0210" => [["SQ"], "Source Sequence"],
2612
- "300A,0212" => [["IS"], "Source Number"],
2613
- "300A,0214" => [["CS"], "Source Type"],
2614
- "300A,0216" => [["LO"], "Source Manufacturer"],
2615
- "300A,0218" => [["DS"], "Active Source Diameter"],
2616
- "300A,021A" => [["DS"], "Active Source Length"],
2617
- "300A,0222" => [["DS"], "Source Encapsulation Nominal Thickness"],
2618
- "300A,0224" => [["DS"], "Source Encapsulation Nominal Transmission"],
2619
- "300A,0226" => [["LO"], "Source Isotope Name"],
2620
- "300A,0228" => [["DS"], "Source Isotope Half Life"],
2621
- "300A,0229" => [["CS"], "Source Strength Units"],
2622
- "300A,022A" => [["DS"], "Reference Air Kerma Rate"],
2623
- "300A,022B" => [["DS"], "Source Strength"],
2624
- "300A,022C" => [["DA"], "Source Strength Reference Date"],
2625
- "300A,022E" => [["TM"], "Source Strength Reference Time"],
2626
- "300A,0230" => [["SQ"], "Application Setup Sequence"],
2627
- "300A,0232" => [["CS"], "Application Setup Type"],
2628
- "300A,0234" => [["IS"], "Application Setup Number"],
2629
- "300A,0236" => [["LO"], "Application Setup Name"],
2630
- "300A,0238" => [["LO"], "Application Setup Manufacturer"],
2631
- "300A,0240" => [["IS"], "Template Number"],
2632
- "300A,0242" => [["SH"], "Template Type"],
2633
- "300A,0244" => [["LO"], "Template Name"],
2634
- "300A,0250" => [["DS"], "Total Reference Air Kerma"],
2635
- "300A,0260" => [["SQ"], "Brachy Accessory Device Sequence"],
2636
- "300A,0262" => [["IS"], "Brachy Accessory Device Number"],
2637
- "300A,0263" => [["SH"], "Brachy Accessory Device ID"],
2638
- "300A,0264" => [["CS"], "Brachy Accessory Device Type"],
2639
- "300A,0266" => [["LO"], "Brachy Accessory Device Name"],
2640
- "300A,026A" => [["DS"], "Brachy Accessory Device Nominal Thickness"],
2641
- "300A,026C" => [["DS"], "Brachy Accessory Device Nominal Transmission"],
2642
- "300A,0280" => [["SQ"], "Channel Sequence"],
2643
- "300A,0282" => [["IS"], "Channel Number"],
2644
- "300A,0284" => [["DS"], "Channel Length"],
2645
- "300A,0286" => [["DS"], "Channel Total Time"],
2646
- "300A,0288" => [["CS"], "Source Movement Type"],
2647
- "300A,028A" => [["IS"], "Number of Pulses"],
2648
- "300A,028C" => [["DS"], "Pulse Repetition Interval"],
2649
- "300A,0290" => [["IS"], "Source Applicator Number"],
2650
- "300A,0291" => [["SH"], "Source Applicator ID"],
2651
- "300A,0292" => [["CS"], "Source Applicator Type"],
2652
- "300A,0294" => [["LO"], "Source Applicator Name"],
2653
- "300A,0296" => [["DS"], "Source Applicator Length"],
2654
- "300A,0298" => [["LO"], "Source Applicator Manufacturer"],
2655
- "300A,029C" => [["DS"], "Source Applicator Wall Nominal Thickness"],
2656
- "300A,029E" => [["DS"], "Source Applicator Wall Nominal Transmission"],
2657
- "300A,02A0" => [["DS"], "Source Applicator Step Size"],
2658
- "300A,02A2" => [["IS"], "Transfer Tube Number"],
2659
- "300A,02A4" => [["DS"], "Transfer Tube Length"],
2660
- "300A,02B0" => [["SQ"], "Channel Shield Sequence"],
2661
- "300A,02B2" => [["IS"], "Channel Shield Number"],
2662
- "300A,02B3" => [["SH"], "Channel Shield ID"],
2663
- "300A,02B4" => [["LO"], "Channel Shield Name"],
2664
- "300A,02B8" => [["DS"], "Channel Shield Nominal Thickness"],
2665
- "300A,02BA" => [["DS"], "Channel Shield Nominal Transmission"],
2666
- "300A,02C8" => [["DS"], "Final Cumulative Time Weight"],
2667
- "300A,02D0" => [["SQ"], "Brachy Control Point Sequence"],
2668
- "300A,02D2" => [["DS"], "Control Point Relative Position"],
2669
- "300A,02D4" => [["DS"], "Control Point 3D Position"],
2670
- "300A,02D6" => [["DS"], "Cumulative Time Weight"],
2671
- "300A,02E0" => [["CS"], "Compensator Divergence"],
2672
- "300A,02E1" => [["CS"], "Compensator Mounting Position"],
2673
- "300A,02E2" => [["DS"], "Source to Compensator Distance"],
2674
- "300A,02E3" => [["FL"], "Total Compensator Tray Water-Equivalent Thickness"],
2675
- "300A,02E4" => [["FL"], "Isocenter to Compensator Tray Distance"],
2676
- "300A,02E5" => [["FL"], "Compensator Column Offset"],
2677
- "300A,02E6" => [["FL"], "Isocenter to Compensator Distances"],
2678
- "300A,02E7" => [["FL"], "Compensator Relative Stopping Power Ratio"],
2679
- "300A,02E8" => [["FL"], "Compensator Milling Tool Diameter"],
2680
- "300A,02EA" => [["SQ"], "Ion Range Compensator Sequence"],
2681
- "300A,0302" => [["IS"], "Radiation Mass Number"],
2682
- "300A,0304" => [["IS"], "Radiation Atomic Number"],
2683
- "300A,0306" => [["SS"], "Radiation Charge State"],
2684
- "300A,0308" => [["CS"], "Scan Mode"],
2685
- "300A,030A" => [["FL"], "Virtual Source-Axis Distances"],
2686
- "300A,030C" => [["SQ"], "Snout Sequence"],
2687
- "300A,030D" => [["FL"], "Snout Position"],
2688
- "300A,030F" => [["SH"], "Snout ID"],
2689
- "300A,0312" => [["IS"], "Number of Range Shifters"],
2690
- "300A,0314" => [["SQ"], "Range Shifter Sequence"],
2691
- "300A,0316" => [["IS"], "Range Shifter Number"],
2692
- "300A,0318" => [["SH"], "Range Shifter ID"],
2693
- "300A,0320" => [["CS"], "Range Shifter Type"],
2694
- "300A,0322" => [["LO"], "Range Shifter Description"],
2695
- "300A,0330" => [["IS"], "Number of Lateral Spreading Devices"],
2696
- "300A,0332" => [["SQ"], "Lateral Spreading Device Sequence"],
2697
- "300A,0334" => [["IS"], "Lateral Spreading Device Number"],
2698
- "300A,0336" => [["SH"], "Lateral Spreading Device ID"],
2699
- "300A,0338" => [["CS"], "Lateral Spreading Device Type"],
2700
- "300A,033A" => [["LO"], "Lateral Spreading Device Description"],
2701
- "300A,033C" => [["FL"], "Lateral Spreading Device Water Equivalent Thickness"],
2702
- "300A,0340" => [["IS"], "Number of Range Modulators"],
2703
- "300A,0342" => [["SQ"], "Range Modulator Sequence"],
2704
- "300A,0344" => [["IS"], "Range Modulator Number"],
2705
- "300A,0346" => [["SH"], "Range Modulator ID"],
2706
- "300A,0348" => [["CS"], "Range Modulator Type"],
2707
- "300A,034A" => [["LO"], "Range Modulator Description"],
2708
- "300A,034C" => [["SH"], "Beam Current Modulation ID"],
2709
- "300A,0350" => [["CS"], "Patient Support Type"],
2710
- "300A,0352" => [["SH"], "Patient Support ID"],
2711
- "300A,0354" => [["LO"], "Patient Support Accessory Code"],
2712
- "300A,0356" => [["FL"], "Fixation Light Azimuthal Angle"],
2713
- "300A,0358" => [["FL"], "Fixation Light Polar Angle"],
2714
- "300A,035A" => [["FL"], "Meterset Rate"],
2715
- "300A,0360" => [["SQ"], "Range Shifter Settings Sequence"],
2716
- "300A,0362" => [["LO"], "Range Shifter Setting"],
2717
- "300A,0364" => [["FL"], "Isocenter to Range Shifter Distance"],
2718
- "300A,0366" => [["FL"], "Range Shifter Water Equivalent Thickness"],
2719
- "300A,0370" => [["SQ"], "Lateral Spreading Device Settings Sequence"],
2720
- "300A,0372" => [["LO"], "Lateral Spreading Device Setting"],
2721
- "300A,0374" => [["FL"], "Isocenter to Lateral Spreading Device Distance"],
2722
- "300A,0380" => [["SQ"], "Range Modulator Settings Sequence"],
2723
- "300A,0382" => [["FL"], "Range Modulator Gating Start Value"],
2724
- "300A,0384" => [["FL"], "Range Modulator Gating Stop Value"],
2725
- "300A,0386" => [["FL"], "Range Modulator Gating Start Water Equivalent Thickness"],
2726
- "300A,0388" => [["FL"], "Range Modulator Gating Stop Water Equivalent Thickness"],
2727
- "300A,038A" => [["FL"], "Isocenter to Range Modulator Distance"],
2728
- "300A,0390" => [["SH"], "Scan Spot Tune ID"],
2729
- "300A,0392" => [["IS"], "Number of Scan Spot Positions"],
2730
- "300A,0394" => [["FL"], "Scan Spot Position Map"],
2731
- "300A,0396" => [["FL"], "Scan Spot Meterset Weights"],
2732
- "300A,0398" => [["FL"], "Scanning Spot Size"],
2733
- "300A,039A" => [["IS"], "Number of Paintings"],
2734
- "300A,03A0" => [["SQ"], "Ion Tolerance Table Sequence"],
2735
- "300A,03A2" => [["SQ"], "Ion Beam Sequence"],
2736
- "300A,03A4" => [["SQ"], "Ion Beam Limiting Device Sequence"],
2737
- "300A,03A6" => [["SQ"], "Ion Block Sequence"],
2738
- "300A,03A8" => [["SQ"], "Ion Control Point Sequence"],
2739
- "300A,03AA" => [["SQ"], "Ion Wedge Sequence"],
2740
- "300A,03AC" => [["SQ"], "Ion Wedge Position Sequence"],
2741
- "300A,0401" => [["SQ"], "Referenced Setup Image Sequence"],
2742
- "300A,0402" => [["ST"], "Setup Image Comment"],
2743
- "300A,0410" => [["SQ"], "Motion Synchronization Sequence"],
2744
- "300A,0412" => [["FL"], "Control Point Orientation"],
2745
- "300A,0420" => [["SQ"], "General Accessory Sequence"],
2746
- "300A,0421" => [["SH"], "General Accessory ID"],
2747
- "300A,0422" => [["ST"], "General Accessory Description"],
2748
- "300A,0423" => [["CS"], "General Accessory Type"],
2749
- "300A,0424" => [["IS"], "General Accessory Number"],
2750
- # Group 300C
2751
- "300C,0002" => [["SQ"], "Referenced RT Plan Sequence"],
2752
- "300C,0004" => [["SQ"], "Referenced Beam Sequence"],
2753
- "300C,0006" => [["IS"], "Referenced Beam Number"],
2754
- "300C,0007" => [["IS"], "Referenced Reference Image Number"],
2755
- "300C,0008" => [["DS"], "Start Cumulative Meterset Weight"],
2756
- "300C,0009" => [["DS"], "End Cumulative Meterset Weight"],
2757
- "300C,000A" => [["SQ"], "Referenced Brachy Application Setup Sequence"],
2758
- "300C,000C" => [["IS"], "Referenced Brachy Application Setup Number"],
2759
- "300C,000E" => [["IS"], "Referenced Source Number"],
2760
- "300C,0020" => [["SQ"], "Referenced Fraction Group Sequence"],
2761
- "300C,0022" => [["IS"], "Referenced Fraction Group Number"],
2762
- "300C,0040" => [["SQ"], "Referenced Verification Image Sequence"],
2763
- "300C,0042" => [["SQ"], "Referenced Reference Image Sequence"],
2764
- "300C,0050" => [["SQ"], "Referenced Dose Reference Sequence"],
2765
- "300C,0051" => [["IS"], "Referenced Dose Reference Number"],
2766
- "300C,0055" => [["SQ"], "Brachy Referenced Dose Reference Sequence"],
2767
- "300C,0060" => [["SQ"], "Referenced Structure Set Sequence"],
2768
- "300C,006A" => [["IS"], "Referenced Patient Setup Number"],
2769
- "300C,0080" => [["SQ"], "Referenced Dose Sequence"],
2770
- "300C,00A0" => [["IS"], "Referenced Tolerance Table Number"],
2771
- "300C,00B0" => [["SQ"], "Referenced Bolus Sequence"],
2772
- "300C,00C0" => [["IS"], "Referenced Wedge Number"],
2773
- "300C,00D0" => [["IS"], "Referenced Compensator Number"],
2774
- "300C,00E0" => [["IS"], "Referenced Block Number"],
2775
- "300C,00F0" => [["IS"], "Referenced Control Point Index"],
2776
- "300C,00F2" => [["SQ"], "Referenced Control Point Sequence"],
2777
- "300C,00F4" => [["IS"], "Referenced Start Control Point Index"],
2778
- "300C,00F6" => [["IS"], "Referenced Stop Control Point Index"],
2779
- "300C,0100" => [["IS"], "Referenced Range Shifter Number"],
2780
- "300C,0102" => [["IS"], "Referenced Lateral Spreading Device Number"],
2781
- "300C,0104" => [["IS"], "Referenced Range Modulator Number"],
2782
- # Group 300E
2783
- "300E,0002" => [["CS"], "Approval Status"],
2784
- "300E,0004" => [["DA"], "Review Date"],
2785
- "300E,0005" => [["TM"], "Review Time"],
2786
- "300E,0008" => [["PN"], "Reviewer Name"],
2787
- # Group 4000
2788
- "4000,0010" => [["LT"], "Arbitrary"], # RET
2789
- "4000,4000" => [["LT"], "Text Comments"], # RET
2790
- # Group 4008
2791
- "4008,0040" => [["SH"], "Results ID"], # RET
2792
- "4008,0042" => [["LO"], "Results ID Issuer"], # RET
2793
- "4008,0050" => [["SQ"], "Referenced Interpretation Sequence"], # RET
2794
- "4008,0100" => [["DA"], "Interpretation Recorded Date"], # RET
2795
- "4008,0101" => [["TM"], "Interpretation Recorded Time"], # RET
2796
- "4008,0102" => [["PN"], "Interpretation Recorder"], # RET
2797
- "4008,0103" => [["LO"], "Reference to Recorded Sound"], # RET
2798
- "4008,0108" => [["DA"], "Interpretation Transcription Date"], # RET
2799
- "4008,0109" => [["TM"], "Interpretation Transcription Time"], # RET
2800
- "4008,010A" => [["PN"], "Interpretation Transcriber"], # RET
2801
- "4008,010B" => [["ST"], "Interpretation Text"], # RET
2802
- "4008,010C" => [["PN"], "Interpretation Author"], # RET
2803
- "4008,0111" => [["SQ"], "Interpretation Approver Sequence"], # RET
2804
- "4008,0112" => [["DA"], "Interpretation Approval Date"], # RET
2805
- "4008,0113" => [["TM"], "Interpretation Approval Time"], # RET
2806
- "4008,0114" => [["PN"], "Physician Approving Interpretation"], # RET
2807
- "4008,0115" => [["LT"], "Interpretation Diagnosis Description"], # RET
2808
- "4008,0117" => [["SQ"], "Interpretation Diagnosis Code Sequence"], # RET
2809
- "4008,0118" => [["SQ"], "Results Distribution List Sequence"], # RET
2810
- "4008,0119" => [["PN"], "Distribution Name"], # RET
2811
- "4008,011A" => [["LO"], "Distribution Address"], # RET
2812
- "4008,0200" => [["SH"], "Interpretation ID"], # RET
2813
- "4008,0202" => [["LO"], "Interpretation ID Issuer"], # RET
2814
- "4008,0210" => [["CS"], "Interpretation Type ID"], # RET
2815
- "4008,0212" => [["CS"], "Interpretation Status ID"], # RET
2816
- "4008,0300" => [["ST"], "Impressions"], # RET
2817
- "4008,4000" => [["ST"], "Results Comments"], # RET
2818
- # Group 4FFE
2819
- "4FFE,0001" => [["SQ"], "MAC Parameters Sequence"],
2820
- # Group 50xx
2821
- "50xx,0005" => [["US"], "Curve Dimensions"], # RET
2822
- "50xx,0010" => [["US"], "Number of Points"], # RET
2823
- "50xx,0020" => [["CS"], "Type of Data"], # RET
2824
- "50xx,0022" => [["LO"], "Curve Description"], # RET
2825
- "50xx,0030" => [["SH"], "Axis Units"], # RET
2826
- "50xx,0040" => [["SH"], "Axis Labels"], # RET
2827
- "50xx,0103" => [["US"], "Data Value Representation"], # RET
2828
- "50xx,0104" => [["US"], "Minimum Coordinate Value"], # RET
2829
- "50xx,0105" => [["US"], "Maximum Coordinate Value"], # RET
2830
- "50xx,0106" => [["SH"], "Curve Range"], # RET
2831
- "50xx,0110" => [["US"], "Curve Data Descriptor"], # RET
2832
- "50xx,0112" => [["US"], "Coordinate Start Value"], # RET
2833
- "50xx,0114" => [["US"], "Coordinate Step Value"], # RET
2834
- "50xx,1001" => [["CS"], "Curve Activation Layer"], # RET
2835
- "50xx,2000" => [["US"], "Audio Type"], # RET
2836
- "50xx,2002" => [["US"], "Audio Sample Format"], # RET
2837
- "50xx,2004" => [["US"], "Number of Channels"], # RET
2838
- "50xx,2006" => [["UL"], "Number of Samples"], # RET
2839
- "50xx,2008" => [["UL"], "Sample Rate"], # RET
2840
- "50xx,200A" => [["UL"], "Total Time"], # RET
2841
- "50xx,200C" => [["OW","OB"], "Audio Sample Data"], # RET
2842
- "50xx,200E" => [["LT"], "Audio Comments"], # RET
2843
- "50xx,2500" => [["LO"], "Curve Label"], # RET
2844
- "50xx,2600" => [["SQ"], "Curve Referenced Overlay Sequence"], # RET
2845
- "50xx,2610" => [["US"], "Curve Referenced Overlay Group"], # RET
2846
- "50xx,3000" => [["OW","OB"], "Curve Data"], # RET
2847
- # Group 5200
2848
- "5200,9229" => [["SQ"], "Shared Functional Groups Sequence"],
2849
- "5200,9230" => [["SQ"], "Per-frame Functional Groups Sequence"],
2850
- # Group 5400
2851
- "5400,0100" => [["SQ"], "Waveform Sequence"],
2852
- "5400,0110" => [["OB","OW"], "Channel Minimum Value"],
2853
- "5400,0112" => [["OB","OW"], "Channel Maximum Value"],
2854
- "5400,1004" => [["US"], "Waveform Bits Allocated"],
2855
- "5400,1006" => [["CS"], "Waveform Sample Interpretation"],
2856
- "5400,100A" => [["OB","OW"], "Waveform Padding Value"],
2857
- "5400,1010" => [["OB","OW"], "Waveform Data"],
2858
- # Group 5600
2859
- "5600,0010" => [["OF"], "First Order Phase Correction Angle"],
2860
- "5600,0020" => [["OF"], "Spectroscopy Data"],
2861
- # Group 60xx
2862
- "60xx,0010" => [["US"], "Overlay Rows"],
2863
- "60xx,0011" => [["US"], "Overlay Columns"],
2864
- "60xx,0012" => [["US"], "Overlay Planes"],
2865
- "60xx,0015" => [["IS"], "Number of Frames in Overlay"],
2866
- "60xx,0022" => [["LO"], "Overlay Description"],
2867
- "60xx,0040" => [["CS"], "Overlay Type"],
2868
- "60xx,0045" => [["LO"], "Overlay Subtype"],
2869
- "60xx,0050" => [["SS"], "Overlay Origin"],
2870
- "60xx,0051" => [["US"], "Image Frame Origin"],
2871
- "60xx,0052" => [["US"], "Overlay Plane Origin"],
2872
- "60xx,0060" => [["CS"], "Overlay Compression Code"], # RET
2873
- "60xx,0100" => [["US"], "Overlay Bits Allocated"],
2874
- "60xx,0102" => [["US"], "Overlay Bit Position"],
2875
- "60xx,0110" => [["CS"], "Overlay Format"], # RET
2876
- "60xx,0200" => [["US"], "Overlay Location"], # RET
2877
- "60xx,1001" => [["CS"], "Overlay Activation Layer"],
2878
- "60xx,1100" => [["US"], "Overlay Descriptor - Gray"], # RET
2879
- "60xx,1101" => [["US"], "Overlay Descriptor - Red"], # RET
2880
- "60xx,1102" => [["US"], "Overlay Descriptor - Green"], # RET
2881
- "60xx,1103" => [["US"], "Overlay Descriptor - Blue"], # RET
2882
- "60xx,1200" => [["US"], "Overlays - Gray"], # RET
2883
- "60xx,1201" => [["US"], "Overlays - Red"], # RET
2884
- "60xx,1202" => [["US"], "Overlays - Green"], # RET
2885
- "60xx,1203" => [["US"], "Overlays - Blue"], # RET
2886
- "60xx,1301" => [["IS"], "ROI Area"],
2887
- "60xx,1302" => [["DS"], "ROI Mean"],
2888
- "60xx,1303" => [["DS"], "ROI Standard Deviation"],
2889
- "60xx,1500" => [["LO"], "Overlay Label"],
2890
- "60xx,3000" => [["OB","OW"], "Overlay Data"],
2891
- "60xx,4000" => [["LT"], "Overlay Comments"], # RET
2892
- # Pixel data and structural data elements:
2893
- "7FE0,0010" => [["OW","OB"], "Pixel Data"],
2894
- "7FE0,0020" => [["OW"], "Coefficients SDVN"], # RET
2895
- "7FE0,0030" => [["OW"], "Coefficients SDHN"], # RET
2896
- "7FE0,0040" => [["OW"], "Coefficients SDDN"], # RET
2897
- "7Fxx,0010" => [["OW","OB"], "Variable Pixel Data"], # RET
2898
- "7Fxx,0011" => [["US"], "Variable Next Data Group"], # RET
2899
- "7Fxx,0020" => [["OW"], "Variable Coefficients SDVN"], # RET
2900
- "7Fxx,0030" => [["OW"], "Variable Coefficients SDHN"], # RET
2901
- "7Fxx,0040" => [["OW"], "Variable Coefficients SDDN"], # RET
2902
- "FFFA,FFFA" => [["SQ"], "Digital Signatures Sequence"],
2903
- "FFFC,FFFC" => [["OB"], "Data Set Trailing Padding"],
2904
- "FFFE,E000" => [[ITEM_VR], "Item"], # VR does not exist for this element
2905
- "FFFE,E00D" => [[ITEM_VR], "Item Delimitation Item"], # VR does not exist for this element
2906
- "FFFE,E0DD" => [[ITEM_VR], "Sequence Delimitation Item"] # VR does not exist for this element
2907
- }
2908
- end
2909
-
2910
- # Returns the information from the DICOM standard's Photometric Interpretation table, in a hash.
2911
- # The hash has the tag value as key, and a description as value.
2912
- #
2913
- # The data element for Photometric Interpretation has the following tag: 0028,0004
2914
- #
2915
- #--
2916
- # NOTE: This method is not in use yet.
2917
- #
2918
- def self.load_image_types
2919
- return {
2920
- "MONOCHROME1" => "grey level image description (high values=dark, low values=bright)",
2921
- "MONOCHROME2" => "grey level image description (high values=bright, low values=dark)",
2922
- "PALETTE COLOR" => "pseudo color image description",
2923
- "RGB" => "true color image description",
2924
- "YBR_FULL" => "true color image description",
2925
- "YBR_FULL_422" => "true color image description"
2926
- }
2927
- end
2928
-
2929
- # Returns the information from the DICOM standard's Unique Identifiers table, in a hash.
2930
- # The hash has UID as key, and an array as value, where the array contains description and type.
2931
- #
2932
- # Table A.1 UID Values (DICOM Part 6, Annex A: Registry of DICOM unique identifiers).
2933
- #
2934
- def self.load_uid
2935
- return {
2936
- "1.2.840.10008.1.1" => ["Verification SOP Class", "SOP Class"],
2937
- # Start of: Transfer syntax (Data element tag: 0002,0010)
2938
- "1.2.840.10008.1.2" => ["Implicit VR Little Endian: Default Transfer Syntax for DICOM", "Transfer Syntax"],
2939
- "1.2.840.10008.1.2.1" => ["Explicit VR Little Endian", "Transfer Syntax"],
2940
- "1.2.840.10008.1.2.1.99" => ["Deflated Explicit VR Little Endian", "Transfer Syntax"],
2941
- "1.2.840.10008.1.2.2" => ["Explicit VR Big Endian", "Transfer Syntax"],
2942
- "1.2.840.10008.1.2.4.50" => ["JPEG Baseline (Process 1): Default Transfer Syntax for Lossy JPEG 8 Bit Image Compression", "Transfer Syntax"],
2943
- "1.2.840.10008.1.2.4.51" => ["JPEG Extended (Process 2 & 4): Default Transfer Syntax for Lossy JPEG 12 Bit Image Compression (Process 4 only)", "Transfer Syntax"],
2944
- "1.2.840.10008.1.2.4.52" => ["JPEG Extended (Process 3 & 5)", "Transfer Syntax"], # RET
2945
- "1.2.840.10008.1.2.4.53" => ["JPEG Spectral Selection, Non-Hierarchical (Process 6 & 8)", "Transfer Syntax"], # RET
2946
- "1.2.840.10008.1.2.4.54" => ["JPEG Spectral Selection, Non-Hierarchical (Process 7 & 9)", "Transfer Syntax"], # RET
2947
- "1.2.840.10008.1.2.4.55" => ["JPEG Full Progression, Non-Hierarchical (Process 10 & 12)", "Transfer Syntax"], # RET
2948
- "1.2.840.10008.1.2.4.56" => ["JPEG Full Progression, Non-Hierarchical (Process 11 & 13)", "Transfer Syntax"], # RET
2949
- "1.2.840.10008.1.2.4.57" => ["JPEG Lossless, Non-Hierarchical (Process 14)", "Transfer Syntax"],
2950
- "1.2.840.10008.1.2.4.58" => ["JPEG Lossless, Non-Hierarchical (Process 15)", "Transfer Syntax"], # RET
2951
- "1.2.840.10008.1.2.4.59" => ["JPEG Extended, Hierarchical (Process 16 & 18)", "Transfer Syntax"], # RET
2952
- "1.2.840.10008.1.2.4.60" => ["JPEG Extended, Hierarchical (Process 17 & 19)", "Transfer Syntax"], # RET
2953
- "1.2.840.10008.1.2.4.61" => ["JPEG Spectral Selection, Hierarchical (Process 20 & 22)", "Transfer Syntax"], # RET
2954
- "1.2.840.10008.1.2.4.62" => ["JPEG Spectral Selection, Hierarchical (Process 21 & 23)", "Transfer Syntax"], # RET
2955
- "1.2.840.10008.1.2.4.63" => ["JPEG Full Progression, Hierarchical (Process 24 & 26)", "Transfer Syntax"], # RET
2956
- "1.2.840.10008.1.2.4.64" => ["JPEG Full Progression, Hierarchical (Process 25 & 27)", "Transfer Syntax"], # RET
2957
- "1.2.840.10008.1.2.4.65" => ["JPEG Lossless, Hierarchical (Process 28)", "Transfer Syntax"], # RET
2958
- "1.2.840.10008.1.2.4.66" => ["JPEG Lossless, Hierarchical (Process 29)", "Transfer Syntax"], # RET
2959
- "1.2.840.10008.1.2.4.70" => ["JPEG Lossless, Non-Hierarchical, First-Order Prediction (Process 14 [Selection Value 1]): Default Transfer Syntax for Lossless JPEG Image Compression", "Transfer Syntax"],
2960
- "1.2.840.10008.1.2.4.80" => ["JPEG-LS Lossless Image Compression", "Transfer Syntax"],
2961
- "1.2.840.10008.1.2.4.81" => ["JPEG-LS Lossy (Near-Lossless) Image Compression", "Transfer Syntax"],
2962
- "1.2.840.10008.1.2.4.90" => ["JPEG 2000 Image Compression (Lossless Only)", "Transfer Syntax"],
2963
- "1.2.840.10008.1.2.4.91" => ["JPEG 2000 Image Compression", "Transfer Syntax"],
2964
- "1.2.840.10008.1.2.4.92" => ["JPEG 2000 Part 2 Multi-component Image Compression (Lossless Only)", "Transfer Syntax"],
2965
- "1.2.840.10008.1.2.4.93" => ["JPEG 2000 Part 2 Multi-component Image Compression", "Transfer Syntax"],
2966
- "1.2.840.10008.1.2.4.94" => ["JPIP Referenced", "Transfer Syntax"],
2967
- "1.2.840.10008.1.2.4.95" => ["JPIP Referenced Deflate", "Transfer Syntax"],
2968
- "1.2.840.10008.1.2.4.100" => ["MPEG2 Main Profile @ Main Level", "Transfer Syntax"],
2969
- "1.2.840.10008.1.2.4.101" => ["MPEG2 Main Profile @ High Level", "Transfer Syntax"],
2970
- "1.2.840.10008.1.2.5" => ["RLE Lossless", "Transfer Syntax"],
2971
- "1.2.840.10008.1.2.6.1" => ["RFC 2557 MIME encapsulation", "Transfer Syntax"],
2972
- "1.2.840.10008.1.2.6.2" => ["XML Encoding", "Transfer Syntax"],
2973
- # End of: Transfer syntax
2974
- "1.2.840.10008.1.3.10" => ["Media Storage Directory Storage", "SOP Class"],
2975
- "1.2.840.10008.1.4.1.1" => ["Talairach Brain Atlas Frame of Reference", "Well-known frame of reference"],
2976
- "1.2.840.10008.1.4.1.2" => ["SPM2 T1 Frame of Reference", "Well-known frame of reference"],
2977
- "1.2.840.10008.1.4.1.3" => ["SPM2 T2 Frame of Reference", "Well-known frame of reference"],
2978
- "1.2.840.10008.1.4.1.4" => ["SPM2 PD Frame of Reference", "Well-known frame of reference"],
2979
- "1.2.840.10008.1.4.1.5" => ["SPM2 EPI Frame of Reference", "Well-known frame of reference"],
2980
- "1.2.840.10008.1.4.1.6" => ["SPM2 FIL T1 Frame of Reference", "Well-known frame of reference"],
2981
- "1.2.840.10008.1.4.1.7" => ["SPM2 PET Frame of Reference", "Well-known frame of reference"],
2982
- "1.2.840.10008.1.4.1.8" => ["SPM2 TRANSM Frame of Reference", "Well-known frame of reference"],
2983
- "1.2.840.10008.1.4.1.9" => ["SPM2 SPECT Frame of Reference", "Well-known frame of reference"],
2984
- "1.2.840.10008.1.4.1.10" => ["SPM2 GRAY Frame of Reference", "Well-known frame of reference"],
2985
- "1.2.840.10008.1.4.1.11" => ["SPM2 WHITE Frame of Reference", "Well-known frame of reference"],
2986
- "1.2.840.10008.1.4.1.12" => ["SPM2 CSF Frame of Reference", "Well-known frame of reference"],
2987
- "1.2.840.10008.1.4.1.13" => ["SPM2 BRAINMASK Frame of Reference", "Well-known frame of reference"],
2988
- "1.2.840.10008.1.4.1.14" => ["SPM2 AVG305T1 Frame of Reference", "Well-known frame of reference"],
2989
- "1.2.840.10008.1.4.1.15" => ["SPM2 AVG152T1 Frame of Reference", "Well-known frame of reference"],
2990
- "1.2.840.10008.1.4.1.16" => ["SPM2 AVG152T2 Frame of Reference", "Well-known frame of reference"],
2991
- "1.2.840.10008.1.4.1.17" => ["SPM2 AVG152PD Frame of Reference", "Well-known frame of reference"],
2992
- "1.2.840.10008.1.4.1.18" => ["SPM2 SINGLESUBJT1 Frame of Reference", "Well-known frame of reference"],
2993
- "1.2.840.10008.1.4.2.1" => ["ICBM 452 T1 Frame of Reference", "Well-known frame of reference"],
2994
- "1.2.840.10008.1.4.2.2" => ["ICBM Single Subject MRI Frame of Reference", "Well-known frame of reference"],
2995
- "1.2.840.10008.1.5.1" => ["Hot Iron Color Palette SOP", "Well-known SOP Instance"],
2996
- "1.2.840.10008.1.5.2" => ["PET Color Palette SOP Instance", "Well-known SOP PS Instance"],
2997
- "1.2.840.10008.1.5.3" => ["Hot Metal Blue Color Palette SOP", "Well-known SOP PS Instance"],
2998
- "1.2.840.10008.1.5.4" => ["PET 20 Step Color Palette SOP", "Well-known SOP PS Instance"],
2999
- "1.2.840.10008.1.9" => ["Basic Study Content Notification SOP Class", "SOP Class"], # RET
3000
- "1.2.840.10008.1.20.1" => ["Storage Commitment Push Model SOP Class", "SOP Class"],
3001
- "1.2.840.10008.1.20.1.1" => ["Storage Commitment Push Model SOP Instance", "Well-known SOP Instance"],
3002
- "1.2.840.10008.1.20.2" => ["Storage Commitment Pull Model SOP Class", "SOP Class"], # RET
3003
- "1.2.840.10008.1.20.2.1" => ["Storage Commitment Pull Model SOP Instance", "Well-known SOP Instance"], # RET
3004
- "1.2.840.10008.1.40" => ["Procedural Event Logging SOP Class", "SOP Class"],
3005
- "1.2.840.10008.1.40.1" => ["Procedural Event Logging SOP Instance", "Well-known SOP Instance"],
3006
- "1.2.840.10008.1.42" => ["Substance Administration Logging SOP Class", "SOP Class"],
3007
- "1.2.840.10008.1.42.1" => ["Substance Administration Logging SOP Instance", "Well-known SOP Instance"],
3008
- "1.2.840.10008.2.6.1" => ["DICOM UID Registry", "DICOM UIDs as a Coding Scheme"],
3009
- "1.2.840.10008.2.16.4" => ["DICOM Controlled Terminology", "Coding Scheme"],
3010
- "1.2.840.10008.3.1.1.1" => ["DICOM Application Context Name", "Application Context Name"],
3011
- "1.2.840.10008.3.1.2.1.1" => ["Detached Patient Management SOP Class", "SOP Class"], # RET
3012
- "1.2.840.10008.3.1.2.1.4" => ["Detached Patient Management Meta SOP Class", "Meta SOP Class"], # RET
3013
- "1.2.840.10008.3.1.2.2.1" => ["Detached Visit Management SOP Class", "SOP Class"], # RET
3014
- "1.2.840.10008.3.1.2.3.1" => ["Detached Study Management SOP Class", "SOP Class"], # RET
3015
- "1.2.840.10008.3.1.2.3.2" => ["Study Component Management SOP Class", "SOP Class"], # RET
3016
- "1.2.840.10008.3.1.2.3.3" => ["Modality Performed Procedure Step SOP Class", "SOP Class"],
3017
- "1.2.840.10008.3.1.2.3.4" => ["Modality Performed Procedure Step Retrieve SOP Class", "SOP Class"],
3018
- "1.2.840.10008.3.1.2.3.5" => ["Modality Performed Procedure Step Notification SOP Class", "SOP Class"],
3019
- "1.2.840.10008.3.1.2.5.1" => ["Detached Results Management SOP Class", "SOP Class"], # RET
3020
- "1.2.840.10008.3.1.2.5.4" => ["Detached Results Management Meta SOP Class", "Meta SOP Class"], # RET
3021
- "1.2.840.10008.3.1.2.5.5" => ["Detached Study Management Meta SOP Class", "Meta SOP Class"], # RET
3022
- "1.2.840.10008.3.1.2.6.1" => ["Detached Interpretation Management SOP Class", "SOP Class"], # RET
3023
- "1.2.840.10008.4.2" => ["Storage Service Class", "Service Class"],
3024
- "1.2.840.10008.5.1.1.1" => ["Basic Film Session SOP Class", "SOP Class"],
3025
- "1.2.840.10008.5.1.1.2" => ["Basic Film Box SOP Class", "SOP Class"],
3026
- "1.2.840.10008.5.1.1.4" => ["Basic Grayscale Image Box SOP Class", "SOP Class"],
3027
- "1.2.840.10008.5.1.1.4.1" => ["Basic Color Image Box SOP Class", "SOP Class"],
3028
- "1.2.840.10008.5.1.1.4.2" => ["Referenced Image Box SOP Class", "SOP Class"], # RET
3029
- "1.2.840.10008.5.1.1.9" => ["Basic Grayscale Print Management Meta SOP Class", "Meta SOP Class"],
3030
- "1.2.840.10008.5.1.1.9.1" => ["Referenced Grayscale Print Management Meta SOP Class", "Meta SOP Class"], # RET
3031
- "1.2.840.10008.5.1.1.14" => ["Print Job SOP Class", "SOP Class"],
3032
- "1.2.840.10008.5.1.1.15" => ["Basic Annotation Box SOP Class", "SOP Class"],
3033
- "1.2.840.10008.5.1.1.16" => ["Printer SOP Class", "SOP Class"],
3034
- "1.2.840.10008.5.1.1.16.376" => ["Printer Configuration Retrieval SOP Class", "SOP Class"],
3035
- "1.2.840.10008.5.1.1.17" => ["Printer SOP Instance", "Well-known Printer SOP Instance"],
3036
- "1.2.840.10008.5.1.1.17.376" => ["Printer Configuration Retrieval SOP Instance", "Well-known Printer SOP Instance"],
3037
- "1.2.840.10008.5.1.1.18" => ["Basic Color Print Management Meta SOP Class", "Meta SOP Class"],
3038
- "1.2.840.10008.5.1.1.18.1" => ["Referenced Color Print Management Meta SOP Class", "Meta SOP Class"], # RET
3039
- "1.2.840.10008.5.1.1.22" => ["VOI LUT Box SOP Class", "SOP Class"],
3040
- "1.2.840.10008.5.1.1.23" => ["Presentation LUT SOP Class", "SOP Class"],
3041
- "1.2.840.10008.5.1.1.24" => ["Image Overlay Box SOP Class", "SOP Class"], # RET
3042
- "1.2.840.10008.5.1.1.24.1" => ["Basic Print Image Overlay Box SOP Class", "SOP Class"], # RET
3043
- "1.2.840.10008.5.1.1.25" => ["Print Queue SOP Instance", "Well-known Print Queue SOP Instance"], # RET
3044
- "1.2.840.10008.5.1.1.26" => ["Print Queue Management SOP Class", "SOP Class"], # RET
3045
- "1.2.840.10008.5.1.1.27" => ["Stored Print Storage SOP Class", "SOP Class"], # RET
3046
- "1.2.840.10008.5.1.1.29" => ["Hardcopy Grayscale Image Storage SOP Class", "SOP Class"], # RET
3047
- "1.2.840.10008.5.1.1.30" => ["Hardcopy Color Image Storage SOP Class", "SOP Class"], # RET
3048
- "1.2.840.10008.5.1.1.31" => ["Pull Print Request SOP Class", "SOP Class"], # RET
3049
- "1.2.840.10008.5.1.1.32" => ["Pull Stored Print Management Meta SOP Class", "Meta SOP Class"], # RET
3050
- "1.2.840.10008.5.1.1.33" => ["Media Creation Management SOP Class UID", "SOP Class"],
3051
- "1.2.840.10008.5.1.4.1.1.1" => ["Computed Radiography Image Storage", "SOP Class"],
3052
- "1.2.840.10008.5.1.4.1.1.1.1" => ["Digital X-Ray Image Storage - For Presentation", "SOP Class"],
3053
- "1.2.840.10008.5.1.4.1.1.1.1.1" => ["Digital X-Ray Image Storage - For Processing", "SOP Class"],
3054
- "1.2.840.10008.5.1.4.1.1.1.2" => ["Digital Mammography X-Ray Image Storage - For Presentation", "SOP Class"],
3055
- "1.2.840.10008.5.1.4.1.1.1.2.1" => ["Digital Mammography X-Ray Image Storage - For Processing", "SOP Class"],
3056
- "1.2.840.10008.5.1.4.1.1.1.3" => ["Digital Intra-oral X-Ray Image Storage - For Presentation", "SOP Class"],
3057
- "1.2.840.10008.5.1.4.1.1.1.3.1" => ["Digital Intra-oral X-Ray Image Storage - For Processing", "SOP Class"],
3058
- "1.2.840.10008.5.1.4.1.1.2" => ["CT Image Storage", "SOP Class"],
3059
- "1.2.840.10008.5.1.4.1.1.2.1" => ["Enhanced CT Image Storage", "SOP Class"],
3060
- "1.2.840.10008.5.1.4.1.1.3" => ["Ultrasound Multi-frame Image Storage", "SOP Class"], # RET
3061
- "1.2.840.10008.5.1.4.1.1.3.1" => ["Ultrasound Multi-frame Image Storage", "SOP Class"],
3062
- "1.2.840.10008.5.1.4.1.1.4" => ["MR Image Storage", "SOP Class"],
3063
- "1.2.840.10008.5.1.4.1.1.4.1" => ["Enhanced MR Image Storage", "SOP Class"],
3064
- "1.2.840.10008.5.1.4.1.1.4.2" => ["MR Spectroscopy Storage", "SOP Class"],
3065
- "1.2.840.10008.5.1.4.1.1.4.3" => ["Enhanced MR Color Image Storage", "SOP Class"],
3066
- "1.2.840.10008.5.1.4.1.1.5" => ["Nuclear Medicine Image Storage", "SOP Class"], # RET
3067
- "1.2.840.10008.5.1.4.1.1.6" => ["Ultrasound Image Storage", "SOP Class"], # RET
3068
- "1.2.840.10008.5.1.4.1.1.6.1" => ["Ultrasound Image Storage", "SOP Class"],
3069
- "1.2.840.10008.5.1.4.1.1.6.2" => ["Enhanced US Volume Storage", "SOP Class"],
3070
- "1.2.840.10008.5.1.4.1.1.7" => ["Secondary Capture Image Storage", "SOP Class"],
3071
- "1.2.840.10008.5.1.4.1.1.7.1" => ["Multi-frame Single Bit Secondary Capture Image Storage", "SOP Class"],
3072
- "1.2.840.10008.5.1.4.1.1.7.2" => ["Multi-frame Grayscale Byte Secondary Capture Image Storage", "SOP Class"],
3073
- "1.2.840.10008.5.1.4.1.1.7.3" => ["Multi-frame Grayscale Word Secondary Capture Image Storage", "SOP Class"],
3074
- "1.2.840.10008.5.1.4.1.1.7.4" => ["Multi-frame True Color Secondary Capture Image Storage", "SOP Class"],
3075
- "1.2.840.10008.5.1.4.1.1.8" => ["Standalone Overlay Storage", "SOP Class"], # RET
3076
- "1.2.840.10008.5.1.4.1.1.9" => ["Standalone Curve Storage", "SOP Class"], # RET
3077
- "1.2.840.10008.5.1.4.1.1.9.1" => ["Waveform Storage - Trial", "SOP Class"], # RET
3078
- "1.2.840.10008.5.1.4.1.1.9.1.1" => ["12-lead ECG Waveform Storage", "SOP Class"],
3079
- "1.2.840.10008.5.1.4.1.1.9.1.2" => ["General ECG Waveform Storage", "SOP Class"],
3080
- "1.2.840.10008.5.1.4.1.1.9.1.3" => ["Ambulatory ECG Waveform Storage", "SOP Class"],
3081
- "1.2.840.10008.5.1.4.1.1.9.2.1" => ["Hemodynamic Waveform Storage", "SOP Class"],
3082
- "1.2.840.10008.5.1.4.1.1.9.3.1" => ["Cardiac Electrophysiology Waveform Storage", "SOP Class"],
3083
- "1.2.840.10008.5.1.4.1.1.9.4.1" => ["Basic Voice Audio Waveform Storage", "SOP Class"],
3084
- "1.2.840.10008.5.1.4.1.1.9.4.2" => ["General Audio Waveform Storage", "SOP Class"],
3085
- "1.2.840.10008.5.1.4.1.1.9.5.1" => ["Arterial Pulse Waveform Storage", "SOP Class"],
3086
- "1.2.840.10008.5.1.4.1.1.9.6.1" => ["Respiratory Waveform Storage", "SOP Class"],
3087
- "1.2.840.10008.5.1.4.1.1.10" => ["Standalone Modality LUT Storage", "SOP Class"], # RET
3088
- "1.2.840.10008.5.1.4.1.1.11" => ["Standalone VOI LUT Storage", "SOP Class"], # RET
3089
- "1.2.840.10008.5.1.4.1.1.11.1" => ["Grayscale Softcopy Presentation State Storage SOP Class", "SOP Class"],
3090
- "1.2.840.10008.5.1.4.1.1.11.2" => ["Color Softcopy Presentation State Storage SOP Class", "SOP Class"],
3091
- "1.2.840.10008.5.1.4.1.1.11.3" => ["Pseudo-Color Softcopy Presentation State Storage SOP Class", "SOP Class"],
3092
- "1.2.840.10008.5.1.4.1.1.11.4" => ["Blending Softcopy Presentation State Storage SOP Class", "SOP Class"],
3093
- "1.2.840.10008.5.1.4.1.1.11.5" => ["XA/XRF Grayscale Softcopy Presentation State Storage", "SOP Class"],
3094
- "1.2.840.10008.5.1.4.1.1.12.1" => ["X-Ray Angiographic Image Storage", "SOP Class"],
3095
- "1.2.840.10008.5.1.4.1.1.12.1.1" => ["Enhanced XA Image Storage", "SOP Class"],
3096
- "1.2.840.10008.5.1.4.1.1.12.2" => ["X-Ray Radiofluoroscopic Image Storage", "SOP Class"],
3097
- "1.2.840.10008.5.1.4.1.1.12.2.1" => ["Enhanced XRF Image Storage", "SOP Class"],
3098
- "1.2.840.10008.5.1.4.1.1.13.1.1" => ["X-Ray 3D Angiographic Image Storage", "SOP Class"],
3099
- "1.2.840.10008.5.1.4.1.1.13.1.2" => ["X-Ray 3D Craniofacial Image Storage", "SOP Class"],
3100
- "1.2.840.10008.5.1.4.1.1.13.1.3" => ["Breast Tomosynthesis Image Storage", "SOP Class"],
3101
- "1.2.840.10008.5.1.4.1.1.12.3" => ["X-Ray Angiographic Bi-Plane Image Storage", "SOP Class"], # RET
3102
- "1.2.840.10008.5.1.4.1.1.20" => ["Nuclear Medicine Image Storage", "SOP Class"],
3103
- "1.2.840.10008.5.1.4.1.1.66" => ["Raw Data Storage", "SOP Class"],
3104
- "1.2.840.10008.5.1.4.1.1.66.1" => ["Spatial Registration Storage", "SOP Class"],
3105
- "1.2.840.10008.5.1.4.1.1.66.2" => ["Spatial Fiducials Storage", "SOP Class"],
3106
- "1.2.840.10008.5.1.4.1.1.66.3" => ["Deformable Spatial Registration Storage", "SOP Class"],
3107
- "1.2.840.10008.5.1.4.1.1.66.4" => ["Segmentation Storage", "SOP Class"],
3108
- "1.2.840.10008.5.1.4.1.1.66.5" => ["Surface Segmentation Storage", "SOP Class"],
3109
- "1.2.840.10008.5.1.4.1.1.67" => ["Real World Value Mapping Storage", "SOP Class"],
3110
- "1.2.840.10008.5.1.4.1.1.77.1" => ["VL Image Storage - Trial", ""], # RET
3111
- "1.2.840.10008.5.1.4.1.1.77.2" => ["VL Multi-frame Image Storage - Trial", ""], # RET
3112
- "1.2.840.10008.5.1.4.1.1.77.1.1" => ["VL Endoscopic Image Storage", "SOP Class"],
3113
- "1.2.840.10008.5.1.4.1.1.77.1.1.1" => ["Video Endoscopic Image Storage", "SOP Class"],
3114
- "1.2.840.10008.5.1.4.1.1.77.1.2" => ["VL Microscopic Image Storage", "SOP Class"],
3115
- "1.2.840.10008.5.1.4.1.1.77.1.2.1" => ["Video Microscopic Image Storage", "SOP Class"],
3116
- "1.2.840.10008.5.1.4.1.1.77.1.3" => ["VL Slide-Coordinates Microscopic Image Storage", "SOP Class"],
3117
- "1.2.840.10008.5.1.4.1.1.77.1.4" => ["VL Photographic Image Storage", "SOP Class"],
3118
- "1.2.840.10008.5.1.4.1.1.77.1.4.1" => ["Video Photographic Image Storage", "SOP Class"],
3119
- "1.2.840.10008.5.1.4.1.1.77.1.5.1" => ["Ophthalmic Photography 8 Bit Image Storage", "SOP Class"],
3120
- "1.2.840.10008.5.1.4.1.1.77.1.5.2" => ["Ophthalmic Photography 16 Bit Image Storage", "SOP Class"],
3121
- "1.2.840.10008.5.1.4.1.1.77.1.5.3" => ["Stereometric Relationship Storage", "SOP Class"],
3122
- "1.2.840.10008.5.1.4.1.1.77.1.5.4" => ["Ophthalmic Tomography Image Storage", "SOP Class"],
3123
- "1.2.840.10008.5.1.4.1.1.78.1" => ["Lensometry Measurements Storage", "SOP Class"],
3124
- "1.2.840.10008.5.1.4.1.1.78.2" => ["Autorefraction Measurements Storage", "SOP Class"],
3125
- "1.2.840.10008.5.1.4.1.1.78.3" => ["Keratometry Measurements Storage", "SOP Class"],
3126
- "1.2.840.10008.5.1.4.1.1.78.4" => ["Subjective Refraction Measurements Storage", "SOP Class"],
3127
- "1.2.840.10008.5.1.4.1.1.78.5" => ["Visual Acuity Measurements", "SOP Class"],
3128
- "1.2.840.10008.5.1.4.1.1.78.6" => ["Spectacle Prescription Reports Storage", "SOP Class"],
3129
- "1.2.840.10008.5.1.4.1.1.79.1" => ["Macular Grid Thickness and Volume Report Storage", "SOP Class"],
3130
- "1.2.840.10008.5.1.4.1.1.88.1" => ["Text SR Storage - Trial", "SOP Class"], # RET
3131
- "1.2.840.10008.5.1.4.1.1.88.2" => ["Audio SR Storage - Trial", "SOP Class"], # RET
3132
- "1.2.840.10008.5.1.4.1.1.88.3" => ["Detail SR Storage - Trial", "SOP Class"], # RET
3133
- "1.2.840.10008.5.1.4.1.1.88.4" => ["Comprehensive SR Storage - Trial", "SOP Class"], # RET
3134
- "1.2.840.10008.5.1.4.1.1.88.11" => ["Basic Text SR Storage", "SOP Class"],
3135
- "1.2.840.10008.5.1.4.1.1.88.22" => ["Enhanced SR Storage", "SOP Class"],
3136
- "1.2.840.10008.5.1.4.1.1.88.33" => ["Comprehensive SR Storage", "SOP Class"],
3137
- "1.2.840.10008.5.1.4.1.1.88.40" => ["Procedure Log Storage", "SOP Class"],
3138
- "1.2.840.10008.5.1.4.1.1.88.50" => ["Mammography CAD SR Storage", "SOP Class"],
3139
- "1.2.840.10008.5.1.4.1.1.88.59" => ["Key Object Selection Document Storage", "SOP Class"],
3140
- "1.2.840.10008.5.1.4.1.1.88.65" => ["Chest CAD SR Storage", "SOP Class"],
3141
- "1.2.840.10008.5.1.4.1.1.88.67" => ["X-Ray Radiation Dose SR Storage", "SOP Class"],
3142
- "1.2.840.10008.5.1.4.1.1.88.69" => ["Colon CAD SR Storage", "SOP Class"],
3143
- "1.2.840.10008.5.1.4.1.1.104.1" => ["Encapsulated PDF Storage", "SOP Class"],
3144
- "1.2.840.10008.5.1.4.1.1.104.2" => ["Encapsulated CDA Storage", "SOP Class"],
3145
- "1.2.840.10008.5.1.4.1.1.128" => ["Positron Emission Tomography Image Storage", "SOP Class"],
3146
- "1.2.840.10008.5.1.4.1.1.129" => ["Standalone PET Curve Storage", "SOP Class"], # RET
3147
- "1.2.840.10008.5.1.4.1.1.130" => ["Enhanced PET Image Storage", "SOP Class"],
3148
- "1.2.840.10008.5.1.4.1.1.131" => ["Basic Structured Display Storage", "SOP Class"],
3149
- "1.2.840.10008.5.1.4.1.1.481.1" => ["RT Image Storage", "SOP Class"],
3150
- "1.2.840.10008.5.1.4.1.1.481.2" => ["RT Dose Storage", "SOP Class"],
3151
- "1.2.840.10008.5.1.4.1.1.481.3" => ["RT Structure Set Storage", "SOP Class"],
3152
- "1.2.840.10008.5.1.4.1.1.481.4" => ["RT Beams Treatment Record Storage", "SOP Class"],
3153
- "1.2.840.10008.5.1.4.1.1.481.5" => ["RT Plan Storage", "SOP Class"],
3154
- "1.2.840.10008.5.1.4.1.1.481.6" => ["RT Brachy Treatment Record Storage", "SOP Class"],
3155
- "1.2.840.10008.5.1.4.1.1.481.7" => ["RT Treatment Summary Record Storage", "SOP Class"],
3156
- "1.2.840.10008.5.1.4.1.1.481.8" => ["RT Ion Plan Storage", "SOP Class"],
3157
- "1.2.840.10008.5.1.4.1.1.481.9" => ["RT Ion Beams Treatment Record Storage", "SOP Class"],
3158
- "1.2.840.10008.5.1.4.1.2.1.1" => ["Patient Root Query/Retrieve Information Model - FIND", "SOP Class"],
3159
- "1.2.840.10008.5.1.4.1.2.1.2" => ["Patient Root Query/Retrieve Information Model - MOVE", "SOP Class"],
3160
- "1.2.840.10008.5.1.4.1.2.1.3" => ["Patient Root Query/Retrieve Information Model - GET", "SOP Class"],
3161
- "1.2.840.10008.5.1.4.1.2.2.1" => ["Study Root Query/Retrieve Information Model - FIND", "SOP Class"],
3162
- "1.2.840.10008.5.1.4.1.2.2.2" => ["Study Root Query/Retrieve Information Model - MOVE", "SOP Class"],
3163
- "1.2.840.10008.5.1.4.1.2.2.3" => ["Study Root Query/Retrieve Information Model - GET", "SOP Class"],
3164
- "1.2.840.10008.5.1.4.1.2.3.1" => ["Patient/Study Only Query/Retrieve Information Model - FIND", "SOP Class"], # RET
3165
- "1.2.840.10008.5.1.4.1.2.3.2" => ["Patient/Study Only Query/Retrieve Information Model - MOVE", "SOP Class"], # RET
3166
- "1.2.840.10008.5.1.4.1.2.3.3" => ["Patient/Study Only Query/Retrieve Information Model - GET", "SOP Class"], # RET
3167
- "1.2.840.10008.5.1.4.1.2.4.2" => ["Composite Instance Root Retrieve - MOVE", "SOP Class"],
3168
- "1.2.840.10008.5.1.4.1.2.4.3" => ["Composite Instance Root Retrieve - GET", "SOP Class"],
3169
- "1.2.840.10008.5.1.4.1.2.5.3" => ["Composite Instance Retrieve Without Bulk Data - GET", "SOP Class"],
3170
- "1.2.840.10008.5.1.4.31" => ["Modality Worklist Information Model - FIND", "SOP Class"],
3171
- "1.2.840.10008.5.1.4.32.1" => ["General Purpose Worklist Information Model - FIND", "SOP Class"],
3172
- "1.2.840.10008.5.1.4.32.2" => ["General Purpose Scheduled Procedure Step SOP Class", "SOP Class"],
3173
- "1.2.840.10008.5.1.4.32.3" => ["General Purpose Performed Procedure Step SOP Class", "SOP Class"],
3174
- "1.2.840.10008.5.1.4.32" => ["General Purpose Worklist Management Meta SOP Class", "Meta SOP Class"],
3175
- "1.2.840.10008.5.1.4.33" => ["Instance Availability Notification SOP Class", "SOP Class"],
3176
- "1.2.840.10008.5.1.4.34.1" => ["RT Beams Delivery Instruction Storage (Supplement 74 Frozen Draft)", "SOP Class"],
3177
- "1.2.840.10008.5.1.4.34.2" => ["RT Conventional Machine Verification (Supplement 74 Frozen Draft)", "SOP Class"],
3178
- "1.2.840.10008.5.1.4.34.3" => ["RT Ion Machine Verification (Supplement 74 Frozen Draft)", "SOP Class"],
3179
- "1.2.840.10008.5.1.4.34.4" => ["Unified Worklist and Procedure Step Service Class", "Service Class"],
3180
- "1.2.840.10008.5.1.4.34.4.1" => ["Unified Procedure Step - Push SOP Class", "SOP Class"],
3181
- "1.2.840.10008.5.1.4.34.4.2" => ["Unified Procedure Step - Watch SOP Class", "SOP Class"],
3182
- "1.2.840.10008.5.1.4.34.4.3" => ["Unified Procedure Step - Pull SOP Class", "SOP Class"],
3183
- "1.2.840.10008.5.1.4.34.4.4" => ["Unified Procedure Step - Event SOP Class", "SOP Class"],
3184
- "1.2.840.10008.5.1.4.34.5" => ["Unified Worklist and Procedure Step SOP Instance", "Well-known SOP Instance"],
3185
- "1.2.840.10008.5.1.4.37.1" => ["General Relevant Patient Information Query", "SOP Class"],
3186
- "1.2.840.10008.5.1.4.37.2" => ["Breast Imaging Relevant Patient Information Query", "SOP Class"],
3187
- "1.2.840.10008.5.1.4.37.3" => ["Cardiac Relevant Patient Information Query", "SOP Class"],
3188
- "1.2.840.10008.5.1.4.38.1" => ["Hanging Protocol Storage", "SOP Class"],
3189
- "1.2.840.10008.5.1.4.38.2" => ["Hanging Protocol Information Model - FIND", "SOP Class"],
3190
- "1.2.840.10008.5.1.4.38.3" => ["Hanging Protocol Information Model - MOVE", "SOP Class"],
3191
- "1.2.840.10008.5.1.4.38.4" => ["Hanging Protocol Information Model - GET", "SOP Class"],
3192
- "1.2.840.10008.5.1.4.39.1" => ["Color Palette Storage", "Transfer"],
3193
- "1.2.840.10008.5.1.4.39.2" => ["Color Palette Information Model - FIND", "Query/Retrieve"],
3194
- "1.2.840.10008.5.1.4.39.3" => ["Color Palette Information Model - MOVE", "Query/Retrieve"],
3195
- "1.2.840.10008.5.1.4.39.4" => ["Color Palette Information Model - GET", "Query/Retrieve"],
3196
- "1.2.840.10008.5.1.4.41" => ["Product Characteristics Query SOP Class", "SOP Class"],
3197
- "1.2.840.10008.5.1.4.42" => ["Substance Approval Query SOP Class", "SOP Class"],
3198
- # Start: LDAP OID
3199
- "1.2.840.10008.15.0.3.1" => ["dicomDeviceName", "LDAP OID"],
3200
- "1.2.840.10008.15.0.3.2" => ["dicomDescription", "LDAP OID"],
3201
- "1.2.840.10008.15.0.3.3" => ["dicomManufacturer", "LDAP OID"],
3202
- "1.2.840.10008.15.0.3.4" => ["dicomManufacturerModelName", "LDAP OID"],
3203
- "1.2.840.10008.15.0.3.5" => ["dicomSoftwareVersion", "LDAP OID"],
3204
- "1.2.840.10008.15.0.3.6" => ["dicomVendorData", "LDAP OID"],
3205
- "1.2.840.10008.15.0.3.7" => ["dicomAETitle", "LDAP OID"],
3206
- "1.2.840.10008.15.0.3.8" => ["dicomNetworkConnectionReference", "LDAP OID"],
3207
- "1.2.840.10008.15.0.3.9" => ["dicomApplicationCluster", "LDAP OID"],
3208
- "1.2.840.10008.15.0.3.10" => ["dicomAssociationInitiator", "LDAP OID"],
3209
- "1.2.840.10008.15.0.3.11" => ["dicomAssociationAcceptor", "LDAP OID"],
3210
- "1.2.840.10008.15.0.3.12" => ["dicomHostname", "LDAP OID"],
3211
- "1.2.840.10008.15.0.3.13" => ["dicomPort", "LDAP OID"],
3212
- "1.2.840.10008.15.0.3.14" => ["dicomSOPClass", "LDAP OID"],
3213
- "1.2.840.10008.15.0.3.15" => ["dicomTransferRole", "LDAP OID"],
3214
- "1.2.840.10008.15.0.3.16" => ["dicomTransferSyntax", "LDAP OID"],
3215
- "1.2.840.10008.15.0.3.17" => ["dicomPrimaryDeviceType", "LDAP OID"],
3216
- "1.2.840.10008.15.0.3.18" => ["dicomRelatedDeviceReference", "LDAP OID"],
3217
- "1.2.840.10008.15.0.3.19" => ["dicomPreferredCalledAETitle", "LDAP OID"],
3218
- "1.2.840.10008.15.0.3.20" => ["dicomTLSCyphersuite", "LDAP OID"],
3219
- "1.2.840.10008.15.0.3.21" => ["dicomAuthorizedNodeCertificateReference", "LDAP OID"],
3220
- "1.2.840.10008.15.0.3.22" => ["dicomThisNodeCertificateReference", "LDAP OID"],
3221
- "1.2.840.10008.15.0.3.23" => ["dicomInstalled", "LDAP OID"],
3222
- "1.2.840.10008.15.0.3.24" => ["dicomStationName", "LDAP OID"],
3223
- "1.2.840.10008.15.0.3.25" => ["dicomDeviceSerialNumber", "LDAP OID"],
3224
- "1.2.840.10008.15.0.3.26" => ["dicomInstitutionName", "LDAP OID"],
3225
- "1.2.840.10008.15.0.3.27" => ["dicomInstitutionAddress", "LDAP OID"],
3226
- "1.2.840.10008.15.0.3.28" => ["dicomInstitutionDepartmentName", "LDAP OID"],
3227
- "1.2.840.10008.15.0.3.29" => ["dicomIssuerOfPatientID", "LDAP OID"],
3228
- "1.2.840.10008.15.0.3.30" => ["dicomPreferredCallingAETitle", "LDAP OID"],
3229
- "1.2.840.10008.15.0.3.31" => ["dicomSupportedCharacterSet", "LDAP OID"],
3230
- "1.2.840.10008.15.0.4.1" => ["dicomConfigurationRoot", "LDAP OID"],
3231
- "1.2.840.10008.15.0.4.2" => ["dicomDevicesRoot", "LDAP OID"],
3232
- "1.2.840.10008.15.0.4.3" => ["dicomUniqueAETitlesRegistryRoot", "LDAP OID"],
3233
- "1.2.840.10008.15.0.4.4" => ["dicomDevice", "LDAP OID"],
3234
- "1.2.840.10008.15.0.4.5" => ["dicomNetworkAE", "LDAP OID"],
3235
- "1.2.840.10008.15.0.4.6" => ["dicomNetworkConnection", "LDAP OID"],
3236
- "1.2.840.10008.15.0.4.7" => ["dicomUniqueAETitle", "LDAP OID"],
3237
- "1.2.840.10008.15.0.4.8" => ["dicomTransferCapability", "LDAP OID"]
3238
- }
3239
- end
3240
-
3241
- # Returns the information from the DICOM standard's Value Representation table, in a hash.
3242
- # The hash has vr as key, and an array as value, where the array contains description and data type.
3243
- #
3244
- #--
3245
- # NOTE: This method is not in use yet.
3246
- #
3247
- def self.load_vr
3248
- return {
3249
- "AE" => ["Application entity", "String"],
3250
- "AS" => ["Age string", "String"],
3251
- "AT" => ["Attribute tag", "Two 2-byte integers"],
3252
- "CS" => ["Code string", "String"],
3253
- "DA" => ["Date", "String"],
3254
- "DS" => ["Decimal string", "String"],
3255
- "DT" => ["Date time", "String"],
3256
- "FL" => ["Floating point single", "4-byte floating point"],
3257
- "FD" => ["Floating point double", "8-byte floating point"],
3258
- "IS" => ["Integer string", "String"],
3259
- "LO" => ["Long string", "String"],
3260
- "LT" => ["Long text", "String"],
3261
- "OB" => ["Other byte string", "1-byte integers"],
3262
- "OF" => ["Other float string", "4-byte floating point numbers"],
3263
- "OW" => ["Other word string", "2-byte integers"],
3264
- "PN" => ["Person name", "String"],
3265
- "SH" => ["Short string", "String"],
3266
- "SL" => ["Signed long", "4-byte integer"],
3267
- "SQ" => ["Sequence of items", "Unknown"],
3268
- "SS" => ["Signed short", "2-byte integer"],
3269
- "ST" => ["Short text", "String"],
3270
- "TM" => ["Time", "String"],
3271
- "UI" => ["Unique identifier", "String"],
3272
- "UL" => ["Unsigned long", "4-byte integer"],
3273
- "UN" => ["Unknown", "Unknown"],
3274
- "US" => ["Unsigned short", "2-byte integer"],
3275
- "UT" => ["Unlimited text", "String"]
3276
- }
3277
- end
3278
-
3279
- end
3280
- end