dicom 0.6.1 → 0.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.
@@ -1,6 +1,6 @@
1
1
  # coding: ISO-8859-1
2
2
 
3
- # Copyright 2008-2009 Christoffer Lervag
3
+ # Copyright 2008-2010 Christoffer Lervag
4
4
 
5
5
  module DICOM
6
6
  # This class holds all the dictionary data.
@@ -92,6 +92,7 @@ module DICOM
92
92
  "1.2.840.10008.1.2.4.94" => ["JPIP Referenced", "Transfer Syntax"],
93
93
  "1.2.840.10008.1.2.4.95" => ["JPIP Referenced Deflate", "Transfer Syntax"],
94
94
  "1.2.840.10008.1.2.4.100" => ["MPEG2 Main Profile @ Main Level", "Transfer Syntax"],
95
+ "1.2.840.10008.1.2.4.101" => ["MPEG2 Main Profile @ High Level", "Transfer Syntax"],
95
96
  "1.2.840.10008.1.2.5" => ["RLE Lossless", "Transfer Syntax"],
96
97
  "1.2.840.10008.1.2.6.1" => ["RFC 2557 MIME encapsulation", "Transfer Syntax"],
97
98
  "1.2.840.10008.1.2.6.2" => ["XML Encoding", "Transfer Syntax"],
@@ -117,6 +118,10 @@ module DICOM
117
118
  "1.2.840.10008.1.4.1.18" => ["SPM2 SINGLESUBJT1 Frame of Reference", "Well-known frame of reference"],
118
119
  "1.2.840.10008.1.4.2.1" => ["ICBM 452 T1 Frame of Reference", "Well-known frame of reference"],
119
120
  "1.2.840.10008.1.4.2.2" => ["ICBM Single Subject MRI Frame of Reference", "Well-known frame of reference"],
121
+ "1.2.840.10008.1.5.1" => ["Hot Iron Color Palette SOP", "Well-known SOP Instance"],
122
+ "1.2.840.10008.1.5.2" => ["PET Color Palette SOP Instance", "Well-known SOP PS Instance"],
123
+ "1.2.840.10008.1.5.3" => ["Hot Metal Blue Color Palette SOP", "Well-known SOP PS Instance"],
124
+ "1.2.840.10008.1.5.4" => ["PET 20 Step Color Palette SOP", "Well-known SOP PS Instance"],
120
125
  "1.2.840.10008.1.9" => ["Basic Study Content Notification SOP Class", "SOP Class"], # RET
121
126
  "1.2.840.10008.1.20.1" => ["Storage Commitment Push Model SOP Class", "SOP Class"],
122
127
  "1.2.840.10008.1.20.1.1" => ["Storage Commitment Push Model SOP Instance", "Well-known SOP Instance"],
@@ -183,9 +188,11 @@ module DICOM
183
188
  "1.2.840.10008.5.1.4.1.1.4" => ["MR Image Storage", "SOP Class"],
184
189
  "1.2.840.10008.5.1.4.1.1.4.1" => ["Enhanced MR Image Storage", "SOP Class"],
185
190
  "1.2.840.10008.5.1.4.1.1.4.2" => ["MR Spectroscopy Storage", "SOP Class"],
191
+ "1.2.840.10008.5.1.4.1.1.4.3" => ["Enhanced MR Color Image Storage", "SOP Class"],
186
192
  "1.2.840.10008.5.1.4.1.1.5" => ["Nuclear Medicine Image Storage", "SOP Class"], # RET
187
193
  "1.2.840.10008.5.1.4.1.1.6" => ["Ultrasound Image Storage", "SOP Class"], # RET
188
194
  "1.2.840.10008.5.1.4.1.1.6.1" => ["Ultrasound Image Storage", "SOP Class"],
195
+ "1.2.840.10008.5.1.4.1.1.6.2" => ["Enhanced US Volume Storage", "SOP Class"],
189
196
  "1.2.840.10008.5.1.4.1.1.7" => ["Secondary Capture Image Storage", "SOP Class"],
190
197
  "1.2.840.10008.5.1.4.1.1.7.1" => ["Multi-frame Single Bit Secondary Capture Image Storage", "SOP Class"],
191
198
  "1.2.840.10008.5.1.4.1.1.7.2" => ["Multi-frame Grayscale Byte Secondary Capture Image Storage", "SOP Class"],
@@ -200,18 +207,23 @@ module DICOM
200
207
  "1.2.840.10008.5.1.4.1.1.9.2.1" => ["Hemodynamic Waveform Storage", "SOP Class"],
201
208
  "1.2.840.10008.5.1.4.1.1.9.3.1" => ["Cardiac Electrophysiology Waveform Storage", "SOP Class"],
202
209
  "1.2.840.10008.5.1.4.1.1.9.4.1" => ["Basic Voice Audio Waveform Storage", "SOP Class"],
210
+ "1.2.840.10008.5.1.4.1.1.9.4.2" => ["General Audio Waveform Storage", "SOP Class"],
211
+ "1.2.840.10008.5.1.4.1.1.9.5.1" => ["Arterial Pulse Waveform Storage", "SOP Class"],
212
+ "1.2.840.10008.5.1.4.1.1.9.6.1" => ["Respiratory Waveform Storage", "SOP Class"],
203
213
  "1.2.840.10008.5.1.4.1.1.10" => ["Standalone Modality LUT Storage", "SOP Class"], # RET
204
214
  "1.2.840.10008.5.1.4.1.1.11" => ["Standalone VOI LUT Storage", "SOP Class"], # RET
205
215
  "1.2.840.10008.5.1.4.1.1.11.1" => ["Grayscale Softcopy Presentation State Storage SOP Class", "SOP Class"],
206
216
  "1.2.840.10008.5.1.4.1.1.11.2" => ["Color Softcopy Presentation State Storage SOP Class", "SOP Class"],
207
217
  "1.2.840.10008.5.1.4.1.1.11.3" => ["Pseudo-Color Softcopy Presentation State Storage SOP Class", "SOP Class"],
208
218
  "1.2.840.10008.5.1.4.1.1.11.4" => ["Blending Softcopy Presentation State Storage SOP Class", "SOP Class"],
219
+ "1.2.840.10008.5.1.4.1.1.11.5" => ["XA/XRF Grayscale Softcopy Presentation State Storage", "SOP Class"],
209
220
  "1.2.840.10008.5.1.4.1.1.12.1" => ["X-Ray Angiographic Image Storage", "SOP Class"],
210
221
  "1.2.840.10008.5.1.4.1.1.12.1.1" => ["Enhanced XA Image Storage", "SOP Class"],
211
222
  "1.2.840.10008.5.1.4.1.1.12.2" => ["X-Ray Radiofluoroscopic Image Storage", "SOP Class"],
212
223
  "1.2.840.10008.5.1.4.1.1.12.2.1" => ["Enhanced XRF Image Storage", "SOP Class"],
213
224
  "1.2.840.10008.5.1.4.1.1.13.1.1" => ["X-Ray 3D Angiographic Image Storage", "SOP Class"],
214
225
  "1.2.840.10008.5.1.4.1.1.13.1.2" => ["X-Ray 3D Craniofacial Image Storage", "SOP Class"],
226
+ "1.2.840.10008.5.1.4.1.1.13.1.3" => ["Breast Tomosynthesis Image Storage", "SOP Class"],
215
227
  "1.2.840.10008.5.1.4.1.1.12.3" => ["X-Ray Angiographic Bi-Plane Image Storage", "SOP Class"], # RET
216
228
  "1.2.840.10008.5.1.4.1.1.20" => ["Nuclear Medicine Image Storage", "SOP Class"],
217
229
  "1.2.840.10008.5.1.4.1.1.66" => ["Raw Data Storage", "SOP Class"],
@@ -219,6 +231,7 @@ module DICOM
219
231
  "1.2.840.10008.5.1.4.1.1.66.2" => ["Spatial Fiducials Storage", "SOP Class"],
220
232
  "1.2.840.10008.5.1.4.1.1.66.3" => ["Deformable Spatial Registration Storage", "SOP Class"],
221
233
  "1.2.840.10008.5.1.4.1.1.66.4" => ["Segmentation Storage", "SOP Class"],
234
+ "1.2.840.10008.5.1.4.1.1.66.5" => ["Surface Segmentation Storage", "SOP Class"],
222
235
  "1.2.840.10008.5.1.4.1.1.67" => ["Real World Value Mapping Storage", "SOP Class"],
223
236
  "1.2.840.10008.5.1.4.1.1.77.1" => ["VL Image Storage - Trial", ""], # RET
224
237
  "1.2.840.10008.5.1.4.1.1.77.2" => ["VL Multi-frame Image Storage - Trial", ""], # RET
@@ -233,6 +246,13 @@ module DICOM
233
246
  "1.2.840.10008.5.1.4.1.1.77.1.5.2" => ["Ophthalmic Photography 16 Bit Image Storage", "SOP Class"],
234
247
  "1.2.840.10008.5.1.4.1.1.77.1.5.3" => ["Stereometric Relationship Storage", "SOP Class"],
235
248
  "1.2.840.10008.5.1.4.1.1.77.1.5.4" => ["Ophthalmic Tomography Image Storage", "SOP Class"],
249
+ "1.2.840.10008.5.1.4.1.1.78.1" => ["Lensometry Measurements Storage", "SOP Class"],
250
+ "1.2.840.10008.5.1.4.1.1.78.2" => ["Autorefraction Measurements Storage", "SOP Class"],
251
+ "1.2.840.10008.5.1.4.1.1.78.3" => ["Keratometry Measurements Storage", "SOP Class"],
252
+ "1.2.840.10008.5.1.4.1.1.78.4" => ["Subjective Refraction Measurements Storage", "SOP Class"],
253
+ "1.2.840.10008.5.1.4.1.1.78.5" => ["Visual Acuity Measurements", "SOP Class"],
254
+ "1.2.840.10008.5.1.4.1.1.78.6" => ["Spectacle Prescription Reports Storage", "SOP Class"],
255
+ "1.2.840.10008.5.1.4.1.1.79.1" => ["Macular Grid Thickness and Volume Report Storage", "SOP Class"],
236
256
  "1.2.840.10008.5.1.4.1.1.88.1" => ["Text SR Storage - Trial", "SOP Class"], # RET
237
257
  "1.2.840.10008.5.1.4.1.1.88.2" => ["Audio SR Storage - Trial", "SOP Class"], # RET
