dicom 0.9.6 → 0.9.7
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.
- checksums.yaml +5 -13
- data/CHANGELOG.md +390 -376
- data/COPYING +674 -674
- data/Gemfile +2 -2
- data/Gemfile.lock +30 -28
- data/README.md +154 -152
- data/dicom.gemspec +30 -30
- data/lib/dicom/anonymizer.rb +677 -654
- data/lib/dicom/audit_trail.rb +109 -109
- data/lib/dicom/d_library.rb +269 -265
- data/lib/dicom/d_object.rb +465 -465
- data/lib/dicom/d_read.rb +21 -8
- data/lib/dicom/d_server.rb +329 -329
- data/lib/dicom/d_write.rb +355 -355
- data/lib/dicom/dictionary/elements.tsv +597 -86
- data/lib/dicom/dictionary/uids.tsv +4 -2
- data/lib/dicom/elemental_parent.rb +63 -63
- data/lib/dicom/extensions/array.rb +56 -56
- data/lib/dicom/extensions/hash.rb +30 -30
- data/lib/dicom/extensions/string.rb +125 -125
- data/lib/dicom/file_handler.rb +121 -121
- data/lib/dicom/general/constants.rb +210 -210
- data/lib/dicom/general/deprecated.rb +0 -320
- data/lib/dicom/general/logging.rb +155 -155
- data/lib/dicom/general/methods.rb +98 -82
- data/lib/dicom/general/variables.rb +28 -28
- data/lib/dicom/general/version.rb +5 -5
- data/lib/dicom/image_item.rb +836 -836
- data/lib/dicom/image_processor.rb +79 -79
- data/lib/dicom/image_processor_mini_magick.rb +71 -71
- data/lib/dicom/image_processor_r_magick.rb +106 -106
- data/lib/dicom/link.rb +1529 -1528
- data/rakefile.rb +29 -30
- metadata +43 -49
@@ -52,6 +52,8 @@
|
|
52
52
|
0002,0012 Implementation Class UID UI 1
|
53
53
|
0002,0013 Implementation Version Name SH 1
|
54
54
|
0002,0016 Source Application Entity Title AE 1
|
55
|
+
0002,0017 Sending Application Entity Title AE 1
|
56
|
+
0002,0018 Receiving Application Entity Title AE 1
|
55
57
|
0002,0100 Private Information Creator UID UI 1
|
56
58
|
0002,0102 Private Information OB 1
|
57
59
|
0004,1130 File-set ID CS 1
|
@@ -81,6 +83,7 @@
|
|
81
83
|
0008,0012 Instance Creation Date DA 1
|
82
84
|
0008,0013 Instance Creation Time TM 1
|
83
85
|
0008,0014 Instance Creator UID UI 1
|
86
|
+
0008,0015 Instance Coercion DateTime DT 1
|
84
87
|
0008,0016 SOP Class UID UI 1
|
85
88
|
0008,0018 SOP Instance UID UI 1
|
86
89
|
0008,001A Related General SOP Class UID UI 1-n
|
@@ -104,7 +107,9 @@
|
|
104
107
|
0008,0050 Accession Number SH 1
|
105
108
|
0008,0051 Issuer of Accession Number Sequence SQ 1
|
106
109
|
0008,0052 Query/Retrieve Level CS 1
|
110
|
+
0008,0053 Query/Retrieve View CS 1
|
107
111
|
0008,0054 Retrieve AE Title AE 1-n
|
112
|
+
0008,0055 Station AE Title AE 1
|
108
113
|
0008,0056 Instance Availability CS 1
|
109
114
|
0008,0058 Failed SOP Instance UID List UI 1-n
|
110
115
|
0008,0060 Modality CS 1
|
@@ -120,13 +125,17 @@
|
|
120
125
|
0008,0092 Referring Physician's Address ST 1
|
121
126
|
0008,0094 Referring Physician's Telephone Numbers SH 1-n
|
122
127
|
0008,0096 Referring Physician Identification Sequence SQ 1
|
128
|
+
0008,009C Consulting Physician's Name PN 1-n
|
129
|
+
0008,009D Consulting Physician Identification Sequence SQ 1
|
123
130
|
0008,0100 Code Value SH 1
|
131
|
+
0008,0101 Extended Code Value LO 1
|
124
132
|
0008,0102 Coding Scheme Designator SH 1
|
125
133
|
0008,0103 Coding Scheme Version SH 1
|
126
134
|
0008,0104 Code Meaning LO 1
|
127
135
|
0008,0105 Mapping Resource CS 1
|
128
136
|
0008,0106 Context Group Version DT 1
|
129
137
|
0008,0107 Context Group Local Version DT 1
|
138
|
+
0008,0108 Extended Code Meaning LT 1
|
130
139
|
0008,010B Context Group Extension Flag CS 1
|
131
140
|
0008,010C Coding Scheme UID UI 1
|
132
141
|
0008,010D Context Group Extension Creator UID UI 1
|
@@ -137,7 +146,22 @@
|
|
137
146
|
0008,0115 Coding Scheme Name ST 1
|
138
147
|
0008,0116 Coding Scheme Responsible Organization ST 1
|
139
148
|
0008,0117 Context UID UI 1
|
149
|
+
0008,0118 Mapping Resource UID UI 1
|
150
|
+
0008,0119 Long Code Value UC 1
|
151
|
+
0008,0120 URN Code Value UR 1
|
152
|
+
0008,0121 Equivalent Code Sequence SQ 1
|
153
|
+
0008,0122 Mapping Resource Name LO 1
|
154
|
+
0008,0123 Context Group Identification Sequence SQ 1
|
155
|
+
0008,0124 Mapping Resource Identification Sequence SQ 1
|
140
156
|
0008,0201 Timezone Offset From UTC SH 1
|
157
|
+
0008,0300 Private Data Element Characteristics Sequence SQ 1
|
158
|
+
0008,0301 Private Group Reference US 1
|
159
|
+
0008,0302 Private Creator Reference LO 1
|
160
|
+
0008,0303 Block Identifying Information Status CS 1
|
161
|
+
0008,0304 Nonidentifying Private Elements US 1-n
|
162
|
+
0008,0306 Identifying Private Elements US 1-n
|
163
|
+
0008,0305 Deidentification Action Sequence SQ 1
|
164
|
+
0008,0307 Deidentification Action CS 1
|
141
165
|
0008,1000 Network ID AE 1 R
|
142
166
|
0008,1010 Station Name SH 1
|
143
167
|
0008,1030 Study Description LO 1
|
@@ -177,11 +201,14 @@
|
|
177
201
|
0008,1162 Calculated Frame List UL 3-3n
|
178
202
|
0008,1163 Time Range FD 2
|
179
203
|
0008,1164 Frame Extraction Sequence SQ 1
|
180
|
-
0008,1167 Multi-
|
204
|
+
0008,1167 Multi-frame Source SOP Instance UID UI 1
|
205
|
+
0008,1190 Retrieve URL UR 1
|
181
206
|
0008,1195 Transaction UID UI 1
|
207
|
+
0008,1196 Warning Reason US 1
|
182
208
|
0008,1197 Failure Reason US 1
|
183
209
|
0008,1198 Failed SOP Sequence SQ 1
|
184
210
|
0008,1199 Referenced SOP Sequence SQ 1
|
211
|
+
0008,119A Other Failures Sequence SQ 1
|
185
212
|
0008,1200 Studies Containing Other Referenced Instances Sequence SQ 1
|
186
213
|
0008,1250 Related Series Sequence SQ 1
|
187
214
|
0008,2110 Lossy Image Compression (Retired) CS 1 R
|
@@ -222,9 +249,11 @@
|
|
222
249
|
0008,2258 Anatomic Location Of Examining Instrument Description (Trial) ST 1 R
|
223
250
|
0008,2259 Anatomic Location Of Examining Instrument Code Sequence (Trial) SQ 1 R
|
224
251
|
0008,225A Anatomic Structure Space Or Region Modifier Code Sequence (Trial) SQ 1 R
|
225
|
-
0008,225C
|
252
|
+
0008,225C On Axis Background Anatomic Structure Code Sequence (Trial) SQ 1 R
|
226
253
|
0008,3001 Alternate Representation Sequence SQ 1
|
227
|
-
0008,3010 Irradiation Event UID UI 1
|
254
|
+
0008,3010 Irradiation Event UID UI 1-n
|
255
|
+
0008,3011 Source Irradiation Event Sequence SQ 1
|
256
|
+
0008,3012 Radiopharmaceutical Administration Event UID UI 1
|
228
257
|
0008,4000 Identifying Comments LT 1 R
|
229
258
|
0008,9007 Frame Type CS 4
|
230
259
|
0008,9092 Referenced Image Evidence Sequence SQ 1
|
@@ -248,12 +277,28 @@
|
|
248
277
|
0010,0021 Issuer of Patient ID LO 1
|
249
278
|
0010,0022 Type of Patient ID CS 1
|
250
279
|
0010,0024 Issuer of Patient ID Qualifiers Sequence SQ 1
|
280
|
+
0010,0026 Source Patient Group Identification Sequence SQ 1
|
281
|
+
0010,0027 Group of Patients Identification Sequence SQ 1
|
282
|
+
0010,0028 Subject Relative Position in Image US 3
|
251
283
|
0010,0030 Patient's Birth Date DA 1
|
252
284
|
0010,0032 Patient's Birth Time TM 1
|
285
|
+
0010,0033 Patient's Birth Date in Alternative Calendar LO 1
|
286
|
+
0010,0034 Patient's Death Date in Alternative Calendar LO 1
|
287
|
+
0010,0035 Patient's Alternative Calendar CS 1
|
253
288
|
0010,0040 Patient's Sex CS 1
|
254
289
|
0010,0050 Patient's Insurance Plan Code Sequence SQ 1
|
255
290
|
0010,0101 Patient's Primary Language Code Sequence SQ 1
|
256
291
|
0010,0102 Patient's Primary Language Modifier Code Sequence SQ 1
|
292
|
+
0010,0200 Quality Control Subject CS 1
|
293
|
+
0010,0201 Quality Control Subject Type Code Sequence SQ 1
|
294
|
+
0010,0212 Strain Description UC 1
|
295
|
+
0010,0213 Strain Nomenclature LO 1
|
296
|
+
0010,0214 Strain Stock Number LO 1
|
297
|
+
0010,0215 Strain Source Registry Code Sequence SQ 1
|
298
|
+
0010,0216 Strain Stock Sequence SQ 1
|
299
|
+
0010,0217 Strain Source LO 1
|
300
|
+
0010,0218 Strain Additional Information UT 1
|
301
|
+
0010,0219 Strain Code Sequence SQ 1
|
257
302
|
0010,1000 Other Patient IDs LO 1-n
|
258
303
|
0010,1001 Other Patient Names PN 1-n
|
259
304
|
0010,1002 Other Patient IDs Sequence SQ 1
|
@@ -268,11 +313,13 @@
|
|
268
313
|
0010,1080 Military Rank LO 1
|
269
314
|
0010,1081 Branch of Service LO 1
|
270
315
|
0010,1090 Medical Record Locator LO 1
|
316
|
+
0010,1100 Referenced Patient Photo Sequence SQ 1
|
271
317
|
0010,2000 Medical Alerts LO 1-n
|
272
318
|
0010,2110 Allergies LO 1-n
|
273
319
|
0010,2150 Country of Residence LO 1
|
274
320
|
0010,2152 Region of Residence LO 1
|
275
321
|
0010,2154 Patient's Telephone Numbers SH 1-n
|
322
|
+
0010,2155 Patient's Telecom Information LT 1
|
276
323
|
0010,2160 Ethnic Group SH 1
|
277
324
|
0010,2180 Occupation SH 1
|
278
325
|
0010,21A0 Smoking Status CS 1
|
@@ -314,21 +361,30 @@
|
|
314
361
|
0012,0083 Consent for Clinical Trial Use Sequence SQ 1
|
315
362
|
0012,0084 Distribution Type CS 1
|
316
363
|
0012,0085 Consent for Distribution Flag CS 1
|
317
|
-
0014,0023 CAD File Format ST 1
|
318
|
-
0014,0024 Component Reference System ST 1
|
319
|
-
0014,0025 Component Manufacturing Procedure ST 1
|
320
|
-
0014,0028 Component Manufacturer ST 1
|
364
|
+
0014,0023 CAD File Format ST 1 R
|
365
|
+
0014,0024 Component Reference System ST 1 R
|
366
|
+
0014,0025 Component Manufacturing Procedure ST 1
|
367
|
+
0014,0028 Component Manufacturer ST 1
|
321
368
|
0014,0030 Material Thickness DS 1-n
|
322
369
|
0014,0032 Material Pipe Diameter DS 1-n
|
323
370
|
0014,0034 Material Isolation Diameter DS 1-n
|
324
|
-
0014,0042 Material Grade ST 1
|
325
|
-
0014,0044 Material Properties
|
326
|
-
0014,0045 Material Properties File Format ST 1
|
371
|
+
0014,0042 Material Grade ST 1
|
372
|
+
0014,0044 Material Properties Description ST 1
|
373
|
+
0014,0045 Material Properties File Format (Retired) ST 1 R
|
327
374
|
0014,0046 Material Notes LT 1
|
328
375
|
0014,0050 Component Shape CS 1
|
329
376
|
0014,0052 Curvature Type CS 1
|
330
377
|
0014,0054 Outer Diameter DS 1
|
331
378
|
0014,0056 Inner Diameter DS 1
|
379
|
+
0014,0100 Component Welder IDs LO 1-n
|
380
|
+
0014,0101 Secondary Approval Status CS 1
|
381
|
+
0014,0102 Secondary Review Date DA 1
|
382
|
+
0014,0103 Secondary Review Time TM 1
|
383
|
+
0014,0104 Secondary Reviewer Name PN 1
|
384
|
+
0014,0105 Repair ID ST 1
|
385
|
+
0014,0106 Multiple Component Approval Sequence SQ 1
|
386
|
+
0014,0107 Other Approval Status CS 1-n
|
387
|
+
0014,0108 Other Secondary Approval Status CS 1-n
|
332
388
|
0014,1010 Actual Environmental Conditions ST 1
|
333
389
|
0014,1020 Expiry Date DA 1
|
334
390
|
0014,1040 Environmental Conditions ST 1
|
@@ -363,7 +419,7 @@
|
|
363
419
|
0014,3011 Internal Detector Frame Time DS 1
|
364
420
|
0014,3012 Number of Frames Integrated DS 1
|
365
421
|
0014,3020 Detector Temperature Sequence SQ 1
|
366
|
-
0014,3022 Sensor Name
|
422
|
+
0014,3022 Sensor Name ST 1
|
367
423
|
0014,3024 Horizontal Offset of Sensor DS 1
|
368
424
|
0014,3026 Vertical Offset of Sensor DS 1
|
369
425
|
0014,3028 Sensor Temperature DS 1
|
@@ -394,13 +450,14 @@
|
|
394
450
|
0014,4013 Element Shape CS 1
|
395
451
|
0014,4014 Element Dimension A DS 1
|
396
452
|
0014,4015 Element Dimension B DS 1
|
397
|
-
0014,4016 Element Pitch DS 1
|
453
|
+
0014,4016 Element Pitch A DS 1
|
398
454
|
0014,4017 Measured Beam Dimension A DS 1
|
399
455
|
0014,4018 Measured Beam Dimension B DS 1
|
400
456
|
0014,4019 Location of Measured Beam Diameter DS 1
|
401
457
|
0014,401A Nominal Frequency DS 1
|
402
458
|
0014,401B Measured Center Frequency DS 1
|
403
459
|
0014,401C Measured Bandwidth DS 1
|
460
|
+
0014,401D Element Pitch B DS 1
|
404
461
|
0014,4020 Pulser Settings Sequence SQ 1
|
405
462
|
0014,4022 Pulse Width DS 1
|
406
463
|
0014,4024 Excitation Frequency DS 1
|
@@ -423,8 +480,8 @@
|
|
423
480
|
0014,4054 Coupling Technique ST 1
|
424
481
|
0014,4056 Coupling Medium ST 1
|
425
482
|
0014,4057 Coupling Velocity DS 1
|
426
|
-
0014,4058
|
427
|
-
0014,4059
|
483
|
+
0014,4058 Probe Center Location X DS 1
|
484
|
+
0014,4059 Probe Center Location Z DS 1
|
428
485
|
0014,405A Sound Path Length DS 1
|
429
486
|
0014,405C Delay Law Identifier ST 1
|
430
487
|
0014,4060 Gate Settings Sequence SQ 1
|
@@ -438,10 +495,67 @@
|
|
438
495
|
0014,407A Procedure Last Modified Date DA 1
|
439
496
|
0014,407C Calibration Time TM 1-n
|
440
497
|
0014,407E Calibration Date DA 1-n
|
498
|
+
0014,4080 Probe Drive Equipment Sequence SQ 1
|
499
|
+
0014,4081 Drive Type CS 1
|
500
|
+
0014,4082 Probe Drive Notes LT 1
|
501
|
+
0014,4083 Drive Probe Sequence SQ 1
|
502
|
+
0014,4084 Probe Inductance DS 1
|
503
|
+
0014,4085 Probe Resistance DS 1
|
504
|
+
0014,4086 Receive Probe Sequence SQ 1
|
505
|
+
0014,4087 Probe Drive Settings Sequence SQ 1
|
506
|
+
0014,4088 Bridge Resistors DS 1
|
507
|
+
0014,4089 Probe Orientation Angle DS 1
|
508
|
+
0014,408B User Selected Gain Y DS 1
|
509
|
+
0014,408C User Selected Phase DS 1
|
510
|
+
0014,408D User Selected Offset X DS 1
|
511
|
+
0014,408E User Selected Offset Y DS 1
|
512
|
+
0014,4091 Channel Settings Sequence SQ 1
|
513
|
+
0014,4092 Channel Threshold DS 1
|
514
|
+
0014,409A Scanner Settings Sequence SQ 1
|
515
|
+
0014,409B Scan Procedure ST 1
|
516
|
+
0014,409C Translation Rate X DS 1
|
517
|
+
0014,409D Translation Rate Y DS 1
|
518
|
+
0014,409F Channel Overlap DS 1
|
519
|
+
0014,40A0 Image Quality Indicator Type LO 1
|
520
|
+
0014,40A1 Image Quality Indicator Material LO 1
|
521
|
+
0014,40A2 Image Quality Indicator Size LO 1
|
441
522
|
0014,5002 LINAC Energy IS 1
|
442
523
|
0014,5004 LINAC Output IS 1
|
524
|
+
0014,5100 Active Aperture US 1
|
525
|
+
0014,5101 Total Aperture DS 1
|
526
|
+
0014,5102 Aperture Elevation DS 1
|
527
|
+
0014,5103 Main Lobe Angle DS 1
|
528
|
+
0014,5104 Main Roof Angle DS 1
|
529
|
+
0014,5105 Connector Type CS 1
|
530
|
+
0014,5106 Wedge Model Number SH 1
|
531
|
+
0014,5107 Wedge Angle Float DS 1
|
532
|
+
0014,5108 Wedge Roof Angle DS 1
|
533
|
+
0014,5109 Wedge Element 1 Position CS 1
|
534
|
+
0014,510A Wedge Material Velocity DS 1
|
535
|
+
0014,510B Wedge Material SH 1
|
536
|
+
0014,510C Wedge Offset Z DS 1
|
537
|
+
0014,510D Wedge Origin Offset X DS 1
|
538
|
+
0014,510E Wedge Time Delay DS 1
|
539
|
+
0014,510F Wedge Name SH 1
|
540
|
+
0014,5110 Wedge Manufacturer Name SH 1
|
541
|
+
0014,5111 Wedge Description LO 1
|
542
|
+
0014,5112 Nominal Beam Angle DS 1
|
543
|
+
0014,5113 Wedge Offset X DS 1
|
544
|
+
0014,5114 Wedge Offset Y DS 1
|
545
|
+
0014,5115 Wedge Total Length DS 1
|
546
|
+
0014,5116 Wedge In Contact Length DS 1
|
547
|
+
0014,5117 Wedge Front Gap DS 1
|
548
|
+
0014,5118 Wedge Total Height DS 1
|
549
|
+
0014,5119 Wedge Front Height DS 1
|
550
|
+
0014,511A Wedge Rear Height DS 1
|
551
|
+
0014,511B Wedge Total Width DS 1
|
552
|
+
0014,511C Wedge In Contact Width DS 1
|
553
|
+
0014,511D Wedge Chamfer Height DS 1
|
554
|
+
0014,511E Wedge Curve CS 1
|
555
|
+
0014,511F Radius Along the Wedge DS 1
|
443
556
|
0018,0010 Contrast/Bolus Agent LO 1
|
444
557
|
0018,0012 Contrast/Bolus Agent Sequence SQ 1
|
558
|
+
0018,0013 Contrast/Bolus T1 Relaxivity FL 1
|
445
559
|
0018,0014 Contrast/Bolus Administration Route Sequence SQ 1
|
446
560
|
0018,0015 Body Part Examined CS 1
|
447
561
|
0018,0020 Scanning Sequence CS 1-n
|
@@ -604,8 +718,10 @@
|
|
604
718
|
0018,1191 Anode Target Material CS 1
|
605
719
|
0018,11A0 Body Part Thickness DS 1
|
606
720
|
0018,11A2 Compression Force DS 1
|
721
|
+
0018,11A4 Paddle Description LO 1
|
607
722
|
0018,1200 Date of Last Calibration DA 1-n
|
608
723
|
0018,1201 Time of Last Calibration TM 1-n
|
724
|
+
0018,1202 DateTime of Last Calibration DT 1
|
609
725
|
0018,1210 Convolution Kernel SH 1-n
|
610
726
|
0018,1240 Upper/Lower Pixel Values IS 1-n R
|
611
727
|
0018,1242 Actual Frame Duration IS 1
|
@@ -615,6 +731,8 @@
|
|
615
731
|
0018,1251 Transmit Coil Name SH 1
|
616
732
|
0018,1260 Plate Type SH 1
|
617
733
|
0018,1261 Phosphor Type LO 1
|
734
|
+
0018,1271 Water Equivalent Diameter FD 1
|
735
|
+
0018,1272 Water Equivalent Diameter Calculation Method Code Sequence SQ 1
|
618
736
|
0018,1300 Scan Velocity DS 1
|
619
737
|
0018,1301 Whole Body Technique CS 1-n
|
620
738
|
0018,1302 Scan Length IS 1
|
@@ -624,6 +742,7 @@
|
|
624
742
|
0018,1315 Variable Flip Angle Flag CS 1
|
625
743
|
0018,1316 SAR DS 1
|
626
744
|
0018,1318 dB/dt DS 1
|
745
|
+
0018,1320 B1rms FL 1
|
627
746
|
0018,1400 Acquisition Device Processing Description LO 1
|
628
747
|
0018,1401 Acquisition Device Processing Code LO 1
|
629
748
|
0018,1402 Cassette Orientation CS 1
|
@@ -680,6 +799,12 @@
|
|
680
799
|
0018,2010 Nominal Scanned Pixel Spacing DS 2
|
681
800
|
0018,2020 Digitizing Device Transport Direction CS 1
|
682
801
|
0018,2030 Rotation of Scanned Film DS 1
|
802
|
+
0018,2041 Biopsy Target Sequence SQ 1
|
803
|
+
0018,2042 Target UID UI 1
|
804
|
+
0018,2043 Localizing Cursor Position FL 2
|
805
|
+
0018,2044 Calculated Target Position FL 3
|
806
|
+
0018,2045 Target Label SH 1
|
807
|
+
0018,2046 Displayed Z Value FL 1
|
683
808
|
0018,3100 IVUS Acquisition CS 1
|
684
809
|
0018,3101 IVUS Pullback Rate DS 1
|
685
810
|
0018,3102 IVUS Gated Rate DS 1
|
@@ -942,21 +1067,23 @@
|
|
942
1067
|
0018,9251 MR Arterial Spin Labeling Sequence SQ 1
|
943
1068
|
0018,9252 ASL Technique Description LO 1
|
944
1069
|
0018,9253 ASL Slab Number US 1
|
945
|
-
0018,9254 ASL Slab Thickness FD
|
946
|
-
0018,9255 ASL Slab Orientation FD
|
947
|
-
0018,9256 ASL Mid Slab Position FD
|
948
|
-
0018,9257 ASL Context CS 1
|
1070
|
+
0018,9254 ASL Slab Thickness FD 1
|
1071
|
+
0018,9255 ASL Slab Orientation FD 3
|
1072
|
+
0018,9256 ASL Mid Slab Position FD 3
|
1073
|
+
0018,9257 ASL Context CS 1
|
949
1074
|
0018,9258 ASL Pulse Train Duration UL 1
|
950
|
-
0018,9259 ASL Crusher Flag CS 1
|
951
|
-
0018,925A ASL Crusher Flow FD 1
|
1075
|
+
0018,9259 ASL Crusher Flag CS 1
|
1076
|
+
0018,925A ASL Crusher Flow Limit FD 1
|
952
1077
|
0018,925B ASL Crusher Description LO 1
|
953
|
-
0018,925C ASL Bolus Cut-off Flag CS 1
|
1078
|
+
0018,925C ASL Bolus Cut-off Flag CS 1
|
954
1079
|
0018,925D ASL Bolus Cut-off Timing Sequence SQ 1
|
955
1080
|
0018,925E ASL Bolus Cut-off Technique LO 1
|
956
1081
|
0018,925F ASL Bolus Cut-off Delay Time UL 1
|
957
1082
|
0018,9260 ASL Slab Sequence SQ 1
|
958
1083
|
0018,9295 Chemical Shift Minimum Integration Limit in ppm FD 1
|
959
1084
|
0018,9296 Chemical Shift Maximum Integration Limit in ppm FD 1
|
1085
|
+
0018,9297 Water Reference Acquisition CS 1
|
1086
|
+
0018,9298 Echo Peak Position IS 1
|
960
1087
|
0018,9301 CT Acquisition Type Sequence SQ 1
|
961
1088
|
0018,9302 Acquisition Type CS 1
|
962
1089
|
0018,9303 Tube Angle FD 1
|
@@ -1034,7 +1161,6 @@
|
|
1034
1161
|
0018,9440 Center of Circular Exposure Control Sensing Region SS 2
|
1035
1162
|
0018,9441 Radius of Circular Exposure Control Sensing Region US 1
|
1036
1163
|
0018,9442 Vertices of the Polygonal Exposure Control Sensing Region SS 2-n
|
1037
|
-
0018,9445 R
|
1038
1164
|
0018,9447 Column Angulation (Patient) FL 1
|
1039
1165
|
0018,9449 Beam Angle FL 1
|
1040
1166
|
0018,9451 Frame Detector Parameters Sequence SQ 1
|
@@ -1063,12 +1189,14 @@
|
|
1063
1189
|
0018,9507 X-Ray 3D Acquisition Sequence SQ 1
|
1064
1190
|
0018,9508 Primary Positioner Scan Arc FL 1
|
1065
1191
|
0018,9509 Secondary Positioner Scan Arc FL 1
|
1066
|
-
0018,9510 Primary Positioner Scan Start Angle FL
|
1192
|
+
0018,9510 Primary Positioner Scan Start Angle FL 1
|
1067
1193
|
0018,9511 Secondary Positioner Scan Start Angle FL 1
|
1068
1194
|
0018,9514 Primary Positioner Increment FL 1
|
1069
1195
|
0018,9515 Secondary Positioner Increment FL 1
|
1070
1196
|
0018,9516 Start Acquisition DateTime DT 1
|
1071
1197
|
0018,9517 End Acquisition DateTime DT 1
|
1198
|
+
0018,9518 Primary Positioner Increment Sign SS 1
|
1199
|
+
0018,9519 Secondary Positioner Increment Sign SS 1
|
1072
1200
|
0018,9524 Application Name LO 1
|
1073
1201
|
0018,9525 Application Version LO 1
|
1074
1202
|
0018,9526 Application Manufacturer LO 1
|
@@ -1077,6 +1205,25 @@
|
|
1077
1205
|
0018,9530 X-Ray 3D Reconstruction Sequence SQ 1
|
1078
1206
|
0018,9531 Reconstruction Description LO 1
|
1079
1207
|
0018,9538 Per Projection Acquisition Sequence SQ 1
|
1208
|
+
0018,9541 Detector Position Sequence SQ 1
|
1209
|
+
0018,9542 X-Ray Acquisition Dose Sequence SQ 1
|
1210
|
+
0018,9543 X-Ray Source Isocenter Primary Angle FD 1
|
1211
|
+
0018,9544 X-Ray Source Isocenter Secondary Angle FD 1
|
1212
|
+
0018,9545 Breast Support Isocenter Primary Angle FD 1
|
1213
|
+
0018,9546 Breast Support Isocenter Secondary Angle FD 1
|
1214
|
+
0018,9547 Breast Support X Position to Isocenter FD 1
|
1215
|
+
0018,9548 Breast Support Y Position to Isocenter FD 1
|
1216
|
+
0018,9549 Breast Support Z Position to Isocenter FD 1
|
1217
|
+
0018,9550 Detector Isocenter Primary Angle FD 1
|
1218
|
+
0018,9551 Detector Isocenter Secondary Angle FD 1
|
1219
|
+
0018,9552 Detector X Position to Isocenter FD 1
|
1220
|
+
0018,9553 Detector Y Position to Isocenter FD 1
|
1221
|
+
0018,9554 Detector Z Position to Isocenter FD 1
|
1222
|
+
0018,9555 X-Ray Grid Sequence SQ 1
|
1223
|
+
0018,9556 X-Ray Filter Sequence SQ 1
|
1224
|
+
0018,9557 Detector Active Area TLHC Position FD 3
|
1225
|
+
0018,9558 Detector Active Area Orientation FD 6
|
1226
|
+
0018,9559 Positioner Primary Angle Direction CS 1
|
1080
1227
|
0018,9601 Diffusion b-matrix Sequence SQ 1
|
1081
1228
|
0018,9602 Diffusion b-value XX FD 1
|
1082
1229
|
0018,9603 Diffusion b-value XY FD 1
|
@@ -1084,6 +1231,10 @@
|
|
1084
1231
|
0018,9605 Diffusion b-value YY FD 1
|
1085
1232
|
0018,9606 Diffusion b-value YZ FD 1
|
1086
1233
|
0018,9607 Diffusion b-value ZZ FD 1
|
1234
|
+
0018,9621 Functional MR Sequence SQ 1
|
1235
|
+
0018,9622 Functional Settling Phase Frames Present CS 1
|
1236
|
+
0018,9623 Functional Sync Pulse DT 1
|
1237
|
+
0018,9624 Settling Phase Frame CS 1
|
1087
1238
|
0018,9701 Decay Correction DateTime DT 1
|
1088
1239
|
0018,9715 Start Density Threshold FD 1
|
1089
1240
|
0018,9716 Start Relative Density Difference Threshold FD 1
|
@@ -1129,7 +1280,7 @@
|
|
1129
1280
|
0018,9772 Patient Physiological State Code Sequence SQ 1
|
1130
1281
|
0018,9801 Depth(s) of Focus FD 1-n
|
1131
1282
|
0018,9803 Excluded Intervals Sequence SQ 1
|
1132
|
-
0018,9804 Exclusion Start
|
1283
|
+
0018,9804 Exclusion Start DateTime DT 1
|
1133
1284
|
0018,9805 Exclusion Duration FD 1
|
1134
1285
|
0018,9806 US Image Description Sequence SQ 1
|
1135
1286
|
0018,9807 Image Data Type Sequence SQ 1
|
@@ -1140,8 +1291,9 @@
|
|
1140
1291
|
0018,980D Transducer Geometry Code Sequence SQ 1
|
1141
1292
|
0018,980E Transducer Beam Steering Code Sequence SQ 1
|
1142
1293
|
0018,980F Transducer Application Code Sequence SQ 1
|
1294
|
+
0018,9810 Zero Velocity Pixel Value US,SS 1
|
1143
1295
|
0018,A001 Contributing Equipment Sequence SQ 1
|
1144
|
-
0018,A002 Contribution
|
1296
|
+
0018,A002 Contribution DateTime DT 1
|
1145
1297
|
0018,A003 Contribution Description ST 1
|
1146
1298
|
0020,000D Study Instance UID UI 1
|
1147
1299
|
0020,000E Series Instance UID UI 1
|
@@ -1191,7 +1343,7 @@
|
|
1191
1343
|
0020,1206 Number of Study Related Series IS 1
|
1192
1344
|
0020,1208 Number of Study Related Instances IS 1
|
1193
1345
|
0020,1209 Number of Series Related Instances IS 1
|
1194
|
-
0020,
|
1346
|
+
0020,31xx Source Image IDs CS 1-n R
|
1195
1347
|
0020,3401 Modifying Device ID CS 1 R
|
1196
1348
|
0020,3402 Modified Image ID CS 1 R
|
1197
1349
|
0020,3403 Modified Image Date DA 1 R
|
@@ -1221,6 +1373,9 @@
|
|
1221
1373
|
0020,9164 Dimension Organization UID UI 1
|
1222
1374
|
0020,9165 Dimension Index Pointer AT 1
|
1223
1375
|
0020,9167 Functional Group Pointer AT 1
|
1376
|
+
0020,9170 Unassigned Shared Converted Attributes Sequence SQ 1
|
1377
|
+
0020,9171 Unassigned Per-Frame Converted Attributes Sequence SQ 1
|
1378
|
+
0020,9172 Conversion Source Attributes Sequence SQ 1
|
1224
1379
|
0020,9213 Dimension Index Private Creator LO 1
|
1225
1380
|
0020,9221 Dimension Organization Sequence SQ 1
|
1226
1381
|
0020,9222 Dimension Index Sequence SQ 1
|
@@ -1246,6 +1401,7 @@
|
|
1246
1401
|
0020,9308 Apex Position FD 3
|
1247
1402
|
0020,9309 Volume to Transducer Mapping Matrix FD 16
|
1248
1403
|
0020,930A Volume to Table Mapping Matrix FD 16
|
1404
|
+
0020,930B Volume to Transducer Relationship CS 1
|
1249
1405
|
0020,930C Patient Frame of Reference Source CS 1
|
1250
1406
|
0020,930D Temporal Position Time Offset FD 1
|
1251
1407
|
0020,930E Plane Position (Volume) Sequence SQ 1
|
@@ -1292,6 +1448,7 @@
|
|
1292
1448
|
0022,0020 Stereo Pairs Sequence SQ 1
|
1293
1449
|
0022,0021 Left Image Sequence SQ 1
|
1294
1450
|
0022,0022 Right Image Sequence SQ 1
|
1451
|
+
0022,0028 Stereo Pairs Present CS 1
|
1295
1452
|
0022,0030 Axial Length of the Eye FL 1
|
1296
1453
|
0022,0031 Ophthalmic Frame Location Sequence SQ 1
|
1297
1454
|
0022,0032 Reference Coordinates FL 2-2n
|
@@ -1311,7 +1468,9 @@
|
|
1311
1468
|
0022,0058 Mydriatic Agent Sequence SQ 1
|
1312
1469
|
0022,1007 Ophthalmic Axial Measurements Right Eye Sequence SQ 1
|
1313
1470
|
0022,1008 Ophthalmic Axial Measurements Left Eye Sequence SQ 1
|
1471
|
+
0022,1009 Ophthalmic Axial Measurements Device Type CS 1
|
1314
1472
|
0022,1010 Ophthalmic Axial Length Measurements Type CS 1
|
1473
|
+
0022,1012 Ophthalmic Axial Length Sequence SQ 1
|
1315
1474
|
0022,1019 Ophthalmic Axial Length FL 1
|
1316
1475
|
0022,1024 Lens Status Code Sequence SQ 1
|
1317
1476
|
0022,1025 Vitreous Status Code Sequence SQ 1
|
@@ -1322,7 +1481,7 @@
|
|
1322
1481
|
0022,1037 Target Refraction FL 1
|
1323
1482
|
0022,1039 Refractive Procedure Occurred CS 1
|
1324
1483
|
0022,1040 Refractive Surgery Type Code Sequence SQ 1
|
1325
|
-
0022,1044 Ophthalmic Ultrasound
|
1484
|
+
0022,1044 Ophthalmic Ultrasound Method Code Sequence SQ 1
|
1326
1485
|
0022,1050 Ophthalmic Axial Length Measurements Sequence SQ 1
|
1327
1486
|
0022,1053 IOL Power FL 1
|
1328
1487
|
0022,1054 Predicted Refractive Error FL 1
|
@@ -1332,22 +1491,27 @@
|
|
1332
1491
|
0022,1090 IOL Power Sequence SQ 1
|
1333
1492
|
0022,1092 Lens Constant Sequence SQ 1
|
1334
1493
|
0022,1093 IOL Manufacturer LO 1
|
1335
|
-
0022,1094 Lens Constant Description LO 1
|
1494
|
+
0022,1094 Lens Constant Description LO 1 R
|
1495
|
+
0022,1095 Implant Name LO 1
|
1336
1496
|
0022,1096 Keratometry Measurement Type Code Sequence SQ 1
|
1497
|
+
0022,1097 Implant Part Number LO 1
|
1337
1498
|
0022,1100 Referenced Ophthalmic Axial Measurements Sequence SQ 1
|
1338
1499
|
0022,1101 Ophthalmic Axial Length Measurements Segment Name Code Sequence SQ 1
|
1339
1500
|
0022,1103 Refractive Error Before Refractive Surgery Code Sequence SQ 1
|
1340
1501
|
0022,1121 IOL Power For Exact Emmetropia FL 1
|
1341
1502
|
0022,1122 IOL Power For Exact Target Refraction FL 1
|
1342
1503
|
0022,1125 Anterior Chamber Depth Definition Code Sequence SQ 1
|
1504
|
+
0022,1127 Lens Thickness Sequence SQ 1
|
1505
|
+
0022,1128 Anterior Chamber Depth Sequence SQ 1
|
1343
1506
|
0022,1130 Lens Thickness FL 1
|
1344
1507
|
0022,1131 Anterior Chamber Depth FL 1
|
1345
1508
|
0022,1132 Source of Lens Thickness Data Code Sequence SQ 1
|
1346
1509
|
0022,1133 Source of Anterior Chamber Depth Data Code Sequence SQ 1
|
1347
|
-
0022,
|
1510
|
+
0022,1134 Source of Refractive Measurements Sequence SQ 1
|
1511
|
+
0022,1135 Source of Refractive Measurements Code Sequence SQ 1
|
1348
1512
|
0022,1140 Ophthalmic Axial Length Measurement Modified CS 1
|
1349
1513
|
0022,1150 Ophthalmic Axial Length Data Source Code Sequence SQ 1
|
1350
|
-
0022,1153 Ophthalmic Axial Length Acquisition Method Code Sequence SQ 1
|
1514
|
+
0022,1153 Ophthalmic Axial Length Acquisition Method Code Sequence SQ 1 R
|
1351
1515
|
0022,1155 Signal to Noise Ratio FL 1
|
1352
1516
|
0022,1159 Ophthalmic Axial Length Data Source Description LO 1
|
1353
1517
|
0022,1210 Ophthalmic Axial Length Measurements Total Length Sequence SQ 1
|
@@ -1361,10 +1525,41 @@
|
|
1361
1525
|
0022,1257 Selected Segmental Ophthalmic Axial Length Sequence SQ 1
|
1362
1526
|
0022,1260 Selected Total Ophthalmic Axial Length Sequence SQ 1
|
1363
1527
|
0022,1262 Ophthalmic Axial Length Quality Metric Sequence SQ 1
|
1364
|
-
0022,
|
1528
|
+
0022,1265 Ophthalmic Axial Length Quality Metric Type Code Sequence SQ 1 R
|
1529
|
+
0022,1273 Ophthalmic Axial Length Quality Metric Type Description LO 1 R
|
1365
1530
|
0022,1300 Intraocular Lens Calculations Right Eye Sequence SQ 1
|
1366
1531
|
0022,1310 Intraocular Lens Calculations Left Eye Sequence SQ 1
|
1367
1532
|
0022,1330 Referenced Ophthalmic Axial Length Measurement QC Image Sequence SQ 1
|
1533
|
+
0022,1415 Ophthalmic Mapping Device Type CS 1
|
1534
|
+
0022,1420 Acquisition Method Code Sequence SQ 1
|
1535
|
+
0022,1423 Acquisition Method Algorithm Sequence SQ 1
|
1536
|
+
0022,1436 Ophthalmic Thickness Map Type Code Sequence SQ 1
|
1537
|
+
0022,1443 Ophthalmic Thickness Mapping Normals Sequence SQ 1
|
1538
|
+
0022,1445 Retinal Thickness Definition Code Sequence SQ 1
|
1539
|
+
0022,1450 Pixel Value Mapping to Coded Concept Sequence SQ 1
|
1540
|
+
0022,1452 Mapped Pixel Value US,SS 1
|
1541
|
+
0022,1454 Pixel Value Mapping Explanation LO 1
|
1542
|
+
0022,1458 Ophthalmic Thickness Map Quality Threshold Sequence SQ 1
|
1543
|
+
0022,1460 Ophthalmic Thickness Map Threshold Quality Rating FL 1
|
1544
|
+
0022,1463 Anatomic Structure Reference Point FL 2
|
1545
|
+
0022,1465 Registration to Localizer Sequence SQ 1
|
1546
|
+
0022,1466 Registered Localizer Units CS 1
|
1547
|
+
0022,1467 Registered Localizer Top Left Hand Corner FL 2
|
1548
|
+
0022,1468 Registered Localizer Bottom Right Hand Corner FL 2
|
1549
|
+
0022,1470 Ophthalmic Thickness Map Quality Rating Sequence SQ 1
|
1550
|
+
0022,1472 Relevant OPT Attributes Sequence SQ 1
|
1551
|
+
0022,1512 Transformation Method Code Sequence SQ 1
|
1552
|
+
0022,1513 Transformation Algorithm Sequence SQ 1
|
1553
|
+
0022,1515 Ophthalmic Axial Length Method CS 1
|
1554
|
+
0022,1517 Ophthalmic FOV FL 1
|
1555
|
+
0022,1518 Two Dimensional to Three Dimensional Map Sequence SQ 1
|
1556
|
+
0022,1525 Wide Field Ophthalmic Photography Quality Rating Sequence SQ 1
|
1557
|
+
0022,1526 Wide Field Ophthalmic Photography Quality Threshold Sequence SQ 1
|
1558
|
+
0022,1527 Wide Field Ophthalmic Photography Threshold Quality Rating FL 1
|
1559
|
+
0022,1528 X Coordinates Center Pixel View Angle FL 1
|
1560
|
+
0022,1529 Y Coordinates Center Pixel View Angle FL 1
|
1561
|
+
0022,1530 Number of Map Points UL 1
|
1562
|
+
0022,1531 Two Dimensional to Three Dimensional Map Data OF 1
|
1368
1563
|
0024,0010 Visual Field Horizontal Extent FL 1
|
1369
1564
|
0024,0011 Visual Field Vertical Extent FL 1
|
1370
1565
|
0024,0012 Visual Field Shape CS 1
|
@@ -1407,8 +1602,8 @@
|
|
1407
1602
|
0024,0065 Age Corrected Sensitivity Deviation Algorithm Sequence SQ 1
|
1408
1603
|
0024,0066 Global Deviation From Normal FL 1
|
1409
1604
|
0024,0067 Generalized Defect Sensitivity Deviation Algorithm Sequence SQ 1
|
1410
|
-
0024,0068 Localized Deviation
|
1411
|
-
0024,0069 Patient Reliability Indicator
|
1605
|
+
0024,0068 Localized Deviation From Normal FL 1
|
1606
|
+
0024,0069 Patient Reliability Indicator LO 1
|
1412
1607
|
0024,0070 Visual Field Mean Sensitivity FL 1
|
1413
1608
|
0024,0071 Global Deviation Probability FL 1
|
1414
1609
|
0024,0072 Local Deviation Probability Normals Flag CS 1
|
@@ -1440,7 +1635,7 @@
|
|
1440
1635
|
0024,0102 Generalized Defect Corrected Sensitivity Deviation Flag CS 1
|
1441
1636
|
0024,0103 Generalized Defect Corrected Sensitivity Deviation Value FL 1
|
1442
1637
|
0024,0104 Generalized Defect Corrected Sensitivity Deviation Probability Value FL 1
|
1443
|
-
0024,0105 Minimum Sensitivity Value FL
|
1638
|
+
0024,0105 Minimum Sensitivity Value FL 1
|
1444
1639
|
0024,0106 Blind Spot Localized CS 1
|
1445
1640
|
0024,0107 Blind Spot X-Coordinate FL 1
|
1446
1641
|
0024,0108 Blind Spot Y-Coordinate FL 1
|
@@ -1478,7 +1673,6 @@
|
|
1478
1673
|
0028,0011 Columns US 1
|
1479
1674
|
0028,0012 Planes US 1 R
|
1480
1675
|
0028,0014 Ultrasound Color Data Present US 1
|
1481
|
-
0028,0020 R
|
1482
1676
|
0028,0030 Pixel Spacing DS 2
|
1483
1677
|
0028,0031 Zoom Factor DS 2
|
1484
1678
|
0028,0032 Zoom Center DS 2
|
@@ -1519,11 +1713,16 @@
|
|
1519
1713
|
0028,0111 Largest Image Pixel Value in Plane US,SS 1 R
|
1520
1714
|
0028,0120 Pixel Padding Value US,SS 1
|
1521
1715
|
0028,0121 Pixel Padding Range Limit US,SS 1
|
1716
|
+
0028,0122 Float Pixel Padding Value FL 1
|
1717
|
+
0028,0123 Double Float Pixel Padding Value FD 1
|
1718
|
+
0028,0124 Float Pixel Padding Range Limit FL 1
|
1719
|
+
0028,0125 Double Float Pixel Padding Range Limit FD 1
|
1522
1720
|
0028,0200 Image Location US 1 R
|
1523
1721
|
0028,0300 Quality Control Image CS 1
|
1524
1722
|
0028,0301 Burned In Annotation CS 1
|
1525
1723
|
0028,0302 Recognizable Visual Features CS 1
|
1526
1724
|
0028,0303 Longitudinal Temporal Information Modified CS 1
|
1725
|
+
0028,0304 Referenced Color Palette Instance UID UI 1
|
1527
1726
|
0028,0400 Transform Label LO 1 R
|
1528
1727
|
0028,0401 Transform Version Number LO 1 R
|
1529
1728
|
0028,0402 Number of Transform Steps US 1 R
|
@@ -1569,7 +1768,7 @@
|
|
1569
1768
|
0028,1112 Large Green Palette Color Lookup Table Descriptor US,SS 4 R
|
1570
1769
|
0028,1113 Large Blue Palette Color Lookup Table Descriptor US,SS 4 R
|
1571
1770
|
0028,1199 Palette Color Lookup Table UID UI 1
|
1572
|
-
0028,1200 Gray Lookup Table Data US,
|
1771
|
+
0028,1200 Gray Lookup Table Data US,SS,OW 1-n,1 R
|
1573
1772
|
0028,1201 Red Palette Color Lookup Table Data OW 1
|
1574
1773
|
0028,1202 Green Palette Color Lookup Table Data OW 1
|
1575
1774
|
0028,1203 Blue Palette Color Lookup Table Data OW 1
|
@@ -1581,6 +1780,7 @@
|
|
1581
1780
|
0028,1221 Segmented Red Palette Color Lookup Table Data OW 1
|
1582
1781
|
0028,1222 Segmented Green Palette Color Lookup Table Data OW 1
|
1583
1782
|
0028,1223 Segmented Blue Palette Color Lookup Table Data OW 1
|
1783
|
+
0028,1224 Segmented Alpha Palette Color Lookup Table Data OW 1
|
1584
1784
|
0028,1300 Breast Implant Present CS 1
|
1585
1785
|
0028,1350 Partial View CS 1
|
1586
1786
|
0028,1351 Partial View Description ST 1
|
@@ -1601,6 +1801,7 @@
|
|
1601
1801
|
0028,140F RGB LUT Transfer Function CS 1
|
1602
1802
|
0028,1410 Alpha LUT Transfer Function CS 1
|
1603
1803
|
0028,2000 ICC Profile OB 1
|
1804
|
+
0028,2002 Color Space CS 1
|
1604
1805
|
0028,2110 Lossy Image Compression CS 1
|
1605
1806
|
0028,2112 Lossy Image Compression Ratio DS 1-n
|
1606
1807
|
0028,2114 Lossy Image Compression Method CS 1-n
|
@@ -1608,7 +1809,7 @@
|
|
1608
1809
|
0028,3002 LUT Descriptor US,SS 3
|
1609
1810
|
0028,3003 LUT Explanation LO 1
|
1610
1811
|
0028,3004 Modality LUT Type LO 1
|
1611
|
-
0028,3006 LUT Data US,OW 1-
|
1812
|
+
0028,3006 LUT Data US,OW 1-n,1
|
1612
1813
|
0028,3010 VOI LUT Sequence SQ 1
|
1613
1814
|
0028,3110 Softcopy VOI LUT Sequence SQ 1
|
1614
1815
|
0028,4000 Image Presentation Comments LT 1 R
|
@@ -1627,7 +1828,54 @@
|
|
1627
1828
|
0028,6114 Mask Sub-pixel Shift FL 2
|
1628
1829
|
0028,6120 TID Offset SS 1
|
1629
1830
|
0028,6190 Mask Operation Explanation ST 1
|
1630
|
-
0028,
|
1831
|
+
0028,7000 Equipment Administrator Sequence SQ 1
|
1832
|
+
0028,7001 Number of Display Subsystems US 1
|
1833
|
+
0028,7002 Current Configuration ID US 1
|
1834
|
+
0028,7003 Display Subsystem ID US 1
|
1835
|
+
0028,7004 Display Subsystem Name SH 1
|
1836
|
+
0028,7005 Display Subsystem Description LO 1
|
1837
|
+
0028,7006 System Status CS 1
|
1838
|
+
0028,7007 System Status Comment LO 1
|
1839
|
+
0028,7008 Target Luminance Characteristics Sequence SQ 1
|
1840
|
+
0028,7009 Luminance Characteristics ID US 1
|
1841
|
+
0028,700A Display Subsystem Configuration Sequence SQ 1
|
1842
|
+
0028,700B Configuration ID US 1
|
1843
|
+
0028,700C Configuration Name SH 1
|
1844
|
+
0028,700D Configuration Description LO 1
|
1845
|
+
0028,700E Referenced Target Luminance Characteristics ID US 1
|
1846
|
+
0028,700F QA Results Sequence SQ 1
|
1847
|
+
0028,7010 Display Subsystem QA Results Sequence SQ 1
|
1848
|
+
0028,7011 Configuration QA Results Sequence SQ 1
|
1849
|
+
0028,7012 Measurement Equipment Sequence SQ 1
|
1850
|
+
0028,7013 Measurement Functions CS 1-n
|
1851
|
+
0028,7014 Measurement Equipment Type CS 1
|
1852
|
+
0028,7015 Visual Evaluation Result Sequence SQ 1
|
1853
|
+
0028,7016 Display Calibration Result Sequence SQ 1
|
1854
|
+
0028,7017 DDL Value US 1
|
1855
|
+
0028,7018 CIExy White Point FL 2
|
1856
|
+
0028,7019 Display Function Type CS 1
|
1857
|
+
0028,701A Gamma Value FL 1
|
1858
|
+
0028,701B Number of Luminance Points US 1
|
1859
|
+
0028,701C Luminance Response Sequence SQ 1
|
1860
|
+
0028,701D Target Minimum Luminance FL 1
|
1861
|
+
0028,701E Target Maximum Luminance FL 1
|
1862
|
+
0028,701F Luminance Value FL 1
|
1863
|
+
0028,7020 Luminance Response Description LO 1
|
1864
|
+
0028,7021 White Point Flag CS 1
|
1865
|
+
0028,7022 Display Device Type Code Sequence SQ 1
|
1866
|
+
0028,7023 Display Subsystem Sequence SQ 1
|
1867
|
+
0028,7024 Luminance Result Sequence SQ 1
|
1868
|
+
0028,7025 Ambient Light Value Source CS 1
|
1869
|
+
0028,7026 Measured Characteristics CS 1-n
|
1870
|
+
0028,7027 Luminance Uniformity Result Sequence SQ 1
|
1871
|
+
0028,7028 Visual Evaluation Test Sequence SQ 1
|
1872
|
+
0028,7029 Test Result CS 1
|
1873
|
+
0028,702A Test Result Comment LO 1
|
1874
|
+
0028,702B Test Image Validation CS 1
|
1875
|
+
0028,702C Test Pattern Code Sequence SQ 1
|
1876
|
+
0028,702D Measurement Pattern Code Sequence SQ 1
|
1877
|
+
0028,702E Visual Evaluation Method Code Sequence SQ 1
|
1878
|
+
0028,7FE0 Pixel Data Provider URL UR 1
|
1631
1879
|
0028,9001 Data Point Rows UL 1
|
1632
1880
|
0028,9002 Data Point Columns UL 1
|
1633
1881
|
0028,9003 Signal Domain Columns CS 1
|
@@ -1706,6 +1954,8 @@
|
|
1706
1954
|
0038,0062 Service Episode Description LO 1
|
1707
1955
|
0038,0064 Issuer of Service Episode ID Sequence SQ 1
|
1708
1956
|
0038,0100 Pertinent Documents Sequence SQ 1
|
1957
|
+
0038,0101 Pertinent Resources Sequence SQ 1
|
1958
|
+
0038,0102 Resource Description LO 1
|
1709
1959
|
0038,0300 Current Patient Location LO 1
|
1710
1960
|
0038,0400 Patient's Institution Residence LO 1
|
1711
1961
|
0038,0500 Patient State LO 1
|
@@ -1865,6 +2115,7 @@
|
|
1865
2115
|
0040,1101 Person Identification Code Sequence SQ 1
|
1866
2116
|
0040,1102 Person's Address ST 1
|
1867
2117
|
0040,1103 Person's Telephone Numbers LO 1-n
|
2118
|
+
0040,1104 Person's Telecom Information LT 1
|
1868
2119
|
0040,1400 Requested Procedure Comments LT 1
|
1869
2120
|
0040,2001 Reason for the Imaging Service Request LO 1 R
|
1870
2121
|
0040,2004 Issue Date of Imaging Service Request DA 1
|
@@ -1874,36 +2125,37 @@
|
|
1874
2125
|
0040,2008 Order Entered By PN 1
|
1875
2126
|
0040,2009 Order Enterer's Location SH 1
|
1876
2127
|
0040,2010 Order Callback Phone Number SH 1
|
2128
|
+
0040,2011 Order Callback Telecom Information LT 1
|
1877
2129
|
0040,2016 Placer Order Number / Imaging Service Request LO 1
|
1878
2130
|
0040,2017 Filler Order Number / Imaging Service Request LO 1
|
1879
2131
|
0040,2400 Imaging Service Request Comments LT 1
|
1880
2132
|
0040,3001 Confidentiality Constraint on Patient Data Description LO 1
|
1881
|
-
0040,4001 General Purpose Scheduled Procedure Step Status CS 1
|
1882
|
-
0040,4002 General Purpose Performed Procedure Step Status CS 1
|
1883
|
-
0040,4003 General Purpose Scheduled Procedure Step Priority CS 1
|
1884
|
-
0040,4004 Scheduled Processing Applications Code Sequence SQ 1
|
2133
|
+
0040,4001 General Purpose Scheduled Procedure Step Status CS 1 R
|
2134
|
+
0040,4002 General Purpose Performed Procedure Step Status CS 1 R
|
2135
|
+
0040,4003 General Purpose Scheduled Procedure Step Priority CS 1 R
|
2136
|
+
0040,4004 Scheduled Processing Applications Code Sequence SQ 1 R
|
1885
2137
|
0040,4005 Scheduled Procedure Step Start DateTime DT 1
|
1886
|
-
0040,4006 Multiple Copies Flag CS 1
|
2138
|
+
0040,4006 Multiple Copies Flag CS 1 R
|
1887
2139
|
0040,4007 Performed Processing Applications Code Sequence SQ 1
|
1888
2140
|
0040,4009 Human Performer Code Sequence SQ 1
|
1889
|
-
0040,4010 Scheduled Procedure Step Modification
|
1890
|
-
0040,4011 Expected Completion
|
1891
|
-
0040,4015 Resulting General Purpose Performed Procedure Steps Sequence SQ 1
|
1892
|
-
0040,4016 Referenced General Purpose Scheduled Procedure Step Sequence SQ 1
|
2141
|
+
0040,4010 Scheduled Procedure Step Modification DateTime DT 1
|
2142
|
+
0040,4011 Expected Completion DateTime DT 1
|
2143
|
+
0040,4015 Resulting General Purpose Performed Procedure Steps Sequence SQ 1 R
|
2144
|
+
0040,4016 Referenced General Purpose Scheduled Procedure Step Sequence SQ 1 R
|
1893
2145
|
0040,4018 Scheduled Workitem Code Sequence SQ 1
|
1894
2146
|
0040,4019 Performed Workitem Code Sequence SQ 1
|
1895
2147
|
0040,4020 Input Availability Flag CS 1
|
1896
2148
|
0040,4021 Input Information Sequence SQ 1
|
1897
|
-
0040,4022 Relevant Information Sequence SQ 1
|
1898
|
-
0040,4023 Referenced General Purpose Scheduled Procedure Step Transaction UID UI 1
|
2149
|
+
0040,4022 Relevant Information Sequence SQ 1 R
|
2150
|
+
0040,4023 Referenced General Purpose Scheduled Procedure Step Transaction UID UI 1 R
|
1899
2151
|
0040,4025 Scheduled Station Name Code Sequence SQ 1
|
1900
2152
|
0040,4026 Scheduled Station Class Code Sequence SQ 1
|
1901
2153
|
0040,4027 Scheduled Station Geographic Location Code Sequence SQ 1
|
1902
2154
|
0040,4028 Performed Station Name Code Sequence SQ 1
|
1903
2155
|
0040,4029 Performed Station Class Code Sequence SQ 1
|
1904
2156
|
0040,4030 Performed Station Geographic Location Code Sequence SQ 1
|
1905
|
-
0040,4031 Requested Subsequent Workitem Code Sequence SQ 1
|
1906
|
-
0040,4032 Non-DICOM Output Code Sequence SQ 1
|
2157
|
+
0040,4031 Requested Subsequent Workitem Code Sequence SQ 1 R
|
2158
|
+
0040,4032 Non-DICOM Output Code Sequence SQ 1 R
|
1907
2159
|
0040,4033 Output Information Sequence SQ 1
|
1908
2160
|
0040,4034 Scheduled Human Performers Sequence SQ 1
|
1909
2161
|
0040,4035 Actual Human Performers Sequence SQ 1
|
@@ -1914,14 +2166,23 @@
|
|
1914
2166
|
0040,4050 Performed Procedure Step Start DateTime DT 1
|
1915
2167
|
0040,4051 Performed Procedure Step End DateTime DT 1
|
1916
2168
|
0040,4052 Procedure Step Cancellation DateTime DT 1
|
2169
|
+
0040,4070 Output Destination Sequence SQ 1
|
2170
|
+
0040,4071 DICOM Storage Sequence SQ 1
|
2171
|
+
0040,4072 STOW-RS Storage Sequence SQ 1
|
2172
|
+
0040,4073 Storage URL UR 1
|
2173
|
+
0040,4074 XDS Storage Sequence SQ 1
|
1917
2174
|
0040,8302 Entrance Dose in mGy DS 1
|
2175
|
+
0040,9092 Parametric Map Frame Type Sequence SQ 1
|
1918
2176
|
0040,9094 Referenced Image Real World Value Mapping Sequence SQ 1
|
1919
2177
|
0040,9096 Real World Value Mapping Sequence SQ 1
|
1920
2178
|
0040,9098 Pixel Value Mapping Code Sequence SQ 1
|
1921
2179
|
0040,9210 LUT Label SH 1
|
1922
2180
|
0040,9211 Real World Value Last Value Mapped US,SS 1
|
1923
2181
|
0040,9212 Real World Value LUT Data FD 1-n
|
2182
|
+
0040,9213 Double Float Real World Value Last Value Mapped FD 1
|
2183
|
+
0040,9214 Double Float Real World Value First Value Mapped FD 1
|
1924
2184
|
0040,9216 Real World Value First Value Mapped US,SS 1
|
2185
|
+
0040,9220 Quantity Definition Sequence SQ 1
|
1925
2186
|
0040,9224 Real World Value Intercept FD 1
|
1926
2187
|
0040,9225 Real World Value Slope FD 1
|
1927
2188
|
0040,A007 Findings Flag (Trial) CS 1 R
|
@@ -1934,8 +2195,8 @@
|
|
1934
2195
|
0040,A026 Findings Source Category Code Sequence (Trial) SQ 1 R
|
1935
2196
|
0040,A027 Verifying Organization LO 1
|
1936
2197
|
0040,A028 Documenting Organization Identifier Code Sequence (Trial) SQ 1 R
|
1937
|
-
0040,A030 Verification
|
1938
|
-
0040,A032 Observation
|
2198
|
+
0040,A030 Verification DateTime DT 1
|
2199
|
+
0040,A032 Observation DateTime DT 1
|
1939
2200
|
0040,A040 Value Type CS 1
|
1940
2201
|
0040,A043 Concept Name Code Sequence SQ 1
|
1941
2202
|
0040,A047 Measurement Precision Description (Trial) LO 1 R
|
@@ -1975,11 +2236,14 @@
|
|
1975
2236
|
0040,A138 Referenced Time Offsets DS 1-n
|
1976
2237
|
0040,A13A Referenced DateTime DT 1-n
|
1977
2238
|
0040,A160 Text Value UT 1
|
2239
|
+
0040,A161 Floating Point Value FD 1-n
|
2240
|
+
0040,A162 Rational Numerator Value SL 1-n
|
2241
|
+
0040,A163 Rational Denominator Value UL 1-n
|
1978
2242
|
0040,A167 Observation Category Code Sequence (Trial) SQ 1 R
|
1979
2243
|
0040,A168 Concept Code Sequence SQ 1
|
1980
2244
|
0040,A16A Bibliographic Citation (Trial) ST 1 R
|
1981
2245
|
0040,A170 Purpose of Reference Code Sequence SQ 1
|
1982
|
-
0040,A171 Observation UID
|
2246
|
+
0040,A171 Observation UID UI 1
|
1983
2247
|
0040,A172 Referenced Observation UID (Trial) UI 1 R
|
1984
2248
|
0040,A173 Referenced Observation Class (Trial) CS 1 R
|
1985
2249
|
0040,A174 Referenced Object Observation Class (Trial) CS 1 R
|
@@ -2041,13 +2305,14 @@
|
|
2041
2305
|
0040,E004 HL7 Document Effective Time DT 1
|
2042
2306
|
0040,E006 HL7 Document Type Code Sequence SQ 1
|
2043
2307
|
0040,E008 Document Class Code Sequence SQ 1
|
2044
|
-
0040,E010 Retrieve URI
|
2308
|
+
0040,E010 Retrieve URI UR 1
|
2045
2309
|
0040,E011 Retrieve Location UID UI 1
|
2046
2310
|
0040,E020 Type of Instances CS 1
|
2047
2311
|
0040,E021 DICOM Retrieval Sequence SQ 1
|
2048
2312
|
0040,E022 DICOM Media Retrieval Sequence SQ 1
|
2049
2313
|
0040,E023 WADO Retrieval Sequence SQ 1
|
2050
2314
|
0040,E024 XDS Retrieval Sequence SQ 1
|
2315
|
+
0040,E025 WADO-RS Retrieval Sequence SQ 1
|
2051
2316
|
0040,E030 Repository Unique ID UI 1
|
2052
2317
|
0040,E031 Home Community ID UI 1
|
2053
2318
|
0042,0010 Document Title ST 1
|
@@ -2118,6 +2383,36 @@
|
|
2118
2383
|
0046,0145 Referenced Refractive Measurements Sequence SQ 1
|
2119
2384
|
0046,0146 Sphere Power FD 1
|
2120
2385
|
0046,0147 Cylinder Power FD 1
|
2386
|
+
0046,0201 Corneal Topography Surface CS 1
|
2387
|
+
0046,0202 Corneal Vertex Location FL 2
|
2388
|
+
0046,0203 Pupil Centroid X-Coordinate FL 1
|
2389
|
+
0046,0204 Pupil Centroid Y-Coordinate FL 1
|
2390
|
+
0046,0205 Equivalent Pupil Radius FL 1
|
2391
|
+
0046,0207 Corneal Topography Map Type Code Sequence SQ 1
|
2392
|
+
0046,0208 Vertices of the Outline of Pupil IS 2-2n
|
2393
|
+
0046,0210 Corneal Topography Mapping Normals Sequence SQ 1
|
2394
|
+
0046,0211 Maximum Corneal Curvature Sequence SQ 1
|
2395
|
+
0046,0212 Maximum Corneal Curvature FL 1
|
2396
|
+
0046,0213 Maximum Corneal Curvature Location FL 2
|
2397
|
+
0046,0215 Minimum Keratometric Sequence SQ 1
|
2398
|
+
0046,0218 Simulated Keratometric Cylinder Sequence SQ 1
|
2399
|
+
0046,0220 Average Corneal Power FL 1
|
2400
|
+
0046,0224 Corneal I-S Value FL 1
|
2401
|
+
0046,0227 Analyzed Area FL 1
|
2402
|
+
0046,0230 Surface Regularity Index FL 1
|
2403
|
+
0046,0232 Surface Asymmetry Index FL 1
|
2404
|
+
0046,0234 Corneal Eccentricity Index FL 1
|
2405
|
+
0046,0236 Keratoconus Prediction Index FL 1
|
2406
|
+
0046,0238 Decimal Potential Visual Acuity FL 1
|
2407
|
+
0046,0242 Corneal Topography Map Quality Evaluation CS 1
|
2408
|
+
0046,0244 Source Image Corneal Processed Data Sequence SQ 1
|
2409
|
+
0046,0247 Corneal Point Location FL 3
|
2410
|
+
0046,0248 Corneal Point Estimated CS 1
|
2411
|
+
0046,0249 Axial Power FL 1
|
2412
|
+
0046,0250 Tangential Power FL 1
|
2413
|
+
0046,0251 Refractive Power FL 1
|
2414
|
+
0046,0252 Relative Elevation FL 1
|
2415
|
+
0046,0253 Corneal Wavefront FL 1
|
2121
2416
|
0048,0001 Imaged Volume Width FL 1
|
2122
2417
|
0048,0002 Imaged Volume Height FL 1
|
2123
2418
|
0048,0003 Imaged Volume Depth FL 1
|
@@ -2146,8 +2441,8 @@
|
|
2146
2441
|
0048,0202 Bottom Right Hand Corner of Localizer Area US 2
|
2147
2442
|
0048,0207 Optical Path Identification Sequence SQ 1
|
2148
2443
|
0048,021A Plane Position (Slide) Sequence SQ 1
|
2149
|
-
0048,021E
|
2150
|
-
0048,021F
|
2444
|
+
0048,021E Column Position In Total Image Pixel Matrix SL 1
|
2445
|
+
0048,021F Row Position In Total Image Pixel Matrix SL 1
|
2151
2446
|
0048,0301 Pixel Origin Interpretation CS 1
|
2152
2447
|
0050,0004 Calibration Image CS 1
|
2153
2448
|
0050,0010 Device Sequence SQ 1
|
@@ -2173,10 +2468,10 @@
|
|
2173
2468
|
0052,0007 OCT Optical Center Wavelength FD 1
|
2174
2469
|
0052,0008 Axial Resolution FD 1
|
2175
2470
|
0052,0009 Ranging Depth FD 1
|
2176
|
-
0052,0011 A
|
2177
|
-
0052,0012 A
|
2471
|
+
0052,0011 A-line Rate FD 1
|
2472
|
+
0052,0012 A-lines Per Frame US 1
|
2178
2473
|
0052,0013 Catheter Rotational Rate FD 1
|
2179
|
-
0052,0014 A
|
2474
|
+
0052,0014 A-line Pixel Spacing FD 1
|
2180
2475
|
0052,0016 Mode of Percutaneous Access Sequence SQ 1
|
2181
2476
|
0052,0025 Intravascular OCT Frame Type Sequence SQ 1
|
2182
2477
|
0052,0026 OCT Z Offset Applied CS 1
|
@@ -2186,11 +2481,12 @@
|
|
2186
2481
|
0052,0030 OCT Z Offset Correction SS 1
|
2187
2482
|
0052,0031 Catheter Direction of Rotation CS 1
|
2188
2483
|
0052,0033 Seam Line Location FD 1
|
2189
|
-
0052,0034 First A
|
2484
|
+
0052,0034 First A-line Location FD 1
|
2190
2485
|
0052,0036 Seam Line Index US 1
|
2191
|
-
0052,0038 Number of Padded A
|
2486
|
+
0052,0038 Number of Padded A-lines US 1
|
2192
2487
|
0052,0039 Interpolation Type CS 1
|
2193
2488
|
0052,003A Refractive Index Applied CS 1
|
2489
|
+
0054,0010 Energy Window Vector US 1-n
|
2194
2490
|
0054,0011 Number of Energy Windows US 1
|
2195
2491
|
0054,0012 Energy Window Information Sequence SQ 1
|
2196
2492
|
0054,0013 Energy Window Range Sequence SQ 1
|
@@ -2242,6 +2538,7 @@
|
|
2242
2538
|
0054,0412 Patient Orientation Modifier Code Sequence SQ 1
|
2243
2539
|
0054,0414 Patient Gantry Relationship Code Sequence SQ 1
|
2244
2540
|
0054,0500 Slice Progression Direction CS 1
|
2541
|
+
0054,0501 Scan Progression Direction CS 1
|
2245
2542
|
0054,1000 Series Type CS 2
|
2246
2543
|
0054,1001 Units CS 1
|
2247
2544
|
0054,1002 Counts Source CS 1
|
@@ -2292,6 +2589,10 @@
|
|
2292
2589
|
0062,000E Maximum Fractional Value US 1
|
2293
2590
|
0062,000F Segmented Property Type Code Sequence SQ 1
|
2294
2591
|
0062,0010 Segmentation Fractional Type CS 1
|
2592
|
+
0062,0011 Segmented Property Type Modifier Code Sequence SQ 1
|
2593
|
+
0062,0012 Used Segments Sequence SQ 1
|
2594
|
+
0062,0020 Tracking ID UT 1
|
2595
|
+
0062,0021 Tracking UID UI 1
|
2295
2596
|
0064,0002 Deformable Registration Sequence SQ 1
|
2296
2597
|
0064,0003 Source Frame of Reference UID UI 1
|
2297
2598
|
0064,0005 Deformable Registration Grid Sequence SQ 1
|
@@ -2326,13 +2627,13 @@
|
|
2326
2627
|
0066,001F Vector Dimensionality US 1
|
2327
2628
|
0066,0020 Vector Accuracy FL 1-n
|
2328
2629
|
0066,0021 Vector Coordinate Data OF 1
|
2329
|
-
0066,0023 Triangle Point Index List OW 1
|
2330
|
-
0066,0024 Edge Point Index List OW 1
|
2331
|
-
0066,0025 Vertex Point Index List OW 1
|
2630
|
+
0066,0023 Triangle Point Index List OW 1 R
|
2631
|
+
0066,0024 Edge Point Index List OW 1 R
|
2632
|
+
0066,0025 Vertex Point Index List OW 1 R
|
2332
2633
|
0066,0026 Triangle Strip Sequence SQ 1
|
2333
2634
|
0066,0027 Triangle Fan Sequence SQ 1
|
2334
2635
|
0066,0028 Line Sequence SQ 1
|
2335
|
-
0066,0029 Primitive Point Index List OW 1
|
2636
|
+
0066,0029 Primitive Point Index List OW 1 R
|
2336
2637
|
0066,002A Surface Count UL 1
|
2337
2638
|
0066,002B Referenced Surface Sequence SQ 1
|
2338
2639
|
0066,002C Referenced Surface Number UL 1
|
@@ -2345,6 +2646,28 @@
|
|
2345
2646
|
0066,0034 Facet Sequence SQ 1
|
2346
2647
|
0066,0035 Surface Processing Algorithm Identification Sequence SQ 1
|
2347
2648
|
0066,0036 Algorithm Name LO 1
|
2649
|
+
0066,0037 Recommended Point Radius FL 1
|
2650
|
+
0066,0038 Recommended Line Thickness FL 1
|
2651
|
+
0066,0040 Long Primitive Point Index List OL 1
|
2652
|
+
0066,0041 Long Triangle Point Index List OL 1
|
2653
|
+
0066,0042 Long Edge Point Index List OL 1
|
2654
|
+
0066,0043 Long Vertex Point Index List OL 1
|
2655
|
+
0066,0101 Track Set Sequence SQ 1
|
2656
|
+
0066,0102 Track Sequence SQ 1
|
2657
|
+
0066,0103 Recommended Display CIELab Value List OW 1
|
2658
|
+
0066,0104 Tracking Algorithm Identification Sequence SQ 1
|
2659
|
+
0066,0105 Track Set Number UL 1
|
2660
|
+
0066,0106 Track Set Label LO 1
|
2661
|
+
0066,0107 Track Set Description UT 1
|
2662
|
+
0066,0108 Track Set Anatomical Type Code Sequence SQ 1
|
2663
|
+
0066,0121 Measurements Sequence SQ 1
|
2664
|
+
0066,0124 Track Set Statistics Sequence SQ 1
|
2665
|
+
0066,0125 Floating Point Values OF 1
|
2666
|
+
0066,0129 Track Point Index List OL 1
|
2667
|
+
0066,0130 Track Statistics Sequence SQ 1
|
2668
|
+
0066,0132 Measurement Values Sequence SQ 1
|
2669
|
+
0066,0133 Diffusion Acquisition Code Sequence SQ 1
|
2670
|
+
0066,0134 Diffusion Model Code Sequence SQ 1
|
2348
2671
|
0068,6210 Implant Size LO 1
|
2349
2672
|
0068,6221 Implant Template Version LO 1
|
2350
2673
|
0068,6222 Replaced Implant Template Sequence SQ 1
|
@@ -2505,6 +2828,7 @@
|
|
2505
2828
|
0070,0308 Registration Sequence SQ 1
|
2506
2829
|
0070,0309 Matrix Registration Sequence SQ 1
|
2507
2830
|
0070,030A Matrix Sequence SQ 1
|
2831
|
+
0070,030B Frame of Reference to Displayed Coordinate System Transformation Matrix FD 16
|
2508
2832
|
0070,030C Frame of Reference Transformation Matrix Type CS 1
|
2509
2833
|
0070,030D Registration Type Code Sequence SQ 1
|
2510
2834
|
0070,030F Fiducial Description ST 1
|
@@ -2521,6 +2845,52 @@
|
|
2521
2845
|
0070,0403 Relative Opacity FL 1
|
2522
2846
|
0070,0404 Referenced Spatial Registration Sequence SQ 1
|
2523
2847
|
0070,0405 Blending Position CS 1
|
2848
|
+
0070,1101 Presentation Display Collection UID UI 1
|
2849
|
+
0070,1102 Presentation Sequence Collection UID UI 1
|
2850
|
+
0070,1103 Presentation Sequence Position Index US 1
|
2851
|
+
0070,1104 Rendered Image Reference Sequence SQ 1
|
2852
|
+
0070,1201 Volumetric Presentation State Input Sequence SQ 1
|
2853
|
+
0070,1202 Presentation Input Type CS 1
|
2854
|
+
0070,1203 Input Sequence Position Index US 1
|
2855
|
+
0070,1204 Crop CS 1
|
2856
|
+
0070,1205 Cropping Specification Index US 1-n
|
2857
|
+
0070,1206 Compositing Method CS 1
|
2858
|
+
0070,1207 Volumetric Presentation Input Number US 1
|
2859
|
+
0070,1208 Image Volume Geometry CS 1
|
2860
|
+
0070,1301 Volume Cropping Sequence SQ 1
|
2861
|
+
0070,1302 Volume Cropping Method CS 1
|
2862
|
+
0070,1303 Bounding Box Crop FD 6
|
2863
|
+
0070,1304 Oblique Cropping Plane Sequence SQ 1
|
2864
|
+
0070,1305 Plane FD 4
|
2865
|
+
0070,1306 Plane Normal FD 3
|
2866
|
+
0070,1309 Cropping Specification Number US 1
|
2867
|
+
0070,1501 Multi-Planar Reconstruction Style CS 1
|
2868
|
+
0070,1502 MPR Thickness Type CS 1
|
2869
|
+
0070,1503 MPR Slab Thickness FD 1
|
2870
|
+
0070,1505 MPR Top Left Hand Corner FD 3
|
2871
|
+
0070,1507 MPR View Width Direction FD 3
|
2872
|
+
0070,1508 MPR View Width FD 1
|
2873
|
+
0070,150C Number of Volumetric Curve Points UL 1
|
2874
|
+
0070,150D Volumetric Curve Points OD 1
|
2875
|
+
0070,1511 MPR View Height Direction FD 3
|
2876
|
+
0070,1512 MPR View Height FD 1
|
2877
|
+
0070,1801 Presentation State Classification Component Sequence SQ 1
|
2878
|
+
0070,1802 Component Type CS 1
|
2879
|
+
0070,1803 Component Input Sequence SQ 1
|
2880
|
+
0070,1804 Volumetric Presentation Input Index US 1
|
2881
|
+
0070,1805 Presentation State Compositor Component Sequence SQ 1
|
2882
|
+
0070,1806 Weighting Transfer Function Sequence SQ 1
|
2883
|
+
0070,1807 Weighting Lookup Table Descriptor US 3
|
2884
|
+
0070,1808 Weighting Lookup Table Data OB 1
|
2885
|
+
0070,1901 Volumetric Annotation Sequence SQ 1
|
2886
|
+
0070,1903 Referenced Structured Context Sequence SQ 1
|
2887
|
+
0070,1904 Referenced Content Item UI 1
|
2888
|
+
0070,1905 Volumetric Presentation Input Annotation Sequence SQ 1
|
2889
|
+
0070,1907 Annotation Clipping CS 1
|
2890
|
+
0070,1A01 Presentation Animation Style CS 1
|
2891
|
+
0070,1A03 Recommended Animation Rate FD 1
|
2892
|
+
0070,1A04 Animation Curve Sequence SQ 1
|
2893
|
+
0070,1A05 Animation Step Size FD 1
|
2524
2894
|
0072,0002 Hanging Protocol Name SH 1
|
2525
2895
|
0072,0004 Hanging Protocol Description LO 1
|
2526
2896
|
0072,0006 Hanging Protocol Level CS 1
|
@@ -2548,22 +2918,36 @@
|
|
2548
2918
|
0072,0052 Selector Sequence Pointer AT 1-n
|
2549
2919
|
0072,0054 Selector Sequence Pointer Private Creator LO 1-n
|
2550
2920
|
0072,0056 Selector Attribute Private Creator LO 1
|
2921
|
+
0072,005E Selector AE Value AE 1-n
|
2922
|
+
0072,005F Selector AS Value AS 1-n
|
2551
2923
|
0072,0060 Selector AT Value AT 1-n
|
2924
|
+
0072,0061 Selector DA Value DA 1-n
|
2552
2925
|
0072,0062 Selector CS Value CS 1-n
|
2926
|
+
0072,0063 Selector DT Value DT 1-n
|
2553
2927
|
0072,0064 Selector IS Value IS 1-n
|
2928
|
+
0072,0065 Selector OB Value OB 1
|
2554
2929
|
0072,0066 Selector LO Value LO 1-n
|
2930
|
+
0072,0067 Selector OF Value OF 1
|
2555
2931
|
0072,0068 Selector LT Value LT 1
|
2932
|
+
0072,0069 Selector OW Value OW 1
|
2556
2933
|
0072,006A Selector PN Value PN 1-n
|
2934
|
+
0072,006B Selector TM Value TM 1-n
|
2557
2935
|
0072,006C Selector SH Value SH 1-n
|
2936
|
+
0072,006D Selector UN Value UN 1
|
2558
2937
|
0072,006E Selector ST Value ST 1
|
2938
|
+
0072,006F Selector UC Value UC 1-n
|
2559
2939
|
0072,0070 Selector UT Value UT 1
|
2940
|
+
0072,0071 Selector UR Value UR 1
|
2560
2941
|
0072,0072 Selector DS Value DS 1-n
|
2942
|
+
0072,0073 Selector OD Value OD 1
|
2561
2943
|
0072,0074 Selector FD Value FD 1-n
|
2944
|
+
0072,0075 Selector OL Value OL 1
|
2562
2945
|
0072,0076 Selector FL Value FL 1-n
|
2563
2946
|
0072,0078 Selector UL Value UL 1-n
|
2564
2947
|
0072,007A Selector US Value US 1-n
|
2565
2948
|
0072,007C Selector SL Value SL 1-n
|
2566
2949
|
0072,007E Selector SS Value SS 1-n
|
2950
|
+
0072,007F Selector UI Value UI 1-n
|
2567
2951
|
0072,0080 Selector Code Sequence Value SQ 1
|
2568
2952
|
0072,0100 Number of Screens US 1
|
2569
2953
|
0072,0102 Nominal Screen Definition Sequence SQ 1
|
@@ -2635,12 +3019,13 @@
|
|
2635
3019
|
0074,1004 Procedure Step Progress DS 1
|
2636
3020
|
0074,1006 Procedure Step Progress Description ST 1
|
2637
3021
|
0074,1008 Procedure Step Communications URI Sequence SQ 1
|
2638
|
-
0074,
|
2639
|
-
0074,
|
2640
|
-
0074,
|
3022
|
+
0074,100A Contact URI UR 1
|
3023
|
+
0074,100C Contact Display Name LO 1
|
3024
|
+
0074,100E Procedure Step Discontinuation Reason Code Sequence SQ 1
|
2641
3025
|
0074,1020 Beam Task Sequence SQ 1
|
2642
3026
|
0074,1022 Beam Task Type CS 1
|
2643
3027
|
0074,1024 Beam Order Index (Trial) IS 1 R
|
3028
|
+
0074,1025 Autosequence Flag CS 1
|
2644
3029
|
0074,1026 Table Top Vertical Adjusted Position FD 1
|
2645
3030
|
0074,1027 Table Top Longitudinal Adjusted Position FD 1
|
2646
3031
|
0074,1028 Table Top Lateral Adjusted Position FD 1
|
@@ -2686,6 +3071,20 @@
|
|
2686
3071
|
0074,1324 Beam Order Index UL 1
|
2687
3072
|
0074,1338 Double Exposure Meterset FD 1
|
2688
3073
|
0074,133A Double Exposure Field Delta FD 4
|
3074
|
+
0074,1401 Brachy Task Sequence SQ 1
|
3075
|
+
0074,1402 Continuation Start Total Reference Air Kerma DS 1
|
3076
|
+
0074,1403 Continuation End Total Reference Air Kerma DS 1
|
3077
|
+
0074,1404 Continuation Pulse Number IS 1
|
3078
|
+
0074,1405 Channel Delivery Order Sequence SQ 1
|
3079
|
+
0074,1406 Referenced Channel Number IS 1
|
3080
|
+
0074,1407 Start Cumulative Time Weight DS 1
|
3081
|
+
0074,1408 End Cumulative Time Weight DS 1
|
3082
|
+
0074,1409 Omitted Channel Sequence SQ 1
|
3083
|
+
0074,140A Reason for Channel Omission CS 1
|
3084
|
+
0074,140B Reason for Channel Omission Description LO 1
|
3085
|
+
0074,140C Channel Delivery Order Index IS 1
|
3086
|
+
0074,140D Channel Delivery Continuation Sequence SQ 1
|
3087
|
+
0074,140E Omitted Application Setup Sequence SQ 1
|
2689
3088
|
0076,0001 Implant Assembly Template Name LO 1
|
2690
3089
|
0076,0003 Implant Assembly Template Issuer LO 1
|
2691
3090
|
0076,0006 Implant Assembly Template Version LO 1
|
@@ -2727,6 +3126,42 @@
|
|
2727
3126
|
0078,00B4 Implant Template Group Variation Dimension Rank Sequence SQ 1
|
2728
3127
|
0078,00B6 Referenced Implant Template Group Member ID US 1
|
2729
3128
|
0078,00B8 Implant Template Group Variation Dimension Rank US 1
|
3129
|
+
0080,0001 Surface Scan Acquisition Type Code Sequence SQ 1
|
3130
|
+
0080,0002 Surface Scan Mode Code Sequence SQ 1
|
3131
|
+
0080,0003 Registration Method Code Sequence SQ 1
|
3132
|
+
0080,0004 Shot Duration Time FD 1
|
3133
|
+
0080,0005 Shot Offset Time FD 1
|
3134
|
+
0080,0006 Surface Point Presentation Value Data US 1-n
|
3135
|
+
0080,0007 Surface Point Color CIELab Value Data US 3-3n
|
3136
|
+
0080,0008 UV Mapping Sequence SQ 1
|
3137
|
+
0080,0009 Texture Label SH 1
|
3138
|
+
0080,0010 U Value Data OF 1-n
|
3139
|
+
0080,0011 V Value Data OF 1-n
|
3140
|
+
0080,0012 Referenced Texture Sequence SQ 1
|
3141
|
+
0080,0013 Referenced Surface Data Sequence SQ 1
|
3142
|
+
0082,0001 Assessment Summary CS 1
|
3143
|
+
0082,0003 Assessment Summary Description UT 1
|
3144
|
+
0082,0004 Assessed SOP Instance Sequence SQ 1
|
3145
|
+
0082,0005 Referenced Comparison SOP Instance Sequence SQ 1
|
3146
|
+
0082,0006 Number of Assessment Observations UL 1
|
3147
|
+
0082,0007 Assessment Observations Sequence SQ 1
|
3148
|
+
0082,0008 Observation Significance CS 1
|
3149
|
+
0082,000A Observation Description UT 1
|
3150
|
+
0082,000C Structured Constraint Observation Sequence SQ 1
|
3151
|
+
0082,0010 Assessed Attribute Value Sequence SQ 1
|
3152
|
+
0082,0016 Assessment Set ID LO 1
|
3153
|
+
0082,0017 Assessment Requester Sequence SQ 1
|
3154
|
+
0082,0018 Selector Attribute Name LO 1
|
3155
|
+
0082,0019 Selector Attribute Keyword LO 1
|
3156
|
+
0082,0021 Assessment Type Code Sequence SQ 1
|
3157
|
+
0082,0022 Observation Basis Code Sequence SQ 1
|
3158
|
+
0082,0023 Assessment Label LO 1
|
3159
|
+
0082,0032 Constraint Type CS 1
|
3160
|
+
0082,0033 Specification Selection Guidance UT 1
|
3161
|
+
0082,0034 Constraint Value Sequence SQ 1
|
3162
|
+
0082,0035 Recommended Default Value Sequence SQ 1
|
3163
|
+
0082,0036 Constraint Violation Significance CS 1
|
3164
|
+
0082,0037 Constraint Violation Condition UT 1
|
2730
3165
|
0088,0130 Storage Media File-set ID SH 1
|
2731
3166
|
0088,0140 Storage Media File-set UID UI 1
|
2732
3167
|
0088,0200 Icon Image Sequence SQ 1
|
@@ -2789,7 +3224,7 @@
|
|
2789
3224
|
2000,00A4 Other Media Available Sequence SQ 1
|
2790
3225
|
2000,00A8 Supported Image Display Formats Sequence SQ 1
|
2791
3226
|
2000,0500 Referenced Film Box Sequence SQ 1
|
2792
|
-
2000,0510 Referenced Stored Print
|
3227
|
+
2000,0510 Referenced Stored Print Sequence SQ 1 R
|
2793
3228
|
2010,0010 Image Display Format ST 1
|
2794
3229
|
2010,0030 Annotation Display Format ID CS 1
|
2795
3230
|
2010,0040 Film Orientation CS 1
|
@@ -2797,7 +3232,7 @@
|
|
2797
3232
|
2010,0052 Printer Resolution ID CS 1
|
2798
3233
|
2010,0054 Default Printer Resolution ID CS 1
|
2799
3234
|
2010,0060 Magnification Type CS 1
|
2800
|
-
2010,0080 Smoothing Type
|
3235
|
+
2010,0080 Smoothing Type CS 1
|
2801
3236
|
2010,00A6 Default Magnification Type CS 1
|
2802
3237
|
2010,00A7 Other Magnification Types Available CS 1-n
|
2803
3238
|
2010,00A8 Default Smoothing Type CS 1
|
@@ -2843,14 +3278,14 @@
|
|
2843
3278
|
2040,0500 Referenced Image Box Sequence (Retired) SQ 1 R
|
2844
3279
|
2050,0010 Presentation LUT Sequence SQ 1
|
2845
3280
|
2050,0020 Presentation LUT Shape CS 1
|
2846
|
-
2050,0500 Referenced Presentation
|
3281
|
+
2050,0500 Referenced Presentation LUT Sequence SQ 1
|
2847
3282
|
2100,0010 Print Job ID SH 1 R
|
2848
3283
|
2100,0020 Execution Status CS 1
|
2849
3284
|
2100,0030 Execution Status Info CS 1
|
2850
3285
|
2100,0040 Creation Date DA 1
|
2851
3286
|
2100,0050 Creation Time TM 1
|
2852
3287
|
2100,0070 Originator AE 1
|
2853
|
-
2100,0140 Destination AE AE 1
|
3288
|
+
2100,0140 Destination AE AE 1
|
2854
3289
|
2100,0160 Owner ID SH 1
|
2855
3290
|
2100,0170 Number of Films IS 1
|
2856
3291
|
2100,0500 Referenced Print Job Sequence (Pull Stored Print) SQ 1 R
|
@@ -2914,6 +3349,7 @@
|
|
2914
3349
|
3004,0001 DVH Type CS 1
|
2915
3350
|
3004,0002 Dose Units CS 1
|
2916
3351
|
3004,0004 Dose Type CS 1
|
3352
|
+
3004,0005 Spatial Transform of Dose CS 1
|
2917
3353
|
3004,0006 Dose Comment LO 1
|
2918
3354
|
3004,0008 Normalization Point DS 3
|
2919
3355
|
3004,000A Dose Summation Type CS 1
|
@@ -2943,6 +3379,7 @@
|
|
2943
3379
|
3006,0012 RT Referenced Study Sequence SQ 1
|
2944
3380
|
3006,0014 RT Referenced Series Sequence SQ 1
|
2945
3381
|
3006,0016 Contour Image Sequence SQ 1
|
3382
|
+
3006,0018 Predecessor Structure Set Sequence SQ 1
|
2946
3383
|
3006,0020 Structure Set ROI Sequence SQ 1
|
2947
3384
|
3006,0022 ROI Number IS 1
|
2948
3385
|
3006,0024 Referenced Frame of Reference UID UI 1
|
@@ -2978,9 +3415,10 @@
|
|
2978
3415
|
3006,00B6 ROI Elemental Composition Sequence SQ 1
|
2979
3416
|
3006,00B7 ROI Elemental Composition Atomic Number US 1
|
2980
3417
|
3006,00B8 ROI Elemental Composition Atomic Mass Fraction FL 1
|
2981
|
-
3006,
|
2982
|
-
3006,
|
2983
|
-
3006,
|
3418
|
+
3006,00B9 Additional RT ROI Identification Code Sequence SQ 1
|
3419
|
+
3006,00C0 Frame of Reference Relationship Sequence SQ 1 R
|
3420
|
+
3006,00C2 Related Frame of Reference UID UI 1 R
|
3421
|
+
3006,00C4 Frame of Reference Transformation Type CS 1 R
|
2984
3422
|
3006,00C6 Frame of Reference Transformation Matrix DS 16
|
2985
3423
|
3006,00C8 Frame of Reference Transformation Comment LO 1
|
2986
3424
|
3008,0010 Measured Dose Reference Sequence SQ 1
|
@@ -3065,6 +3503,9 @@
|
|
3065
3503
|
3008,0164 Safe Position Exit Time TM 1
|
3066
3504
|
3008,0166 Safe Position Return Date DA 1
|
3067
3505
|
3008,0168 Safe Position Return Time TM 1
|
3506
|
+
3008,0171 Pulse Specific Brachy Control Point Delivered Sequence SQ 1
|
3507
|
+
3008,0172 Pulse Number US 1
|
3508
|
+
3008,0173 Brachy Pulse Control Point Delivered Sequence SQ 1
|
3068
3509
|
3008,0200 Current Treatment Status CS 1
|
3069
3510
|
3008,0202 Treatment Status Comment ST 1
|
3070
3511
|
3008,0220 Fraction Group Summary Sequence SQ 1
|
@@ -3131,9 +3572,17 @@
|
|
3131
3572
|
300A,0082 Beam Dose Specification Point DS 3
|
3132
3573
|
300A,0084 Beam Dose DS 1
|
3133
3574
|
300A,0086 Beam Meterset DS 1
|
3134
|
-
300A,0088 Beam Dose Point Depth FL 1
|
3135
|
-
300A,0089 Beam Dose Point Equivalent Depth FL 1
|
3136
|
-
300A,008A Beam Dose Point SSD FL 1
|
3575
|
+
300A,0088 Beam Dose Point Depth FL 1 R
|
3576
|
+
300A,0089 Beam Dose Point Equivalent Depth FL 1 R
|
3577
|
+
300A,008A Beam Dose Point SSD FL 1 R
|
3578
|
+
300A,008B Beam Dose Meaning CS 1
|
3579
|
+
300A,008C Beam Dose Verification Control Point Sequence SQ 1
|
3580
|
+
300A,008D Average Beam Dose Point Depth FL 1
|
3581
|
+
300A,008E Average Beam Dose Point Equivalent Depth FL 1
|
3582
|
+
300A,008F Average Beam Dose Point SSD FL 1
|
3583
|
+
300A,0090 Beam Dose Type CS 1
|
3584
|
+
300A,0091 Alternate Beam Dose DS 1
|
3585
|
+
300A,0092 Alternate Beam Dose Type CS 1
|
3137
3586
|
300A,00A0 Number of Brachy Application Setups IS 1
|
3138
3587
|
300A,00A2 Brachy Application Setup Dose Specification Point DS 3
|
3139
3588
|
300A,00A4 Brachy Application Setup Dose DS 1
|
@@ -3151,6 +3600,7 @@
|
|
3151
3600
|
300A,00C2 Beam Name LO 1
|
3152
3601
|
300A,00C3 Beam Description ST 1
|
3153
3602
|
300A,00C4 Beam Type CS 1
|
3603
|
+
300A,00C5 Beam Delivery Duration Limit FD 1
|
3154
3604
|
300A,00C6 Radiation Type CS 1
|
3155
3605
|
300A,00C7 High-Dose Technique Type CS 1
|
3156
3606
|
300A,00C8 Reference Image Number IS 1
|
@@ -3171,6 +3621,7 @@
|
|
3171
3621
|
300A,00DB Wedge Thin Edge Position FL 1
|
3172
3622
|
300A,00DC Bolus ID SH 1
|
3173
3623
|
300A,00DD Bolus Description ST 1
|
3624
|
+
300A,00DE Effective Wedge Angle DS 1
|
3174
3625
|
300A,00E0 Number of Compensators IS 1
|
3175
3626
|
300A,00E1 Material ID SH 1
|
3176
3627
|
300A,00E2 Total Compensator Tray Factor DS 1
|
@@ -3186,6 +3637,7 @@
|
|
3186
3637
|
300A,00EC Compensator Thickness Data DS 1-n
|
3187
3638
|
300A,00ED Number of Boli IS 1
|
3188
3639
|
300A,00EE Compensator Type CS 1
|
3640
|
+
300A,00EF Compensator Tray ID SH 1
|
3189
3641
|
300A,00F0 Number of Blocks IS 1
|
3190
3642
|
300A,00F2 Total Block Tray Factor DS 1
|
3191
3643
|
300A,00F3 Total Block Tray Water-Equivalent Thickness FL 1
|
@@ -3233,6 +3685,9 @@
|
|
3233
3685
|
300A,012C Isocenter Position DS 3
|
3234
3686
|
300A,012E Surface Entry Point DS 3
|
3235
3687
|
300A,0130 Source to Surface Distance DS 1
|
3688
|
+
300A,0131 Average Beam Dose Point Source to External Contour Distance FL 1
|
3689
|
+
300A,0132 Source to External Contour Distance FL 1
|
3690
|
+
300A,0133 External Contour Entry Point FL 3
|
3236
3691
|
300A,0134 Cumulative Meterset Weight DS 1
|
3237
3692
|
300A,0140 Table Top Pitch Angle FL 1
|
3238
3693
|
300A,0142 Table Top Pitch Rotation Direction CS 1
|
@@ -3242,6 +3697,12 @@
|
|
3242
3697
|
300A,014A Gantry Pitch Angle FL 1
|
3243
3698
|
300A,014C Gantry Pitch Rotation Direction CS 1
|
3244
3699
|
300A,014E Gantry Pitch Angle Tolerance FL 1
|
3700
|
+
300A,0150 Fixation Eye CS 1
|
3701
|
+
300A,0151 Chair Head Frame Position DS 1
|
3702
|
+
300A,0152 Head Fixation Angle Tolerance DS 1
|
3703
|
+
300A,0153 Chair Head Frame Position Tolerance DS 1
|
3704
|
+
300A,0154 Fixation Light Azimuthal Angle Tolerance DS 1
|
3705
|
+
300A,0155 Fixation Light Polar Angle Tolerance DS 1
|
3245
3706
|
300A,0180 Patient Setup Sequence SQ 1
|
3246
3707
|
300A,0182 Patient Setup Number IS 1
|
3247
3708
|
300A,0183 Patient Setup Label LO 1
|
@@ -3278,6 +3739,8 @@
|
|
3278
3739
|
300A,0216 Source Manufacturer LO 1
|
3279
3740
|
300A,0218 Active Source Diameter DS 1
|
3280
3741
|
300A,021A Active Source Length DS 1
|
3742
|
+
300A,021B Source Model ID SH 1
|
3743
|
+
300A,021C Source Description LO 1
|
3281
3744
|
300A,0222 Source Encapsulation Nominal Thickness DS 1
|
3282
3745
|
300A,0224 Source Encapsulation Nominal Transmission DS 1
|
3283
3746
|
300A,0226 Source Isotope Name LO 1
|
@@ -3347,6 +3810,7 @@
|
|
3347
3810
|
300A,0304 Radiation Atomic Number IS 1
|
3348
3811
|
300A,0306 Radiation Charge State SS 1
|
3349
3812
|
300A,0308 Scan Mode CS 1
|
3813
|
+
300A,0309 Modulated Scan Mode Type CS 1
|
3350
3814
|
300A,030A Virtual Source-Axis Distances FL 2
|
3351
3815
|
300A,030C Snout Sequence SQ 1
|
3352
3816
|
300A,030D Snout Position FL 1
|
@@ -3374,6 +3838,7 @@
|
|
3374
3838
|
300A,0350 Patient Support Type CS 1
|
3375
3839
|
300A,0352 Patient Support ID SH 1
|
3376
3840
|
300A,0354 Patient Support Accessory Code LO 1
|
3841
|
+
300A,0355 Tray Accessory Code LO 1
|
3377
3842
|
300A,0356 Fixation Light Azimuthal Angle FL 1
|
3378
3843
|
300A,0358 Fixation Light Polar Angle FL 1
|
3379
3844
|
300A,035A Meterset Rate FL 1
|
@@ -3391,8 +3856,11 @@
|
|
3391
3856
|
300A,0388 Range Modulator Gating Stop Water Equivalent Thickness FL 1
|
3392
3857
|
300A,038A Isocenter to Range Modulator Distance FL 1
|
3393
3858
|
300A,0390 Scan Spot Tune ID SH 1
|
3859
|
+
300A,0391 Scan Spot Prescribed Indices IS 1-n
|
3394
3860
|
300A,0392 Number of Scan Spot Positions IS 1
|
3861
|
+
300A,0393 Scan Spot Reordered CS 1
|
3395
3862
|
300A,0394 Scan Spot Position Map FL 1-n
|
3863
|
+
300A,0395 Scan Spot Reordering Allowed CS 1
|
3396
3864
|
300A,0396 Scan Spot Meterset Weights FL 1-n
|
3397
3865
|
300A,0398 Scanning Spot Size FL 2
|
3398
3866
|
300A,039A Number of Paintings IS 1
|
@@ -3412,12 +3880,33 @@
|
|
3412
3880
|
300A,0422 General Accessory Description ST 1
|
3413
3881
|
300A,0423 General Accessory Type CS 1
|
3414
3882
|
300A,0424 General Accessory Number IS 1
|
3883
|
+
300A,0425 Source to General Accessory Distance FL 1
|
3415
3884
|
300A,0431 Applicator Geometry Sequence SQ 1
|
3416
3885
|
300A,0432 Applicator Aperture Shape CS 1
|
3417
3886
|
300A,0433 Applicator Opening FL 1
|
3418
3887
|
300A,0434 Applicator Opening X FL 1
|
3419
3888
|
300A,0435 Applicator Opening Y FL 1
|
3420
3889
|
300A,0436 Source to Applicator Mounting Position Distance FL 1
|
3890
|
+
300A,0440 Number of Block Slab Items IS 1
|
3891
|
+
300A,0441 Block Slab Sequence SQ 1
|
3892
|
+
300A,0442 Block Slab Thickness DS 1
|
3893
|
+
300A,0443 Block Slab Number US 1
|
3894
|
+
300A,0450 Device Motion Control Sequence SQ 1
|
3895
|
+
300A,0451 Device Motion Execution Mode CS 1
|
3896
|
+
300A,0452 Device Motion Observation Mode CS 1
|
3897
|
+
300A,0453 Device Motion Parameter Code Sequence SQ 1
|
3898
|
+
300A,0501 Distal Depth Fraction FL 1
|
3899
|
+
300A,0502 Distal Depth FL 1
|
3900
|
+
300A,0503 Nominal Range Modulation Fractions FL 2
|
3901
|
+
300A,0504 Nominal Range Modulated Region Depths FL 2
|
3902
|
+
300A,0505 Depth Dose Parameters Sequence SQ 1
|
3903
|
+
300A,0506 Delivered Depth Dose Parameters Sequence SQ 1
|
3904
|
+
300A,0507 Delivered Distal Depth Fraction FL 1
|
3905
|
+
300A,0508 Delivered Distal Depth FL 1
|
3906
|
+
300A,0509 Delivered Nominal Range Modulation Fractions FL 2
|
3907
|
+
300A,0510 Delivered Nominal Range Modulated Region Depths FL 2
|
3908
|
+
300A,0511 Delivered Reference Dose Definition CS 1
|
3909
|
+
300A,0512 Reference Dose Definition CS 1
|
3421
3910
|
300C,0002 Referenced RT Plan Sequence SQ 1
|
3422
3911
|
300C,0004 Referenced Beam Sequence SQ 1
|
3423
3912
|
300C,0006 Referenced Beam Number IS 1
|
@@ -3449,6 +3938,9 @@
|
|
3449
3938
|
300C,0100 Referenced Range Shifter Number IS 1
|
3450
3939
|
300C,0102 Referenced Lateral Spreading Device Number IS 1
|
3451
3940
|
300C,0104 Referenced Range Modulator Number IS 1
|
3941
|
+
300C,0111 Omitted Beam Task Sequence SQ 1
|
3942
|
+
300C,0112 Reason for Omission CS 1
|
3943
|
+
300C,0113 Reason for Omission Description LO 1
|
3452
3944
|
300E,0002 Approval Status CS 1
|
3453
3945
|
300E,0004 Review Date DA 1
|
3454
3946
|
300E,0005 Review Time TM 1
|
@@ -3482,7 +3974,7 @@
|
|
3482
3974
|
4008,0210 Interpretation Type ID CS 1 R
|
3483
3975
|
4008,0212 Interpretation Status ID CS 1 R
|
3484
3976
|
4008,0300 Impressions ST 1 R
|
3485
|
-
4008,4000 Results Comments ST 1
|
3977
|
+
4008,4000 Results Comments ST 1 R
|
3486
3978
|
4010,0001 Low Energy Detectors CS 1
|
3487
3979
|
4010,0002 High Energy Detectors CS 1
|
3488
3980
|
4010,0004 Detector Geometry Sequence SQ 1
|
@@ -3541,7 +4033,7 @@
|
|
3541
4033
|
4010,1053 Itinerary ID Assigning Authority LO 1
|
3542
4034
|
4010,1054 Route ID SH 1
|
3543
4035
|
4010,1055 Route ID Assigning Authority SH 1
|
3544
|
-
4010,1056 Inbound
|
4036
|
+
4010,1056 Inbound Arrival Type CS 1
|
3545
4037
|
4010,1058 Carrier ID SH 1
|
3546
4038
|
4010,1059 Carrier ID Assigning Authority CS 1
|
3547
4039
|
4010,1060 Source Orientation FL 3
|
@@ -3552,6 +4044,23 @@
|
|
3552
4044
|
4010,1068 OOI Type Descriptor LT 1
|
3553
4045
|
4010,1069 Total Processing Time FL 1
|
3554
4046
|
4010,106C Detector Calibration Data OB 1
|
4047
|
+
4010,106D Additional Screening Performed CS 1
|
4048
|
+
4010,106E Additional Inspection Selection Criteria CS 1
|
4049
|
+
4010,106F Additional Inspection Method Sequence SQ 1
|
4050
|
+
4010,1070 AIT Device Type CS 1
|
4051
|
+
4010,1071 QR Measurements Sequence SQ 1
|
4052
|
+
4010,1072 Target Material Sequence SQ 1
|
4053
|
+
4010,1073 SNR Threshold FD 1
|
4054
|
+
4010,1075 Image Scale Representation DS 1
|
4055
|
+
4010,1076 Referenced PTO Sequence SQ 1
|
4056
|
+
4010,1077 Referenced TDR Instance Sequence SQ 1
|
4057
|
+
4010,1078 PTO Location Description ST 1
|
4058
|
+
4010,1079 Anomaly Locator Indicator Sequence SQ 1
|
4059
|
+
4010,107A Anomaly Locator Indicator FL 3
|
4060
|
+
4010,107B PTO Region Sequence SQ 1
|
4061
|
+
4010,107C Inspection Selection Criteria CS 1
|
4062
|
+
4010,107D Secondary Inspection Method Sequence SQ 1
|
4063
|
+
4010,107E PRCS to RCS Orientation DS 6
|
3555
4064
|
4FFE,0001 MAC Parameters Sequence SQ 1
|
3556
4065
|
50xx,0005 Curve Dimensions US 1 R
|
3557
4066
|
50xx,0010 Number of Points US 1 R
|
@@ -3573,12 +4082,12 @@
|
|
3573
4082
|
50xx,2006 Number of Samples UL 1 R
|
3574
4083
|
50xx,2008 Sample Rate UL 1 R
|
3575
4084
|
50xx,200A Total Time UL 1 R
|
3576
|
-
50xx,200C Audio Sample Data OW
|
3577
|
-
50xx,200E Audio Comments LT 1
|
4085
|
+
50xx,200C Audio Sample Data OB,OW 1 R
|
4086
|
+
50xx,200E Audio Comments LT 1 R
|
3578
4087
|
50xx,2500 Curve Label LO 1 R
|
3579
4088
|
50xx,2600 Curve Referenced Overlay Sequence SQ 1 R
|
3580
4089
|
50xx,2610 Curve Referenced Overlay Group US 1 R
|
3581
|
-
50xx,3000 Curve Data OW
|
4090
|
+
50xx,3000 Curve Data OB,OW 1 R
|
3582
4091
|
5200,9229 Shared Functional Groups Sequence SQ 1
|
3583
4092
|
5200,9230 Per-frame Functional Groups Sequence SQ 1
|
3584
4093
|
5400,0100 Waveform Sequence SQ 1
|
@@ -3630,11 +4139,13 @@
|
|
3630
4139
|
60xx,1500 Overlay Label LO 1
|
3631
4140
|
60xx,3000 Overlay Data OB,OW 1
|
3632
4141
|
60xx,4000 Overlay Comments LT 1 R
|
3633
|
-
7FE0,
|
4142
|
+
7FE0,0008 Float Pixel Data OF 1
|
4143
|
+
7FE0,0009 Double Float Pixel Data OD 1
|
4144
|
+
7FE0,0010 Pixel Data OB,OW 1
|
3634
4145
|
7FE0,0020 Coefficients SDVN OW 1 R
|
3635
4146
|
7FE0,0030 Coefficients SDHN OW 1 R
|
3636
4147
|
7FE0,0040 Coefficients SDDN OW 1 R
|
3637
|
-
7Fxx,0010 Variable Pixel Data OW
|
4148
|
+
7Fxx,0010 Variable Pixel Data OB,OW 1 R
|
3638
4149
|
7Fxx,0011 Variable Next Data Group US 1 R
|
3639
4150
|
7Fxx,0020 Variable Coefficients SDVN OW 1 R
|
3640
4151
|
7Fxx,0030 Variable Coefficients SDHN OW 1 R
|