238
258
  "1.2.840.10008.5.1.4.1.1.88.3" => ["Detail SR Storage - Trial", "SOP Class"], # RET
@@ -245,10 +265,13 @@ module DICOM
245
265
  "1.2.840.10008.5.1.4.1.1.88.59" => ["Key Object Selection Document Storage", "SOP Class"],
246
266
  "1.2.840.10008.5.1.4.1.1.88.65" => ["Chest CAD SR Storage", "SOP Class"],
247
267
  "1.2.840.10008.5.1.4.1.1.88.67" => ["X-Ray Radiation Dose SR Storage", "SOP Class"],
268
+ "1.2.840.10008.5.1.4.1.1.88.69" => ["Colon CAD SR Storage", "SOP Class"],
248
269
  "1.2.840.10008.5.1.4.1.1.104.1" => ["Encapsulated PDF Storage", "SOP Class"],
249
270
  "1.2.840.10008.5.1.4.1.1.104.2" => ["Encapsulated CDA Storage", "SOP Class"],
250
271
  "1.2.840.10008.5.1.4.1.1.128" => ["Positron Emission Tomography Image Storage", "SOP Class"],
251
272
  "1.2.840.10008.5.1.4.1.1.129" => ["Standalone PET Curve Storage", "SOP Class"], # RET
273
+ "1.2.840.10008.5.1.4.1.1.130" => ["Enhanced PET Image Storage", "SOP Class"],
274
+ "1.2.840.10008.5.1.4.1.1.131" => ["Basic Structured Display Storage", "SOP Class"],
252
275
  "1.2.840.10008.5.1.4.1.1.481.1" => ["RT Image Storage", "SOP Class"],
253
276
  "1.2.840.10008.5.1.4.1.1.481.2" => ["RT Dose Storage", "SOP Class"],
254
277
  "1.2.840.10008.5.1.4.1.1.481.3" => ["RT Structure Set Storage", "SOP Class"],
@@ -267,6 +290,9 @@ module DICOM
267
290
  "1.2.840.10008.5.1.4.1.2.3.1" => ["Patient/Study Only Query/Retrieve Information Model - FIND", "SOP Class"], # RET
268
291
  "1.2.840.10008.5.1.4.1.2.3.2" => ["Patient/Study Only Query/Retrieve Information Model - MOVE", "SOP Class"], # RET
269
292
  "1.2.840.10008.5.1.4.1.2.3.3" => ["Patient/Study Only Query/Retrieve Information Model - GET", "SOP Class"], # RET
293
+ "1.2.840.10008.5.1.4.1.2.4.2" => ["Composite Instance Root Retrieve - MOVE", "SOP Class"],
294
+ "1.2.840.10008.5.1.4.1.2.4.3" => ["Composite Instance Root Retrieve - GET", "SOP Class"],
295
+ "1.2.840.10008.5.1.4.1.2.5.3" => ["Composite Instance Retrieve Without Bulk Data - GET", "SOP Class"],
270
296
  "1.2.840.10008.5.1.4.31" => ["Modality Worklist Information Model - FIND", "SOP Class"],
271
297
  "1.2.840.10008.5.1.4.32.1" => ["General Purpose Worklist Information Model - FIND", "SOP Class"],
272
298
  "1.2.840.10008.5.1.4.32.2" => ["General Purpose Scheduled Procedure Step SOP Class", "SOP Class"],
@@ -288,6 +314,11 @@ module DICOM
288
314
  "1.2.840.10008.5.1.4.38.1" => ["Hanging Protocol Storage", "SOP Class"],
289
315
  "1.2.840.10008.5.1.4.38.2" => ["Hanging Protocol Information Model - FIND", "SOP Class"],
290
316
  "1.2.840.10008.5.1.4.38.3" => ["Hanging Protocol Information Model - MOVE", "SOP Class"],
317
+ "1.2.840.10008.5.1.4.38.4" => ["Hanging Protocol Information Model - GET", "SOP Class"],
318
+ "1.2.840.10008.5.1.4.39.1" => ["Color Palette Storage", "Transfer"],
319
+ "1.2.840.10008.5.1.4.39.2" => ["Color Palette Information Model - FIND", "Query/Retrieve"],
320
+ "1.2.840.10008.5.1.4.39.3" => ["Color Palette Information Model - MOVE", "Query/Retrieve"],
321
+ "1.2.840.10008.5.1.4.39.4" => ["Color Palette Information Model - GET", "Query/Retrieve"],
291
322
  "1.2.840.10008.5.1.4.41" => ["Product Characteristics Query SOP Class", "SOP Class"],
292
323
  "1.2.840.10008.5.1.4.42" => ["Substance Approval Query SOP Class", "SOP Class"],
293
324
  # Start: LDAP OID
@@ -414,7 +445,7 @@ module DICOM
414
445
  "0000,51b0" => [["US"], "Overlays"], # RET
415
446
  # 7 Registry of DICOM File Meta Elements
416
447
  # Group 0002
417
- "0002,0000" => [["UL"], "Group Length"],
448
+ "0002,0000" => [["UL"], "File Meta Information Group Length"],
418
449
  "0002,0001" => [["OB"], "File Meta Information Version"],
419
450
  "0002,0002" => [["UI"], "Media Storage SOP Class UID"],
420
451
  "0002,0003" => [["UI"], "Media Storage SOP Instance UID"],
@@ -426,7 +457,6 @@ module DICOM
426
457
  "0002,0102" => [["OB"], "Private Information"],
427
458
  # 8 Registry of DICOM directory structuring elements
428
459
  # Group 0004
429
- "0004,0000" => [["UL"], "Group Length"],
430
460
  "0004,1130" => [["CS"], "File-set ID"],
431
461
  "0004,1141" => [["CS"], "File-set Descriptor File ID"],
432
462
  "0004,1142" => [["CS"], "Specific Character Set of File-set Descriptor File"],
@@ -450,6 +480,7 @@ module DICOM
450
480
  # Group 0008
451
481
  "0008,0001" => [["UL"], "Length to End"], # RET
452
482
  "0008,0005" => [["CS"], "Specific Character Set"],
483
+ "0008,0006" => [["SQ"], "Language Code Sequence"],
453
484
  "0008,0008" => [["CS"], "Image Type"],
454
485
  "0008,0010" => [["CS"], "Recognition Code"], # RET
455
486
  "0008,0012" => [["DA"], "Instance Creation Date"],
@@ -465,7 +496,7 @@ module DICOM
465
496
  "0008,0023" => [["DA"], "Content Date"],
466
497
  "0008,0024" => [["DA"], "Overlay Date"], # RET
467
498
  "0008,0025" => [["DA"], "Curve Date"], # RET
468
- "0008,002A" => [["DT"], "Acquisition Datetime"],
499
+ "0008,002A" => [["DT"], "Acquisition DateTime"],
469
500
  "0008,0030" => [["TM"], "Study Time"],
470
501
  "0008,0031" => [["TM"], "Series Time"],
471
502
  "0008,0032" => [["TM"], "Acquisition Time"],
@@ -476,6 +507,7 @@ module DICOM
476
507
  "0008,0041" => [["LO"], "Data Set Subtype"], # RET
477
508
  "0008,0042" => [["CS"], "Nuclear Medicine Series Type"], # RET
478
509
  "0008,0050" => [["SH"], "Accession Number"],
510
+ "0008,0051" => [["SQ"], "Issuer of Accession Number Sequence"],
479
511
  "0008,0052" => [["CS"], "Query/Retrieve Level"],
480
512
  "0008,0054" => [["AE"], "Retrieve AE Title"],
481
513
  "0008,0056" => [["CS"], "Instance Availability"],
@@ -509,12 +541,14 @@ module DICOM
509
541
  "0008,0114" => [["ST"], "Coding Scheme External ID"],
510
542
  "0008,0115" => [["ST"], "Coding Scheme Name"],
511
543
  "0008,0116" => [["ST"], "Responsible Organization"],
544
+ "0008,0117" => [["UI"], "Context UID"],
512
545
  "0008,0201" => [["SH"], "Timezone Offset From UTC"],
513
546
  "0008,1000" => [["AE"], "Network ID"], # RET
514
547
  "0008,1010" => [["SH"], "Station Name"],
515
548
  "0008,1030" => [["LO"], "Study Description"],
516
549
  "0008,1032" => [["SQ"], "Procedure Code Sequence"],
517
550
  "0008,103E" => [["LO"], "Series Description"],
551
+ "0008,103F" => [["SQ"], "Series Description Code Sequence"],
518
552
  "0008,1040" => [["LO"], "Institutional Department Name"],
519
553
  "0008,1048" => [["PN"], "Physician(s) of Record"],
520
554
  "0008,1049" => [["SQ"], "Physician(s) of Record Identification Sequence"],
@@ -534,6 +568,7 @@ module DICOM
534
568
  "0008,1120" => [["SQ"], "Referenced Patient Sequence"],
535
569
  "0008,1125" => [["SQ"], "Referenced Visit Sequence"],
536
570
  "0008,1130" => [["SQ"], "Referenced Overlay Sequence"], # RET
571
+ "0008,1134" => [["SQ"], "Referenced Stereometric Instance Sequence"],
537
572
  "0008,113A" => [["SQ"], "Referenced Waveform Sequence"],
538
573
  "0008,1140" => [["SQ"], "Referenced Image Sequence"],
539
574
  "0008,1145" => [["SQ"], "Referenced Curve Sequence"], # RET
@@ -543,6 +578,11 @@ module DICOM
543
578
  "0008,1155" => [["UI"], "Referenced SOP Instance UID"],
544
579
  "0008,115A" => [["UI"], "SOP Classes Supported"],
545
580
  "0008,1160" => [["IS"], "Referenced Frame Number"],
581
+ "0008,1161" => [["UL"], "Simple Frame List"],
582
+ "0008,1162" => [["UL"], "Calculated Frame List"],
583
+ "0008,1163" => [["FD"], "Time Range"],
584
+ "0008,1164" => [["SQ"], "Frame Extraction Sequence"],
585
+ "0008,1167" => [["UI"], "Multi-Frame Source SOP Instance UID"],
546
586
  "0008,1195" => [["UI"], "Transaction UID"],
547
587
  "0008,1197" => [["US"], "Failure Reason"],
548
588
  "0008,1198" => [["SQ"], "Failed SOP Sequence"],
@@ -561,6 +601,9 @@ module DICOM
561
601
  "0008,212A" => [["IS"], "Number of Views in Stage"],
562
602
  "0008,2130" => [["DS"], "Event Elapsed Time(s)"],
563
603
  "0008,2132" => [["LO"], "Event Timer Name(s)"],
604
+ "0008,2133" => [["SQ"], "Event Timer Sequence"],
605
+ "0008,2134" => [["FD"], "Event Time Offset"],
606
+ "0008,2135" => [["SQ"], "Event Code Sequence"],
564
607
  "0008,2142" => [["IS"], "Start Trim"],
565
608
  "0008,2143" => [["IS"], "Stop Trim"],
566
609
  "0008,2144" => [["IS"], "Recommended Display Frame Rate"],
@@ -591,7 +634,7 @@ module DICOM
591
634
  "0008,9208" => [["CS"], "Complex Image Component"],
592
635
  "0008,9209" => [["CS"], "Acquisition Contrast"],
593
636
  "0008,9215" => [["SQ"], "Derivation Code Sequence"],
594
- "0008,9237" => [["SQ"], "Referenced Grayscale Presentation State Sequence"],
637
+ "0008,9237" => [["SQ"], "Referenced Presentation State Sequence"],
595
638
  "0008,9410" => [["SQ"], "Referenced Other Plane Sequence"],
596
639
  "0008,9458" => [["SQ"], "Frame Display Sequence"],
597
640
  "0008,9459" => [["FL"], "Recommended Display Frame Rate in Float"],
@@ -601,12 +644,13 @@ module DICOM
601
644
  "0010,0020" => [["LO"], "Patient ID"],
602
645
  "0010,0021" => [["LO"], "Issuer of Patient ID"],
603
646
  "0010,0022" => [["CS"], "Type of Patient ID"],
647
+ "0010,0024" => [["SQ"], "Issuer of Patient ID Qualifiers Sequence"],
604
648
  "0010,0030" => [["DA"], "Patient's Birth Date"],
605
649
  "0010,0032" => [["TM"], "Patient's Birth Time"],
606
650
  "0010,0040" => [["CS"], "Patient's Sex"],
607
651
  "0010,0050" => [["SQ"], "Patient's Insurance Plan Code Sequence"],
608
652
  "0010,0101" => [["SQ"], "Patient's Primary Language Code Sequence"],
609
- "0010,0102" => [["SQ"], "Patient's Primary Language Code Modifier Sequence"],
653
+ "0010,0102" => [["SQ"], "Patient's Primary Language Modifier Code Sequence"],
610
654
  "0010,1000" => [["LO"], "Other Patient IDs"],
611
655
  "0010,1001" => [["PN"], "Other Patient Names"],
612
656
  "0010,1002" => [["SQ"], "Other Patient IDs Sequence"],
@@ -635,6 +679,7 @@ module DICOM
635
679
  "0010,2201" => [["LO"], "Patient Species Description"],
636
680
  "0010,2202" => [["SQ"], "Patient Species Code Sequence"],
637
681
  "0010,2203" => [["CS"], "Patient's Sex Neutered"],
682
+ "0010,2210" => [["CS"], "Anatomical Orientation Type"],
638
683
  "0010,2292" => [["LO"], "Patient Breed Description"],
639
684
  "0010,2293" => [["SQ"], "Patient Breed Code Sequence"],
640
685
  "0010,2294" => [["SQ"], "Breed Registration Sequence"],
@@ -659,6 +704,13 @@ module DICOM
659
704
  "0012,0062" => [["CS"], "Patient Identity Removed"],
660
705
  "0012,0063" => [["LO"], "De-identification Method"],
661
706
  "0012,0064" => [["SQ"], "De-identification Method Code Sequence"],
707
+ "0012,0071" => [["LO"], "Clinical Trial Series ID"],
708
+ "0012,0072" => [["LO"], "Clinical Trial Series Description"],
709
+ "0012,0081" => [["LO"], "Clinical Trial Protocol Ethics Committee Name"],
710
+ "0012,0082" => [["LO"], "Clinical Trial Protocol Ethics Committee Approval Number"],
711
+ "0012,0083" => [["SQ"], "Consent for Clinical Trial Use Sequence"],
712
+ "0012,0084" => [["CS"], "Distribution Type"],
713
+ "0012,0085" => [["CS"], "Consent for Distribution Flag"],
662
714
  # Group 0018
663
715
  "0018,0010" => [["LO"], "Contrast/Bolus Agent"],
664
716
  "0018,0012" => [["SQ"], "Contrast/Bolus Agent Sequence"],
@@ -673,7 +725,7 @@ module DICOM
673
725
  "0018,0026" => [["SQ"], "Intervention Drug Information Sequence"],
674
726
  "0018,0027" => [["TM"], "Intervention Drug Stop Time"],
675
727
  "0018,0028" => [["DS"], "Intervention Drug Dose"],
676
- "0018,0029" => [["SQ"], "Intervention Drug Sequence"],
728
+ "0018,0029" => [["SQ"], "Intervention Drug Code Sequence"],
677
729
  "0018,002A" => [["SQ"], "Additional Drug Sequence"],
678
730
  "0018,0030" => [["LO"], "Radionuclide"], # RET
679
731
  "0018,0031" => [["LO"], "Radiopharmaceutical"],
@@ -687,6 +739,7 @@ module DICOM
687
739
  "0018,0039" => [["CS"], "Therapy Description"], # RET
688
740
  "0018,003A" => [["ST"], "Intervention Description"],
689
741
  "0018,0040" => [["IS"], "Cine Rate"],
742
+ "0018,0042" => [["CS"], "Initial Cine Run State"],
690
743
  "0018,0050" => [["DS"], "Slice Thickness"],
691
744
  "0018,0060" => [["DS"], "KVP"],
692
745
  "0018,0070" => [["IS"], "Counts Accumulated"],
@@ -1004,6 +1057,8 @@ module DICOM
1004
1057
  "0018,7050" => [["CS"], "Filter Material"],
1005
1058
  "0018,7052" => [["DS"], "Filter Thickness Minimum"],
1006
1059
  "0018,7054" => [["DS"], "Filter Thickness Maximum"],
1060
+ "0018,7056" => [["FL"], "Filter Beam Path Length Minimum"],
1061
+ "0018,7058" => [["FL"], "Filter Beam Path Length Maximum"],
1007
1062
  "0018,7060" => [["CS"], "Exposure Control Mode"],
1008
1063
  "0018,7062" => [["LT"], "Exposure Control Mode Description"],
1009
1064
  "0018,7064" => [["CS"], "Exposure Status"],
@@ -1108,7 +1163,7 @@ module DICOM
1108
1163
  "0018,9152" => [["SQ"], "MR Metabolite Map Sequence"],
1109
1164
  "0018,9155" => [["FD"], "Parallel Reduction Factor out-of-plane"],
1110
1165
  "0018,9159" => [["UL"], "Spectroscopy Acquisition Out-of-plane Phase Steps"],
1111
- "0018,9166" => [["CS"], "Bulk Motion Status"],
1166
+ "0018,9166" => [["CS"], "Bulk Motion Status"], # RET
1112
1167
  "0018,9168" => [["FD"], "Parallel Reduction Factor Second In-plane"],
1113
1168
  "0018,9169" => [["CS"], "Cardiac Beat Rejection Technique"],
1114
1169
  "0018,9170" => [["CS"], "Respiratory Motion Compensation Technique"],
@@ -1128,8 +1183,8 @@ module DICOM
1128
1183
  "0018,9184" => [["FD"], "Tagging Delay"],
1129
1184
  "0018,9185" => [["ST"], "Respiratory Motion Compensation Technique Description"],
1130
1185
  "0018,9186" => [["SH"], "Respiratory Signal Source ID"],
1131
- "0018,9195" => [["FD"], "Chemical Shifts Minimum Integration Limit in Hz"], # RET
1132
- "0018,9196" => [["FD"], "Chemical Shifts Maximum Integration Limit in Hz"], # RET
1186
+ "0018,9195" => [["FD"], "Chemical Shift Minimum Integration Limit in Hz"], # RET
1187
+ "0018,9196" => [["FD"], "Chemical Shift Maximum Integration Limit in Hz"], # RET
1133
1188
  "0018,9197" => [["SQ"], "MR Velocity Encoding Sequence"],
1134
1189
  "0018,9198" => [["CS"], "First Order Phase Correction"],
1135
1190
  "0018,9199" => [["CS"], "Water Referenced Phase Correction"],
@@ -1148,8 +1203,8 @@ module DICOM
1148
1203
  "0018,9239" => [["SQ"], "Specific Absorption Rate Sequence"],
1149
1204
  "0018,9240" => [["US"], "RF Echo Train Length"],
1150
1205
  "0018,9241" => [["US"], "Gradient Echo Train Length"],
1151
- "0018,9295" => [["FD"], "Chemical Shifts Minimum Integration Limit in ppm"],
1152
- "0018,9296" => [["FD"], "Chemical Shifts Maximum Integration Limit in ppm"],
1206
+ "0018,9295" => [["FD"], "Chemical Shift Minimum Integration Limit in ppm"],
1207
+ "0018,9296" => [["FD"], "Chemical Shift Maximum Integration Limit in ppm"],
1153
1208
  "0018,9301" => [["SQ"], "CT Acquisition Type Sequence"],
1154
1209
  "0018,9302" => [["CS"], "Acquisition Type"],
1155
1210
  "0018,9303" => [["FD"], "Tube Angle"],
@@ -1192,6 +1247,11 @@ module DICOM
1192
1247
  "0018,9343" => [["CS"], "Contrast/Bolus Agent Detected"],
1193
1248
  "0018,9344" => [["CS"], "Contrast/Bolus Agent Phase"],
1194
1249
  "0018,9345" => [["FD"], "CTDIvol"],
1250
+ "0018,9346" => [["SQ"], "CTDI Phantom Type Code Sequence"],
1251
+ "0018,9351" => [["FL"], "Calcium Scoring Mass Factor Patient"],
1252
+ "0018,9352" => [["FL"], "Calcium Scoring Mass Factor Device"],
1253
+ "0018,9353" => [["FL"], "Energy Weighting Factor"],
1254
+ "0018,9360" => [["SQ"], "CT Additional X-Ray Source Sequence"],
1195
1255
  "0018,9401" => [["SQ"], "Projection Pixel Calibration Sequence"],
1196
1256
  "0018,9402" => [["FL"], "Distance Source to Isocenter"],
1197
1257
  "0018,9403" => [["FL"], "Distance Object to Table Top"],
@@ -1244,6 +1304,88 @@ module DICOM
1244
1304
  "0018,9474" => [["CS"], "C-arm Positioner Tabletop Relationship"],
1245
1305
  "0018,9476" => [["SQ"], "X-Ray Geometry Sequence"],
1246
1306
  "0018,9477" => [["SQ"], "Irradiation Event Identification Sequence"],
1307
+ "0018,9504" => [["SQ"], "X-Ray 3D Frame Type Sequence"],
1308
+ "0018,9506" => [["SQ"], "Contributing Sources Sequence"],
1309
+ "0018,9507" => [["SQ"], "X-Ray 3D Acquisition Sequence"],
1310
+ "0018,9508" => [["FL"], "Primary Positioner Scan Arc"],
1311
+ "0018,9509" => [["FL"], "Secondary Positioner Scan Arc"],
1312
+ "0018,9510" => [["FL"], "Primary Positioner Scan Start Angle"],
1313
+ "0018,9511" => [["FL"], "Secondary Positioner Scan Start Angle"],
1314
+ "0018,9514" => [["FL"], "Primary Positioner Increment"],
1315
+ "0018,9515" => [["FL"], "Secondary Positioner Increment"],
1316
+ "0018,9516" => [["DT"], "Start Acquisition DateTime"],
1317
+ "0018,9517" => [["DT"], "End Acquisition DateTime"],
1318
+ "0018,9524" => [["LO"], "Application Name"],
1319
+ "0018,9525" => [["LO"], "Application Version"],
1320
+ "0018,9526" => [["LO"], "Application Manufacturer"],
1321
+ "0018,9527" => [["CS"], "Algorithm Type"],
1322
+ "0018,9528" => [["LO"], "Algorithm Description"],
1323
+ "0018,9530" => [["SQ"], "X-Ray 3D Reconstruction Sequence"],
1324
+ "0018,9531" => [["LO"], "Reconstruction Description"],
1325
+ "0018,9538" => [["SQ"], "Per Projection Acquisition Sequence"],
1326
+ "0018,9601" => [["SQ"], "Diffusion b-matrix Sequence"],
1327
+ "0018,9602" => [["FD"], "Diffusion b-value XX"],
1328
+ "0018,9603" => [["FD"], "Diffusion b-value XY"],
1329
+ "0018,9604" => [["FD"], "Diffusion b-value XZ"],
1330
+ "0018,9605" => [["FD"], "Diffusion b-value YY"],
1331
+ "0018,9606" => [["FD"], "Diffusion b-value YZ"],
1332
+ "0018,9607" => [["FD"], "Diffusion b-value ZZ"],
1333
+ "0018,9701" => [["DT"], "Decay Correction DateTime"],
1334
+ "0018,9715" => [["FD"], "Start Density Threshold"],
1335
+ "0018,9716" => [["FD"], "Start Relative Density DifferenceThreshold"],
1336
+ "0018,9717" => [["FD"], "Start Cardiac Trigger Count Threshold"],
1337
+ "0018,9718" => [["FD"], "Start Respiratory Trigger Count Threshold"],
1338
+ "0018,9719" => [["FD"], "Termination Counts Threshold"],
1339
+ "0018,9720" => [["FD"], "Termination Density Threshold"],
1340
+ "0018,9721" => [["FD"], "Termination Relative Density Threshold"],
1341
+ "0018,9722" => [["FD"], "Termination Time Threshold"],
1342
+ "0018,9723" => [["FD"], "Termination Cardiac Trigger Count Threshold"],
1343
+ "0018,9724" => [["FD"], "Termination Respiratory Trigger Count Threshold"],
1344
+ "0018,9725" => [["CS"], "Detector Geometry"],
1345
+ "0018,9726" => [["FD"], "Transverse Detector Separation"],
1346
+ "0018,9727" => [["FD"], "Axial Detector Dimension"],
1347
+ "0018,9729" => [["US"], "Radiopharmaceutical Agent Number"],
1348
+ "0018,9732" => [["SQ"], "PET Frame Acquisition Sequence"],
1349
+ "0018,9733" => [["SQ"], "PET Detector Motion Details Sequence"],
1350
+ "0018,9734" => [["SQ"], "PET Table Dynamics Sequence"],
1351
+ "0018,9735" => [["SQ"], "PET Position Sequence"],
1352
+ "0018,9736" => [["SQ"], "PET Frame Correction Factors"],
1353
+ "0018,9737" => [["SQ"], "Radiopharmaceutical Usage Sequence"],
1354
+ "0018,9738" => [["CS"], "Attenuation Correction Source"],
1355
+ "0018,9739" => [["US"], "Number of Iterations"],
1356
+ "0018,9740" => [["US"], "Number of Subsets"],
1357
+ "0018,9749" => [["SQ"], "PET Reconstruction Sequence"],
1358
+ "0018,9751" => [["SQ"], "PET Frame Type Sequence"],
1359
+ "0018,9755" => [["CS"], "Time of Flight Information Used"],
1360
+ "0018,9756" => [["CS"], "Reconstruction Type"],
1361
+ "0018,9758" => [["CS"], "Decay Corrected"],
1362
+ "0018,9759" => [["CS"], "Attenuation Corrected"],
1363
+ "0018,9760" => [["CS"], "Scatter Corrected"],
1364
+ "0018,9761" => [["CS"], "Dead Time Corrected"],
1365
+ "0018,9762" => [["CS"], "Gantry Motion Corrected"],
1366
+ "0018,9763" => [["CS"], "Patient Motion Corrected"],
1367
+ "0018,9764" => [["CS"], "Count Loss Normalization Corrected"],
1368
+ "0018,9765" => [["CS"], "Randoms Corrected"],
1369
+ "0018,9766" => [["CS"], "Non-uniform Radial Sampling Corrected"],
1370
+ "0018,9767" => [["CS"], "Sensitivity Calibrated"],
1371
+ "0018,9768" => [["CS"], "Detector Normalization Correction"],
1372
+ "0018,9769" => [["CS"], "Iterative Reconstruction Method"],
1373
+ "0018,9770" => [["CS"], "Attenuation Correction Temporal Relationship"],
1374
+ "0018,9771" => [["SQ"], "Patient Physiological State Sequence"],
1375
+ "0018,9772" => [["SQ"], "Patient Physiological State Code Sequence"],
1376
+ "0018,9801" => [["FD"], "Depth(s) of Focus"],
1377
+ "0018,9803" => [["SQ"], "Excluded Intervals Sequence"],
1378
+ "0018,9804" => [["DT"], "Exclusion Start Datetime"],
1379
+ "0018,9805" => [["FD"], "Exclusion Duration"],
1380
+ "0018,9806" => [["SQ"], "US Image Description Sequence"],
1381
+ "0018,9807" => [["SQ"], "Image Data Type Sequence"],
1382
+ "0018,9808" => [["CS"], "Data Type"],
1383
+ "0018,9809" => [["SQ"], "Transducer Scan Pattern Code Sequence"],
1384
+ "0018,980B" => [["CS"], "Aliased Data Type"],
1385
+ "0018,980C" => [["CS"], "Position Measuring Device Used"],
1386
+ "0018,980D" => [["SQ"], "Transducer Geometry Code Sequence"],
1387
+ "0018,980E" => [["SQ"], "Transducer Beam Steering Code Sequence"],
1388
+ "0018,980F" => [["SQ"], "Transducer Application Code Sequence"],
1247
1389
  "0018,A001" => [["SQ"], "Contributing Equipment Sequence"],
1248
1390
  "0018,A002" => [["DT"], "Contribution Date Time"],
1249
1391
  "0018,A003" => [["ST"], "Contribution Description"],
@@ -1263,7 +1405,7 @@ module DICOM
1263
1405
  "0020,0020" => [["CS"], "Patient Orientation"],
1264
1406
  "0020,0022" => [["IS"], "Overlay Number"], # RET
1265
1407
  "0020,0024" => [["IS"], "Curve Number"], # RET
1266
- "0020,0026" => [["IS"], "Lookup Table Number"], # RET
1408
+ "0020,0026" => [["IS"], "LUT Number"], # RET
1267
1409
  "0020,0030" => [["DS"], "Image Position"], # RET
1268
1410
  "0020,0032" => [["DS"], "Image Position (Patient)"],
1269
1411
  "0020,0035" => [["DS"], "Image Orientation"], # RET
@@ -1278,6 +1420,7 @@ module DICOM
1278
1420
  "0020,0105" => [["IS"], "Number of Temporal Positions"],
1279
1421
  "0020,0110" => [["DS"], "Temporal Resolution"],
1280
1422
  "0020,0200" => [["UI"], "Synchronization Frame of Reference UID"],
1423
+ "0020,0242" => [["UI"], "SOP Instance UID of Concatenation Source"],
1281
1424
  "0020,1000" => [["IS"], "Series in Study"], # RET
1282
1425
  "0020,1001" => [["IS"], "Acquisitions in Series"], # RET
1283
1426
  "0020,1002" => [["IS"], "Images in Acquisition"],
@@ -1332,6 +1475,20 @@ module DICOM
1332
1475
  "0020,9254" => [["FD"], "Respiratory Interval Time"],
1333
1476
  "0020,9255" => [["FD"], "Respiratory Trigger Delay Time"],
1334
1477
  "0020,9256" => [["FD"], "Respiratory Trigger Delay Threshold"],
1478
+ "0020,9301" => [["FD"], "Image Position (Volume)"],
1479
+ "0020,9302" => [["FD"], "Image Orientation (Volume)"],
1480
+ "0020,9307" => [["CS"], "Ultrasound Acquisition Geometry"],
1481
+ "0020,9308" => [["FD"], "Apex Position"],
1482
+ "0020,9309" => [["FD"], "Volume to Transducer Mapping Matrix"],
1483
+ "0020,930A" => [["FD"], "Volume to Table Mapping Matrix"],
1484
+ "0020,930C" => [["CS"], "Patient Frame of Reference Source"],
1485
+ "0020,930D" => [["FD"], "Temporal Position Time Offset"],
1486
+ "0020,930E" => [["SQ"], "Plane Position (Volume) Sequence"],
1487
+ "0020,930F" => [["SQ"], "Plane Orientation (Volume) Sequence"],
1488
+ "0020,9310" => [["SQ"], "Temporal Position Sequence"],
1489
+ "0020,9311" => [["CS"], "Dimension Organization Type"],
1490
+ "0020,9312" => [["UI"], "Volume Frame of Reference UID"],
1491
+ "0020,9313" => [["UI"], "Table Frame of Reference UID"],
1335
1492
  "0020,9421" => [["LO"], "Dimension Description Label"],
1336
1493
  "0020,9450" => [["SQ"], "Patient Orientation in Frame Sequence"],
1337
1494
  "0020,9453" => [["LO"], "Frame Label"],
@@ -1421,11 +1578,13 @@ module DICOM
1421
1578
  "0028,1101" => [["US","SS"], "Red Palette Color Lookup Table Descriptor"],
1422
1579
  "0028,1102" => [["US","SS"], "Green Palette Color Lookup Table Descriptor"],
1423
1580
  "0028,1103" => [["US","SS"], "Blue Palette Color Lookup Table Descriptor"],
1581
+ "0028,1104" => [["US"], "Alpha Palette Color Lookup Table Descriptor"],
1424
1582
  "0028,1199" => [["UI"], "Palette Color Lookup Table UID"],
1425
1583
  "0028,1200" => [["US","SS","OW"], "Gray Lookup Table Data"], # RET
1426
1584
  "0028,1201" => [["OW"], "Red Palette Color Lookup Table Data"],
1427
1585
  "0028,1202" => [["OW"], "Green Palette Color Lookup Table Data"],
1428
1586
  "0028,1203" => [["OW"], "Blue Palette Color Lookup Table Data"],
1587
+ "0028,1204" => [["OW"], "Alpha Palette Color Lookup Table Data"],
1429
1588
  "0028,1221" => [["OW"], "Segmented Red Palette Color Lookup Table Data"],
1430
1589
  "0028,1222" => [["OW"], "Segmented Green Palette Color Lookup Table Data"],
1431
1590
  "0028,1223" => [["OW"], "Segmented Blue Palette Color Lookup Table Data"],
@@ -1434,6 +1593,20 @@ module DICOM
1434
1593
  "0028,1351" => [["ST"], "Partial View Description"],
1435
1594
  "0028,1352" => [["SQ"], "Partial View Code Sequence"],
1436
1595
  "0028,135A" => [["CS"], "Spatial Locations Preserved"],
1596
+ "0028,1401" => [["SQ"], "Data Frame Assignment Sequence"],
1597
+ "0028,1402" => [["CS"], "Data Path Assignment"],
1598
+ "0028,1403" => [["US"], "Bits Mapped to Color Lookup Table"],
1599
+ "0028,1404" => [["SQ"], "Blending LUT 1 Sequence"],
1600
+ "0028,1405" => [["CS"], "Blending LUT 1 Transfer Function"],
1601
+ "0028,1406" => [["FD"], "Blending Weight Constant"],
1602
+ "0028,1407" => [["US"], "Blending Lookup Table Descriptor"],
1603
+ "0028,1408" => [["OW"], "Blending Lookup Table Data"],
1604
+ "0028,140B" => [["SQ"], "Enhanced Palette Color Lookup Table Sequence"],
1605
+ "0028,140C" => [["SQ"], "Blending LUT 2 Sequence"],
1606
+ "0028,140D" => [["CS"], "Blending LUT 2 Transfer Function"],
1607
+ "0028,140E" => [["CS"], "Data Path ID"],
1608
+ "0028,140F" => [["CS"], "RGB LUT Transfer Function"],
1609
+ "0028,1410" => [["CS"], "Alpha LUT Transfer Function"],
1437
1610
  "0028,2000" => [["OB"], "ICC Profile"],
1438
1611
  "0028,2110" => [["CS"], "Lossy Image Compression"],
1439
1612
  "0028,2112" => [["DS"], "Lossy Image Compression Ratio"],
@@ -1449,7 +1622,7 @@ module DICOM
1449
1622
  "0028,5000" => [["SQ"], "Bi-Plane Acquisition Sequence"],
1450
1623
  "0028,6010" => [["US"], "Representative Frame Number"],
1451
1624
  "0028,6020" => [["US"], "Frame Numbers of Interest (FOI)"],
1452
- "0028,6022" => [["LO"], "Frame(s) of Interest Description"],
1625
+ "0028,6022" => [["LO"], "Frame of Interest Description"],
1453
1626
  "0028,6023" => [["CS"], "Frame of Interest Type"],
1454
1627
  "0028,6030" => [["US"], "Mask Pointer(s)"], # RET
1455
1628
  "0028,6040" => [["US"], "R Wave Pointer"],
@@ -1481,6 +1654,13 @@ module DICOM
1481
1654
  "0028,9446" => [["CS"], "Image Processing Applied"],
1482
1655
  "0028,9454" => [["CS"], "Mask Selection Mode"],
1483
1656
  "0028,9474" => [["CS"], "LUT Function"],
1657
+ "0028,9478" => [["FL"], "Mask Visibility Percentage"],
1658
+ "0028,9501" => [["SQ"], "Pixel Shift Sequence"],
1659
+ "0028,9502" => [["SQ"], "Region Pixel Shift Sequence"],
1660
+ "0028,9503" => [["SS"], "Vertices of the Region"],
1661
+ "0028,9505" => [["SQ"], "Multi-frame Presentation Sequence"],
1662
+ "0028,9506" => [["US"], "Pixel Shift Frame Range"],
1663
+ "0028,9507" => [["US"], "LUT Frame Range"],
1484
1664
  # Group 0032
1485
1665
  "0032,000A" => [["CS"], "Study Status ID"], # RET
1486
1666
  "0032,000C" => [["CS"], "Study Priority ID"], # RET
@@ -1499,6 +1679,7 @@ module DICOM
1499
1679
  "0032,1031" => [["SQ"], "Requesting Physician Identification Sequence"],
1500
1680
  "0032,1032" => [["PN"], "Requesting Physician"],
1501
1681
  "0032,1033" => [["LO"], "Requesting Service"],
1682
+ "0032,1034" => [["SQ"], "Requesting Service Code Sequence"],
1502
1683
  "0032,1040" => [["DA"], "Study Arrival Date"], # RET
1503
1684
  "0032,1041" => [["TM"], "Study Arrival Time"], # RET
1504
1685
  "0032,1050" => [["DA"], "Study Completion Date"], # RET
@@ -1512,7 +1693,8 @@ module DICOM
1512
1693
  "0038,0004" => [["SQ"], "Referenced Patient Alias Sequence"],
1513
1694
  "0038,0008" => [["CS"], "Visit Status ID"],
1514
1695
  "0038,0010" => [["LO"], "Admission ID"],
1515
- "0038,0011" => [["LO"], "Issuer of Admission ID"],
1696
+ "0038,0011" => [["LO"], "Issuer of Admission ID"], # RET
1697
+ "0038,0014" => [["SQ"], "Issuer of Admission ID Sequence"],
1516
1698
  "0038,0016" => [["LO"], "Route of Admissions"],
1517
1699
  "0038,001A" => [["DA"], "Scheduled Admission Date"], # RET
1518
1700
  "0038,001B" => [["TM"], "Scheduled Admission Time"], # RET
@@ -1526,6 +1708,10 @@ module DICOM
1526
1708
  "0038,0040" => [["LO"], "Discharge Diagnosis Description"], # RET
1527
1709
  "0038,0044" => [["SQ"], "Discharge Diagnosis Code Sequence"], # RET
1528
1710
  "0038,0050" => [["LO"], "Special Needs"],
1711
+ "0038,0060" => [["LO"], "Service Episode ID"],
1712
+ "0038,0061" => [["LO"], "Issuer of Service Episode ID"], # RET
1713
+ "0038,0062" => [["LO"], "Service Episode Description"],
1714
+ "0038,0064" => [["SQ"], "Issuer of Service Episode ID Sequence"],
1529
1715
  "0038,0100" => [["SQ"], "Pertinent Documents Sequence"],
1530
1716
  "0038,0300" => [["LO"], "Current Patient Location"],
1531
1717
  "0038,0400" => [["LO"], "Patient's Institution Residence"],
@@ -1577,6 +1763,15 @@ module DICOM
1577
1763
  "0040,0011" => [["SH"], "Scheduled Procedure Step Location"],
1578
1764
  "0040,0012" => [["LO"], "Pre-Medication"],
1579
1765
  "0040,0020" => [["CS"], "Scheduled Procedure Step Status"],
1766
+ "0040,0026" => [["SQ"], "Order Placer Identifier Sequence"],
1767
+ "0040,0027" => [["SQ"], "Order Filler Identifier Sequence"],
1768
+ "0040,0031" => [["UT"], "Local Namespace Entity ID"],
1769
+ "0040,0032" => [["UT"], "Universal Entity ID"],
1770
+ "0040,0033" => [["CS"], "Universal Entity ID Type"],
1771
+ "0040,0035" => [["CS"], "Identifier Type Code"],
1772
+ "0040,0036" => [["SQ"], "Assigning Facility Sequence"],
1773
+ "0040,0039" => [["SQ"], "Assigning Jurisdiction Code Sequence"],
1774
+ "0040,003A" => [["SQ"], "Assigning Agency or Department Code Sequence"],
1580
1775
  "0040,0100" => [["SQ"], "Scheduled Procedure Step Sequence"],
1581
1776
  "0040,0220" => [["SQ"], "Referenced Non-Image Composite SOP Instance Sequence"],
1582
1777
  "0040,0241" => [["AE"], "Performed Station AE Title"],
@@ -1591,6 +1786,7 @@ module DICOM
1591
1786
  "0040,0254" => [["LO"], "Performed Procedure Step Description"],
1592
1787
  "0040,0255" => [["LO"], "Performed Procedure Type Description"],
1593
1788
  "0040,0260" => [["SQ"], "Performed Protocol Code Sequence"],
1789
+ "0040,0261" => [["CS"], "Performed Protocol Type"],
1594
1790
  "0040,0270" => [["SQ"], "Scheduled Step Attributes Sequence"],
1595
1791
  "0040,0275" => [["SQ"], "Request Attributes Sequence"],
1596
1792
  "0040,0280" => [["ST"], "Comments on the Performed Procedure Step"],
@@ -1619,13 +1815,31 @@ module DICOM
1619
1815
  "0040,0400" => [["LT"], "Comments on the Scheduled Procedure Step"],
1620
1816
  "0040,0440" => [["SQ"], "Protocol Context Sequence"],
1621
1817
  "0040,0441" => [["SQ"], "Content Item Modifier Sequence"],
1622
- "0040,050A" => [["LO"], "Specimen Accession Number"],
1623
- "0040,0550" => [["SQ"], "Specimen Sequence"],
1818
+ "0040,0500" => [["SQ"], "Scheduled Specimen Sequence"],
1819
+ "0040,050A" => [["LO"], "Specimen Accession Number"], # RET
1820
+ "0040,0512" => [["LO"], "Container Identifier"],
1821
+ "0040,0513" => [["SQ"], "Issuer of the Container Identifier Sequence"],
1822
+ "0040,0515" => [["SQ"], "Alternate Container Identifier Sequence"],
1823
+ "0040,0518" => [["SQ"], "Container Type Code Sequence"],
1824
+ "0040,051A" => [["LO"], "Container Description"],
1825
+ "0040,0520" => [["SQ"], "Container Component Sequence"],
1826
+ "0040,0550" => [["SQ"], "Specimen Sequence"], # RET
1624
1827
  "0040,0551" => [["LO"], "Specimen Identifier"],
1828
+ "0040,0552" => [["SQ"], "Specimen Description Sequence - Trial"], # RET
1829
+ "0040,0553" => [["ST"], "Specimen Description - Trial"],
1830
+ "0040,0554" => [["UI"], "Specimen UID"],
1625
1831
  "0040,0555" => [["SQ"], "Acquisition Context Sequence"],
1626
1832
  "0040,0556" => [["ST"], "Acquisition Context Description"],
1627
1833
  "0040,059A" => [["SQ"], "Specimen Type Code Sequence"],
1628
- "0040,06FA" => [["LO"], "Slide Identifier"],
1834
+ "0040,0560" => [["SQ"], "Specimen Description Sequence"],
1835
+ "0040,0562" => [["SQ"], "Issuer of the Specimen Identifier Sequence"],
1836
+ "0040,0600" => [["LO"], "Specimen Short Description"],
1837
+ "0040,0602" => [["UT"], "Specimen Detailed Description"],
1838
+ "0040,0610" => [["SQ"], "Specimen Preparation Sequence"],
1839
+ "0040,0612" => [["SQ"], "Specimen Preparation Step Content Item Sequence"],
1840
+ "0040,0620" => [["SQ"], "Specimen Localization Content Item Sequence"],
1841
+ "0040,059A" => [["SQ"], "Specimen Type Code Sequence"],
1842
+ "0040,06FA" => [["LO"], "Slide Identifier"], # RET
1629
1843
  "0040,071A" => [["SQ"], "Image Center Point Coordinates Sequence"],
1630
1844
  "0040,072A" => [["DS"], "X offset in Slide Coordinate System"],
1631
1845
  "0040,073A" => [["DS"], "Y offset in Slide Coordinate System"],
@@ -1645,6 +1859,7 @@ module DICOM
1645
1859
  "0040,100A" => [["SQ"], "Reason for Requested Procedure Code Sequence"],
1646
1860
  "0040,1010" => [["PN"], "Names of Intended Recipients of Results"],
1647
1861
  "0040,1011" => [["SQ"], "Intended Recipients of Results Identification Sequence"],
1862
+ "0040,1012" => [["SQ"], "Reason For Performed Procedure Code Sequence"],
1648
1863
  "0040,1101" => [["SQ"], "Person Identification Code Sequence"],
1649
1864
  "0040,1102" => [["ST"], "Person's Address"],
1650
1865
  "0040,1103" => [["LO"], "Person's Telephone Numbers"],
@@ -1665,12 +1880,12 @@ module DICOM
1665
1880
  "0040,4002" => [["CS"], "General Purpose Performed Procedure Step Status"],
1666
1881
  "0040,4003" => [["CS"], "General Purpose Scheduled Procedure Step Priority"],
1667
1882
  "0040,4004" => [["SQ"], "Scheduled Processing Applications Code Sequence"],
1668
- "0040,4005" => [["DT"], "Scheduled Procedure Step Start Date and Time"],
1883
+ "0040,4005" => [["DT"], "Scheduled Procedure Step Start Date Time"],
1669
1884
  "0040,4006" => [["CS"], "Multiple Copies Flag"],
1670
1885
  "0040,4007" => [["SQ"], "Performed Processing Applications Code Sequence"],
1671
1886
  "0040,4009" => [["SQ"], "Human Performer Code Sequence"],
1672
- "0040,4010" => [["DT"], "Scheduled Procedure Step Modification Date and Time"],
1673
- "0040,4011" => [["DT"], "Expected Completion Date and Time"],
1887
+ "0040,4010" => [["DT"], "Scheduled Procedure Step Modification Date Time"],
1888
+ "0040,4011" => [["DT"], "Expected Completion Date Time"],
1674
1889
  "0040,4015" => [["SQ"], "Resulting General Purpose Performed Procedure Steps Sequence"],
1675
1890
  "0040,4016" => [["SQ"], "Referenced General Purpose Scheduled Procedure Step Sequence"],
1676
1891
  "0040,4018" => [["SQ"], "Scheduled Workitem Code Sequence"],
@@ -1692,6 +1907,7 @@ module DICOM
1692
1907
  "0040,4035" => [["SQ"], "Actual Human Performers Sequence"],
1693
1908
  "0040,4036" => [["LO"], "Human Performer's Organization"],
1694
1909
  "0040,4037" => [["PN"], "Human Performer's Name"],
1910
+ "0040,4040" => [["CS"], "Raw Data Handling"],
1695
1911
  "0040,8302" => [["DS"], "Entrance Dose in mGy"],
1696
1912
  "0040,9094" => [["SQ"], "Referenced Image Real World Value Mapping Sequence"],
1697
1913
  "0040,9096" => [["SQ"], "Real World Value Mapping Sequence"],
@@ -1747,10 +1963,11 @@ module DICOM
1747
1963
  "0040,A491" => [["CS"], "Completion Flag"],
1748
1964
  "0040,A492" => [["LO"], "Completion Flag Description"],
1749
1965
  "0040,A493" => [["CS"], "Verification Flag"],
1966
+ "0040,A496" => [["CS"], "Preliminary Flag"],
1750
1967
  "0040,A504" => [["SQ"], "Content Template Sequence"],
1751
1968
  "0040,A525" => [["SQ"], "Identical Documents Sequence"],
1752
1969
  "0040,A730" => [["SQ"], "Content Sequence"],
1753
- "0040,B020" => [["SQ"], "Annotation Sequence"],
1970
+ "0040,B020" => [["SQ"], "Waveform Annotation Sequence"],
1754
1971
  "0040,DB00" => [["CS"], "Template Identifier"],
1755
1972
  "0040,DB06" => [["DT"], "Template Version"], # RET
1756
1973
  "0040,DB07" => [["DT"], "Template Local Version"], # RET
@@ -1762,19 +1979,78 @@ module DICOM
1762
1979
  "0040,E004" => [["DT"], "HL7 Document Effective Time"],
1763
1980
  "0040,E006" => [["SQ"], "HL7 Document Type Code Sequence"],
1764
1981
  "0040,E010" => [["UT"], "Retrieve URI"],
1982
+ "0040,E011" => [["UI"], "Retrieve Location UID"],
1765
1983
  # Group 0042
1766
1984
  "0042,0010" => [["ST"], "Document Title"],
1767
1985
  "0042,0011" => [["OB"], "Encapsulated Document"],
1768
1986
  "0042,0012" => [["LO"], "MIME Type of Encapsulated Document"],
1769
1987
  "0042,0013" => [["SQ"], "Source Instance Sequence"],
1988
+ # Group 0046
1989
+ "0046,0012" => [["LO"], "Lens Description"],
1990
+ "0046,0014" => [["SQ"], "Right Lens Sequence"],
1991
+ "0046,0015" => [["SQ"], "Left Lens Sequence"],
1992
+ "0046,0016" => [["SQ"], "Unspecified Laterality Lens Sequence"],
1993
+ "0046,0018" => [["SQ"], "Cylinder Sequence"],
1994
+ "0046,0028" => [["SQ"], "Prism Sequence"],
1995
+ "0046,0030" => [["FD"], "Horizontal Prism Power"],
1996
+ "0046,0032" => [["CS"], "Horizontal Prism Base"],
1997
+ "0046,0034" => [["FD"], "Vertical Prism Power"],
1998
+ "0046,0036" => [["CS"], "Vertical Prism Base"],
1999
+ "0046,0038" => [["CS"], "Lens Segment Type"],
2000
+ "0046,0040" => [["FD"], "Optical Transmittance"],
2001
+ "0046,0042" => [["FD"], "Channel Width"],
2002
+ "0046,0044" => [["FD"], "Pupil Size"],
2003
+ "0046,0046" => [["FD"], "Corneal Size"],
2004
+ "0046,0050" => [["SQ"], "Autorefraction Right Eye Sequence"],
2005
+ "0046,0052" => [["SQ"], "Autorefraction Left Eye Sequence"],
2006
+ "0046,0060" => [["FD"], "Distance Pupillary Distance"],
2007
+ "0046,0062" => [["FD"], "Near Pupillary Distance"],
2008
+ "0046,0063" => [["FD"], "Intermediate Pupillary Distance"],
2009
+ "0046,0064" => [["FD"], "Other Pupillary Distance"],
2010
+ "0046,0070" => [["SQ"], "Keratometry Right Eye Sequence"],
2011
+ "0046,0071" => [["SQ"], "Keratometry Left Eye Sequence"],
2012
+ "0046,0074" => [["SQ"], "Steep Keratometric Axis Sequence"],
2013
+ "0046,0075" => [["FD"], "Radius of Curvature"],
2014
+ "0046,0076" => [["FD"], "Keratometric Power"],
2015
+ "0046,0077" => [["FD"], "Keratometric Axis"],
2016
+ "0046,0080" => [["SQ"], "Flat Keratometric Axis Sequence"],
2017
+ "0046,0092" => [["CS"], "Background Color"],
2018
+ "0046,0094" => [["CS"], "Optotype"],
2019
+ "0046,0095" => [["CS"], "Optotype Presentation"],
2020
+ "0046,0097" => [["SQ"], "Subjective Refraction Right Eye Sequence"],
2021
+ "0046,0098" => [["SQ"], "Subjective Refraction Left Eye Sequence"],
2022
+ "0046,0100" => [["SQ"], "Add Near Sequence"],
2023
+ "0046,0101" => [["SQ"], "Add Intermediate Sequence"],
2024
+ "0046,0102" => [["SQ"], "Add Other Sequence"],
2025
+ "0046,0104" => [["FD"], "Add Power"],
2026
+ "0046,0106" => [["FD"], "Viewing Distance"],
2027
+ "0046,0121" => [["SQ"], "Visual Acuity Type Code Sequence"],
2028
+ "0046,0122" => [["SQ"], "Visual Acuity Right Eye Sequence"],
2029
+ "0046,0123" => [["SQ"], "Visual Acuity Left Eye Sequence"],
2030
+ "0046,0124" => [["SQ"], "Visual Acuity Both Eyes Open Sequence"],
2031
+ "0046,0125" => [["CS"], "Viewing Distance Type"],
2032
+ "0046,0135" => [["SS"], "Visual Acuity Modifiers"],
2033
+ "0046,0137" => [["FD"], "Decimal Visual Acuity"],
2034
+ "0046,0139" => [["LO"], "Optotype Detailed Definition"],
2035
+ "0046,0145" => [["SQ"], "Referenced Refractive Measurements Sequence"],
2036
+ "0046,0146" => [["FD"], "Sphere Power"],
2037
+ "0046,0147" => [["FD"], "Cylinder Power"],
1770
2038
  # Group 0050
1771
2039
  "0050,0004" => [["CS"], "Calibration Image"],
1772
2040
  "0050,0010" => [["SQ"], "Device Sequence"],
2041
+ "0050,0012" => [["SQ"], "Container Component Type Code Sequence"],
2042
+ "0050,0013" => [["FD"], "Container Component Thickness"],
1773
2043
  "0050,0014" => [["DS"], "Device Length"],
2044
+ "0050,0015" => [["FD"], "Container Component Width"],
1774
2045
  "0050,0016" => [["DS"], "Device Diameter"],
1775
2046
  "0050,0017" => [["CS"], "Device Diameter Units"],
1776
2047
  "0050,0018" => [["DS"], "Device Volume"],
1777
- "0050,0019" => [["DS"], "Intermarker Distance"],
2048
+ "0050,0019" => [["DS"], "Inter-Marker Distance"],
2049
+ "0050,001A" => [["CS"], "Container Component Material"],
2050
+ "0050,001B" => [["LO"], "Container Component ID"],
2051
+ "0050,001C" => [["FD"], "Container Component Length"],
2052
+ "0050,001D" => [["FD"], "Container Component Diameter"],
2053
+ "0050,001E" => [["LO"], "Container Component Description"],
1778
2054
  "0050,0020" => [["LO"], "Device Description"],
1779
2055
  # Group 0054
1780
2056
  "0054,0010" => [["US"], "Energy Window Vector"],
@@ -1889,6 +2165,52 @@ module DICOM
1889
2165
  "0064,0009" => [["OF"], "Vector Grid Data"],
1890
2166
  "0064,000F" => [["SQ"], "Pre Deformation Matrix Registration Sequence"],
1891
2167
  "0064,0010" => [["SQ"], "Post Deformation Matrix Registration Sequence"],
2168
+ # Group 0066
2169
+ "0066,0001" => [["UL"], "Number of Surfaces"],
2170
+ "0066,0002" => [["SQ"], "Surface Sequence"],
2171
+ "0066,0003" => [["UL"], "Surface Number"],
2172
+ "0066,0004" => [["LT"], "Surface Comments"],
2173
+ "0066,0009" => [["CS"], "Surface Processing"],
2174
+ "0066,000A" => [["FL"], "Surface Processing Ratio"],
2175
+ "0066,000B" => [["LO"], "Surface Processing Description"],
2176
+ "0066,000C" => [["FL"], "Recommended Presentation Opacity"],
2177
+ "0066,000D" => [["CS"], "Recommended Presentation Type"],
2178
+ "0066,000E" => [["CS"], "Finite Volume"],
2179
+ "0066,0010" => [["CS"], "Manifold"],
2180
+ "0066,0011" => [["SQ"], "Surface Points Sequence"],
2181
+ "0066,0012" => [["SQ"], "Surface Points Normals Sequence"],
2182
+ "0066,0013" => [["SQ"], "Surface Mesh Primitives Sequence"],
2183
+ "0066,0015" => [["UL"], "Number of Surface Points"],
2184
+ "0066,0016" => [["OF"], "Point Coordinates Data"],
2185
+ "0066,0017" => [["FL"], "Point Position Accuracy"],
2186
+ "0066,0018" => [["FL"], "Mean Point Distance"],
2187
+ "0066,0019" => [["FL"], "Maximum Point Distance"],
2188
+ "0066,001A" => [["FL"], "Points Bounding Box Coordinates"],
2189
+ "0066,001B" => [["FL"], "Axis of Rotation"],
2190
+ "0066,001C" => [["FL"], "Center of Rotation"],
2191
+ "0066,001E" => [["UL"], "Number of Vectors"],
2192
+ "0066,001F" => [["US"], "Vector Dimensionality"],
2193
+ "0066,0020" => [["FL"], "Vector Accuracy"],
2194
+ "0066,0021" => [["OF"], "Vector Coordinate Data"],
2195
+ "0066,0023" => [["OW"], "Triangle Point Index List"],
2196
+ "0066,0024" => [["OW"], "Edge Point Index List"],
2197
+ "0066,0025" => [["OW"], "Vertex Point Index List"],
2198
+ "0066,0026" => [["SQ"], "Triangle Strip Sequence"],
2199
+ "0066,0027" => [["SQ"], "Triangle Fan Sequence"],
2200
+ "0066,0028" => [["SQ"], "Line Sequence"],
2201
+ "0066,0029" => [["OW"], "Primitive Point Index List"],
2202
+ "0066,002A" => [["UL"], "Surface Count"],
2203
+ "0066,002B" => [["SQ"], "Referenced Surface Sequence"],
2204
+ "0066,002C" => [["UL"], "Referenced Surface Number"],
2205
+ "0066,002D" => [["SQ"], "Segment Surface Generation Algorithm Identification Sequence"],
2206
+ "0066,002E" => [["SQ"], "Segment Surface Source Instance Sequence"],
2207
+ "0066,002F" => [["SQ"], "Algorithm Family Code Sequence"],
2208
+ "0066,0030" => [["SQ"], "Algorithm Name Code Sequence"],
2209
+ "0066,0031" => [["LO"], "Algorithm Version"],
2210
+ "0066,0032" => [["LT"], "Algorithm Parameters"],
2211
+ "0066,0034" => [["SQ"], "Facet Sequence"],
2212
+ "0066,0035" => [["SQ"], "Surface Processing Algorithm Identification Sequence"],
2213
+ "0066,0036" => [["LO"], "Algorithm Name"],
1892
2214
  # Group 0070
1893
2215
  "0070,0001" => [["SQ"], "Graphic Annotation Sequence"],
1894
2216
  "0070,0002" => [["CS"], "Graphic Layer"],
@@ -1924,6 +2246,7 @@ module DICOM
1924
2246
  "0070,0083" => [["TM"], "Presentation Creation Time"],
1925
2247
  "0070,0084" => [["PN"], "Content Creator's Name"],
1926
2248
  "0070,0086" => [["SQ"], "Content Creator's Identification Code Sequence"],
2249
+ "0070,0087" => [["SQ"], "Alternate Content Description Sequence"],
1927
2250
  "0070,0100" => [["CS"], "Presentation Size Mode"],
1928
2251
  "0070,0101" => [["DS"], "Presentation Pixel Spacing"],
1929
2252
  "0070,0102" => [["IS"], "Presentation Pixel Aspect Ratio"],
@@ -2028,6 +2351,14 @@ module DICOM
2028
2351
  "0072,0402" => [["CS"], "Filter-by Category"],
2029
2352
  "0072,0404" => [["CS"], "Filter-by Attribute Presence"],
2030
2353
  "0072,0406" => [["CS"], "Filter-by Operator"],
2354
+ "0072,0420" => [["US"], "Structured Display Background CIELab Value"],
2355
+ "0072,0421" => [["US"], "Empty Image Box CIELab Value"],
2356
+ "0072,0422" => [["SQ"], "Structured Display Image Box Sequence"],
2357
+ "0072,0424" => [["SQ"], "Structured Display Text Box Sequence"],
2358
+ "0072,0427" => [["SQ"], "Referenced First Frame Sequence"],
2359
+ "0072,0430" => [["SQ"], "Image Box Synchronization Sequence"],
2360
+ "0072,0432" => [["US"], "Synchronized Image Box List"],
2361
+ "0072,0434" => [["CS"], "Type of Synchronization"],
2031
2362
  "0072,0500" => [["CS"], "Blending Operation Type"],
2032
2363
  "0072,0510" => [["CS"], "Reformatting Operation Type"],
2033
2364
  "0072,0512" => [["FD"], "Reformatting Thickness"],
@@ -2039,7 +2370,7 @@ module DICOM
2039
2370
  "0072,0604" => [["CS"], "Sorting Direction"],
2040
2371
  "0072,0700" => [["CS"], "Display Set Patient Orientation"],
2041
2372
  "0072,0702" => [["CS"], "VOI Type"],
2042
- "0072,0704" => [["CS"], "Pseudo-color Type"],
2373
+ "0072,0704" => [["CS"], "Pseudo-Color Type"],
2043
2374
  "0072,0706" => [["CS"], "Show Grayscale Inverted"],
2044
2375
  "0072,0710" => [["CS"], "Show Image True Size Flag"],
2045
2376
  "0072,0712" => [["CS"], "Show Graphic Annotation Flag"],
@@ -2047,17 +2378,62 @@ module DICOM
2047
2378
  "0072,0716" => [["CS"], "Show Acquisition Techniques Flag"],
2048
2379
  "0072,0717" => [["CS"], "Display Set Horizontal Justification"],
2049
2380
  "0072,0718" => [["CS"], "Display Set Vertical Justification"],
2381
+ # Group 0074
2382
+ "0074,1000" => [["CS"], "Unified Procedure Step State"],
2383
+ "0074,1002" => [["SQ"], "Unified Procedure Step UPS Progress Information Sequence"],
2384
+ "0074,1004" => [["DS"], "Unified Procedure Step Progress"],
2385
+ "0074,1006" => [["ST"], "Unified Procedure Step Progress Description"],
2386
+ "0074,1008" => [["SQ"], "Unified Procedure Step Communications URI Sequence"],
2387
+ "0074,100a" => [["ST"], "Contact URI"],
2388
+ "0074,100c" => [["LO"], "Contact Display Name"],
2389
+ "0074,100e" => [["SQ"], "Unified Procedure Step Discontinuation Reason Code Sequence"],
2390
+ "0074,1020" => [["SQ"], "Beam Task Sequence"],
2391
+ "0074,1022" => [["CS"], "Beam Task Type"],
2392
+ "0074,1024" => [["IS"], "Beam Order Index"],
2393
+ "0074,1030" => [["SQ"], "Delivery Verification Image Sequence"],
2394
+ "0074,1032" => [["CS"], "Verification Image Timing"],
2395
+ "0074,1034" => [["CS"], "Double Exposure Flag"],
2396
+ "0074,1036" => [["CS"], "Double Exposure Ordering"],
2397
+ "0074,1038" => [["DS"], "Double Exposure Meterset"],
2398
+ "0074,103A" => [["DS"], "Double Exposure Field Delta"],
2399
+ "0074,1040" => [["SQ"], "Related Reference RT Image Sequence"],
2400
+ "0074,1042" => [["SQ"], "General Machine Verification Sequence"],
2401
+ "0074,1044" => [["SQ"], "Conventional Machine Verification Sequence"],
2402
+ "0074,1046" => [["SQ"], "Ion Machine Verification Sequence"],
2403
+ "0074,1048" => [["SQ"], "Failed Attributes Sequence"],
2404
+ "0074,104A" => [["SQ"], "Overridden Attributes Sequence"],
2405
+ "0074,104C" => [["SQ"], "Conventional Control Point Verification Sequence"],
2406
+ "0074,104E" => [["SQ"], "Ion Control Point Verification Sequence"],
2407
+ "0074,1050" => [["SQ"], "Attribute Occurrence Sequence"],
2408
+ "0074,1052" => [["AT"], "Attribute Occurrence Pointer"],
2409
+ "0074,1054" => [["UL"], "Attribute Item Selector"],
2410
+ "0074,1056" => [["LO"], "Attribute Occurrence Private Creator"],
2411
+ "0074,1200" => [["CS"], "Scheduled Procedure Step Priority"],
2412
+ "0074,1202" => [["LO"], "Worklist Label"],
2413
+ "0074,1204" => [["LO"], "Procedure Step Label"],
2414
+ "0074,1210" => [["SQ"], "Scheduled Processing Parameters Sequence"],
2415
+ "0074,1212" => [["SQ"], "Performed Processing Parameters Sequence"],
2416
+ "0074,1216" => [["SQ"], "Unified Procedure Step UPS Performed Procedure Sequence"],
2417
+ "0074,1220" => [["SQ"], "Related Procedure Step Sequence"],
2418
+ "0074,1222" => [["LO"], "Procedure Step Relationship Type"],
2419
+ "0074,1230" => [["LO"], "Deletion Lock"],
2420
+ "0074,1234" => [["AE"], "Receiving AE"],
2421
+ "0074,1236" => [["AE"], "Requesting AE"],
2422
+ "0074,1238" => [["LT"], "Reason for Cancellation"],
2423
+ "0074,1242" => [["CS"], "SCP Status"],
2424
+ "0074,1244" => [["CS"], "Subscription List Status"],
2425
+ "0074,1246" => [["CS"], "Unified Procedure Step UPS List Status"],
2050
2426
  # Group 0088
2051
2427
  "0088,0130" => [["SH"], "Storage Media File-set ID"],
2052
2428
  "0088,0140" => [["UI"], "Storage Media File-set UID"],
2053
2429
  "0088,0200" => [["SQ"], "Icon Image Sequence"],
2054
- "0088,0904" => [["LO"], "Topic Title"],
2055
- "0088,0906" => [["ST"], "Topic Subject"],
2056
- "0088,0910" => [["LO"], "Topic Author"],
2057
- "0088,0912" => [["LO"], "Topic Keywords"],
2430
+ "0088,0904" => [["LO"], "Topic Title"], # RET
2431
+ "0088,0906" => [["ST"], "Topic Subject"], # RET
2432
+ "0088,0910" => [["LO"], "Topic Author"], # RET
2433
+ "0088,0912" => [["LO"], "Topic Keywords"], # RET
2058
2434
  # Group 0100
2059
2435
  "0100,0410" => [["CS"], "SOP Instance Status"],
2060
- "0100,0420" => [["DT"], "SOP Authorization Date and Time"],
2436
+ "0100,0420" => [["DT"], "SOP Authorization Date Time"],
2061
2437
  "0100,0424" => [["LT"], "SOP Authorization Comment"],
2062
2438
  "0100,0426" => [["LO"], "Authorization Equipment Certification Number"],
2063
2439
  # Group 0400
@@ -2085,6 +2461,15 @@ module DICOM
2085
2461
  "0400,0563" => [["LO"], "Modifying System"],
2086
2462
  "0400,0564" => [["LO"], "Source of Previous Values"],
2087
2463
  "0400,0565" => [["CS"], "Reason for the Attribute Modification"],
2464
+ # Group 1000
2465
+ "1000,xxx0" => [["US"], "Escape Triplet"], # RET
2466
+ "1000,xxx1" => [["US"], "Run Length Triplet"], # RET
2467
+ "1000,xxx2" => [["US"], "Huffman Table Size"], # RET
2468
+ "1000,xxx3" => [["US"], "Huffman Table Triplet"], # RET
2469
+ "1000,xxx4" => [["US"], "Shift Table Size"], # RET
2470
+ "1000,xxx5" => [["US"], "Shift Table Triplet"], # RET
2471
+ # Group 1010
2472
+ "1010,xxxx" => [["US"], "Zonal Map"], # RET
2088
2473
  # Group 2000
2089
2474
  "2000,0010" => [["IS"], "Number of Copies"],
2090
2475
  "2000,001E" => [["SQ"], "Printer Configuration Sequence"],
@@ -2167,13 +2552,13 @@ module DICOM
2167
2552
  "2050,0020" => [["CS"], "Presentation LUT Shape"],
2168
2553
  "2050,0500" => [["SQ"], "Referenced Presentation LUT Sequence"],
2169
2554
  # Group 2100
2170
- "2100,0010" => [["SH"], "Print Job ID"],
2555
+ "2100,0010" => [["SH"], "Print Job ID"], # RET
2171
2556
  "2100,0020" => [["CS"], "Execution Status"],
2172
2557
  "2100,0030" => [["CS"], "Execution Status Info"],
2173
2558
  "2100,0040" => [["DA"], "Creation Date"],
2174
2559
  "2100,0050" => [["TM"], "Creation Time"],
2175
2560
  "2100,0070" => [["AE"], "Originator"],
2176
- "2100,0140" => [["AE"], "Destination AE"],
2561
+ "2100,0140" => [["AE"], "Destination AE"], # RET
2177
2562
  "2100,0160" => [["SH"], "Owner ID"],
2178
2563
  "2100,0170" => [["IS"], "Number of Films"],
2179
2564
  "2100,0500" => [["SQ"], "Referenced Print Job Sequence (Pull Stored Print)"], # RET
@@ -2236,6 +2621,9 @@ module DICOM
2236
2621
  "3002,0040" => [["SQ"], "Fluence Map Sequence"],
2237
2622
  "3002,0041" => [["CS"], "Fluence Data Source"],
2238
2623
  "3002,0042" => [["DS"], "Fluence Data Scale"],
2624
+ "3002,0050" => [["SQ"], "Primary Fluence Mode Sequence"],
2625
+ "3002,0051" => [["CS"], "Fluence Mode"],
2626
+ "3002,0052" => [["SH"], "Fluence Mode ID"],
2239
2627
  # Group 3004
2240
2628
  "3004,0001" => [["CS"], "DVH Type"],
2241
2629
  "3004,0002" => [["CS"], "Dose Units"],
@@ -2731,6 +3119,12 @@ module DICOM
2731
3119
  "300A,0401" => [["SQ"], "Referenced Setup Image Sequence"],
2732
3120
  "300A,0402" => [["ST"], "Setup Image Comment"],
2733
3121
  "300A,0410" => [["SQ"], "Motion Synchronization Sequence"],
3122
+ "300A,0412" => [["FL"], "Control Point Orientation"],
3123
+ "300A,0420" => [["SQ"], "General Accessory Sequence"],
3124
+ "300A,0421" => [["SH"], "General Accessory ID"],
3125
+ "300A,0422" => [["ST"], "General Accessory Description"],
3126
+ "300A,0423" => [["CS"], "General Accessory Type"],
3127
+ "300A,0424" => [["IS"], "General Accessory Number"],
2734
3128
  # Group 300C
2735
3129
  "300C,0002" => [["SQ"], "Referenced RT Plan Sequence"],
2736
3130
  "300C,0004" => [["SQ"], "Referenced Beam Sequence"],
@@ -2875,6 +3269,14 @@ module DICOM
2875
3269
  "60xx,4000" => [["LT"], "Overlay Comments"], # RET
2876
3270
  # Pixel data and structural data elements:
2877
3271
  "7FE0,0010" => [["OW","OB"], "Pixel Data"],
3272
+ "7FE0,0020" => [["OW"], "Coefficients SDVN"], # RET
3273
+ "7FE0,0030" => [["OW"], "Coefficients SDHN"], # RET
3274
+ "7FE0,0040" => [["OW"], "Coefficients SDDN"], # RET
3275
+ "7Fxx,0010" => [["OW","OB"], "Variable Pixel Data"], # RET
3276
+ "7Fxx,0011" => [["US"], "Variable Next Data Group"], # RET
3277
+ "7Fxx,0020" => [["OW"], "Variable Coefficients SDVN"], # RET
3278
+ "7Fxx,0030" => [["OW"], "Variable Coefficients SDHN"], # RET
3279
+ "7Fxx,0040" => [["OW"], "Variable Coefficients SDDN"], # RET
2878
3280
  "FFFA,FFFA" => [["SQ"], "Digital Signatures Sequence"],
2879
3281
  "FFFC,FFFC" => [["OB"], "Data Set Trailing Padding"],
2880
3282
  "FFFE,E000" => [["()"], "Item"], # VR does not exist for this element
@@ -2885,4 +3287,4 @@ module DICOM
2885
3287
 
2886
3288
 
2887
3289
  end # of class
2888
- end # of module
3290
+ end # of module