dcm_dict 0.20.2 → 0.21.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0b17fd2cefeaeb47ac45fbb0a4354e068d3ce01d4296a5d613975b24e3b746cb
4
- data.tar.gz: 59b65348c81fe30d4114ac293f28f9cb6acfd57d633d4432b9621c4925819c96
3
+ metadata.gz: c501e3ac51ccefbcbd5a0621bb21a986085971e5fbc7f465e68da25496f1dd8d
4
+ data.tar.gz: 4c26ec63a0bcbfebb4afa22b2e49f554d320d3fc6ee3f8e843024cd5801e51c4
5
5
  SHA512:
6
- metadata.gz: e59bd2afa73b36b60b79582260e856c8d45cd18f1c452c7f242a95151cd8b0ae383af61de3f22ab049f24ec744045f61383da0340aec314febf8b8fb264bb7d5
7
- data.tar.gz: 23e11bd2004e5297c932fec65b49fadf37689aff0026a824949ee85baaaf557badc7d3d8409aae6e6621633d282f2738063130fd6264eed08a6906a4adfdac27
6
+ metadata.gz: 6cd42ae5443386afaa4907c58fd9517ff7769e498ac3a020b82d0255a54ea5aa90266a18773cd16a4b3838294ed81efd8e07094a5c11fe777fc26e8cb1e01ed1
7
+ data.tar.gz: 7122e1cba3ee74863879f7c5a40d3b393220ed3d7a001eec3d735bfb76cafe84ce9543a0c36c205911978df48dced943a218246f19bff2061c483eea7a0adef9
data/CHANGELOG.md ADDED
@@ -0,0 +1,107 @@
1
+ # DcmDict project Changelog
2
+
3
+ ___
4
+ ## v0.21.1 (2018-12-07)
5
+ * Update gemspec (fix CHANGELOG.md file reference)
6
+ ___
7
+ ## v0.21.0 (2018-12-07)
8
+ * Update to 2018e Base Standard
9
+ ___
10
+ ## v0.20.3 (2018-12-07)
11
+ * Migrate Changelog file to markdown format (CHANGELOG.md)
12
+ ___
13
+ ## v0.20.2 (2018-10-12)
14
+ * Update Changelog
15
+ ___
16
+ ## v0.20.1 (2018-10-12)
17
+ * Updated dcm_dict.gemspec for Nokogiri gem due to a security vulnerabilities into libxml2 library (ref 1.8.5).
18
+ #### Note:
19
+ * [Rubysec advisories (cve #2018-14404 - 2018-10-04)](https://rubysec.com/advisories/nokogiri-CVE-2018-14404)
20
+ * [Ruby Weekly Issue (#420 - 2018-10-11)](https://rubyweekly.com/issues/420)
21
+ ___
22
+ ## v0.20.0 (2018-10-01)
23
+ * Update to 2018d Base Standard
24
+ ___
25
+ ## v0.19.0 (2018-07-16)
26
+ * Update to 2018c Base Standard
27
+ ___
28
+ ## v0.18.1 (2018-06-05)
29
+ * Updated dcm_dict.gemspec due to a security vulnerabilities into the Nokogiri gem as defined into gemspec (v1.6 to v1.8)
30
+ #### Note for gemspec security report:
31
+ >Security vulnerability detected in GemSpec:
32
+ >Found a potential security vulnerability in one dependencies (sparklemotion/nokogiri).*
33
+ >A dependency defined in dcm_dict.gemspec has known security vulnerabilities and should be updated.*
34
+ >Known vulnerability found 'CVE-2017-9050' (Critical severity)*
35
+ >
36
+ >["libxml2 20904-GITv2.9.4-16-g0741801 is vulnerable to a heap-based buffer over-read in the xmlDictAddString function in dict.c..."](https://www.cvedetails.com/cve/CVE-2017-9050/)
37
+ >
38
+ >dcm_dict.gemspec update suggested: nokogiri ~> 1.8.1*
39
+ ___
40
+ ## v0.18.0 (2018-04-13)
41
+ * Update to 2018b Base Standard
42
+ ___
43
+ ## v0.17.1 (2018-03-07)
44
+ * Update DICOM reference into 'README'
45
+ * Update dcm_dict.gemspec
46
+ ___
47
+ ## v0.17.0 (2018-02-23)
48
+ * Update to 2018a Base Standard
49
+ ___
50
+ ## v0.16.0 (2017-12-13)
51
+ * Update to 2017e Base Standard
52
+ ___
53
+ ## v0.15.0 (2017-09-27)
54
+ * Update to 2017d Base Standard
55
+ ___
56
+ ## v0.14.0 (2017-06-08)
57
+ * Update to 2017c Base Standard
58
+ ___
59
+ ## v0.13.0 (2017-05-15)
60
+ * Update to 2017b Base Standard
61
+ ___
62
+ ## v0.12.1 (2017-03-14)
63
+ * Update Changelog file
64
+ ___
65
+ ## v0.12.0 (2017-03-14)
66
+ * Update to 2017a Base Standard
67
+ ___
68
+ ## v0.11.0 (2016-11-26)
69
+ * Update to 2016e Base Standard
70
+ ___
71
+ ## v0.10.0 (2016-10-10)
72
+ * Update to 2016d Base Standard
73
+ * Fix symbol extraction for keyword tag with "RTROI", "DVHROI", "OCTZ", "WADORS", "STOWRS", "CIExy", "RGBLUT", "VOILUT", "CTDIvol", "XAXRF", "CurrentInuA", "TimeInuS", "ExposureInuAs" and "dBdt" values
74
+ ___
75
+ ## v0.9.0 (2016-06-15)
76
+ * Update to 2016c Base Standard
77
+ ___
78
+ ## v0.8.0 (2016-04-13)
79
+ * Update to 2016b Base Standard
80
+ ___
81
+ ## v0.7.0 (2016-02-24)
82
+ * Update to 2016a Base Standard
83
+ ___
84
+ ## v0.6.1 (2015-07-06)
85
+ * Update Changelog file
86
+ ___
87
+ ## v0.6.0 (2015-07-06)
88
+ * Update to 2015c Base Standard
89
+ ___
90
+ ## v0.5.0 (2015-04-24)
91
+ * Update to 2015b Base Standard
92
+ ___
93
+ ## v0.4.0 (2015-02-09)
94
+ * Update to 2015a Base Standard
95
+ ___
96
+ ## v0.3.0 (2014-12-01)
97
+ * Update to 2014c Base Standard
98
+ ___
99
+ ## v0.2.0 (2014-09-22)
100
+ * Update to 2014b Base Standard
101
+ ___
102
+ ## v0.1.1 (2014-08-16)
103
+ * Update README file to fix some issues on files generated by rubydoc.info
104
+ ___
105
+ ## v0.1.0 (2014-08-16)
106
+ * Initial version
107
+ ___
data/README.md CHANGED
@@ -272,7 +272,7 @@ Note: the script use the [Nokogiri][3] as XML parser if installed as gem, otherw
272
272
  Check the file for other details.
273
273
 
274
274
  ## Note
275
- Current library version is aligned to *DICOM Base Standard* **2018d**
275
+ Current library version is aligned to *DICOM Base Standard* **2018e**
276
276
 
277
277
  ## Install
278
278
 
@@ -238,6 +238,7 @@ HIGH = 0001H'},
238
238
  { tag_ps: '(0008,103E)', tag_name: "Series Description", tag_key: 'SeriesDescription', tag_vr: [:LO], tag_vm: ["1"], tag_str: '(0008,103E)', tag_sym: :series_description, tag_ndm: '0008103E', tag_ary: [0x0008,0x103E], tag_multiple: false, tag_note: ''},
239
239
  { tag_ps: '(0008,103F)', tag_name: "Series Description Code Sequence", tag_key: 'SeriesDescriptionCodeSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0008,103F)', tag_sym: :series_description_code_sequence, tag_ndm: '0008103F', tag_ary: [0x0008,0x103F], tag_multiple: false, tag_note: ''},
240
240
  { tag_ps: '(0008,1040)', tag_name: "Institutional Department Name", tag_key: 'InstitutionalDepartmentName', tag_vr: [:LO], tag_vm: ["1"], tag_str: '(0008,1040)', tag_sym: :institutional_department_name, tag_ndm: '00081040', tag_ary: [0x0008,0x1040], tag_multiple: false, tag_note: ''},
241
+ { tag_ps: '(0008,1041)', tag_name: "Institutional Department Type Code Sequence", tag_key: 'InstitutionalDepartmentTypeCodeSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0008,1041)', tag_sym: :institutional_department_type_code_sequence, tag_ndm: '00081041', tag_ary: [0x0008,0x1041], tag_multiple: false, tag_note: ''},
241
242
  { tag_ps: '(0008,1048)', tag_name: "Physician(s) of Record", tag_key: 'PhysiciansOfRecord', tag_vr: [:PN], tag_vm: ["1-n"], tag_str: '(0008,1048)', tag_sym: :physicians_of_record, tag_ndm: '00081048', tag_ary: [0x0008,0x1048], tag_multiple: false, tag_note: ''},
242
243
  { tag_ps: '(0008,1049)', tag_name: "Physician(s) of Record Identification Sequence", tag_key: 'PhysiciansOfRecordIdentificationSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0008,1049)', tag_sym: :physicians_of_record_identification_sequence, tag_ndm: '00081049', tag_ary: [0x0008,0x1049], tag_multiple: false, tag_note: ''},
243
244
  { tag_ps: '(0008,1050)', tag_name: "Performing Physician's Name", tag_key: 'PerformingPhysicianName', tag_vr: [:PN], tag_vm: ["1-n"], tag_str: '(0008,1050)', tag_sym: :performing_physician_name, tag_ndm: '00081050', tag_ary: [0x0008,0x1050], tag_multiple: false, tag_note: ''},
@@ -1217,6 +1218,42 @@ HIGH = 0001H'},
1217
1218
  { tag_ps: '(0018,9352)', tag_name: "Calcium Scoring Mass Factor Device", tag_key: 'CalciumScoringMassFactorDevice', tag_vr: [:FL], tag_vm: ["3"], tag_str: '(0018,9352)', tag_sym: :calcium_scoring_mass_factor_device, tag_ndm: '00189352', tag_ary: [0x0018,0x9352], tag_multiple: false, tag_note: ''},
1218
1219
  { tag_ps: '(0018,9353)', tag_name: "Energy Weighting Factor", tag_key: 'EnergyWeightingFactor', tag_vr: [:FL], tag_vm: ["1"], tag_str: '(0018,9353)', tag_sym: :energy_weighting_factor, tag_ndm: '00189353', tag_ary: [0x0018,0x9353], tag_multiple: false, tag_note: ''},
1219
1220
  { tag_ps: '(0018,9360)', tag_name: "CT Additional X-Ray Source Sequence", tag_key: 'CTAdditionalXRaySourceSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0018,9360)', tag_sym: :ct_additional_x_ray_source_sequence, tag_ndm: '00189360', tag_ary: [0x0018,0x9360], tag_multiple: false, tag_note: ''},
1221
+ { tag_ps: '(0018,9361)', tag_name: "Multi-energy CT Acquisition", tag_key: 'MultienergyCTAcquisition', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(0018,9361)', tag_sym: :multienergy_ct_acquisition, tag_ndm: '00189361', tag_ary: [0x0018,0x9361], tag_multiple: false, tag_note: ''},
1222
+ { tag_ps: '(0018,9362)', tag_name: "Multi-energy CT Acquisition Sequence", tag_key: 'MultienergyCTAcquisitionSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0018,9362)', tag_sym: :multienergy_ct_acquisition_sequence, tag_ndm: '00189362', tag_ary: [0x0018,0x9362], tag_multiple: false, tag_note: ''},
1223
+ { tag_ps: '(0018,9363)', tag_name: "Multi-energy CT Processing Sequence", tag_key: 'MultienergyCTProcessingSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0018,9363)', tag_sym: :multienergy_ct_processing_sequence, tag_ndm: '00189363', tag_ary: [0x0018,0x9363], tag_multiple: false, tag_note: ''},
1224
+ { tag_ps: '(0018,9364)', tag_name: "Multi-energy CT Characteristics Sequence", tag_key: 'MultienergyCTCharacteristicsSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0018,9364)', tag_sym: :multienergy_ct_characteristics_sequence, tag_ndm: '00189364', tag_ary: [0x0018,0x9364], tag_multiple: false, tag_note: ''},
1225
+ { tag_ps: '(0018,9365)', tag_name: "Multi-energy CT X-Ray Source Sequence", tag_key: 'MultienergyCTXRaySourceSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0018,9365)', tag_sym: :multienergy_ctx_ray_source_sequence, tag_ndm: '00189365', tag_ary: [0x0018,0x9365], tag_multiple: false, tag_note: ''},
1226
+ { tag_ps: '(0018,9366)', tag_name: "X-Ray Source Index", tag_key: 'XRaySourceIndex', tag_vr: [:US], tag_vm: ["1"], tag_str: '(0018,9366)', tag_sym: :x_ray_source_index, tag_ndm: '00189366', tag_ary: [0x0018,0x9366], tag_multiple: false, tag_note: ''},
1227
+ { tag_ps: '(0018,9367)', tag_name: "X-Ray Source ID", tag_key: 'XRaySourceID', tag_vr: [:UC], tag_vm: ["1"], tag_str: '(0018,9367)', tag_sym: :x_ray_source_id, tag_ndm: '00189367', tag_ary: [0x0018,0x9367], tag_multiple: false, tag_note: ''},
1228
+ { tag_ps: '(0018,9368)', tag_name: "Multi-energy Source Technique", tag_key: 'MultienergySourceTechnique', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(0018,9368)', tag_sym: :multienergy_source_technique, tag_ndm: '00189368', tag_ary: [0x0018,0x9368], tag_multiple: false, tag_note: ''},
1229
+ { tag_ps: '(0018,9369)', tag_name: "Source Start Date Time", tag_key: 'SourceStartDateTime', tag_vr: [:DT], tag_vm: ["1"], tag_str: '(0018,9369)', tag_sym: :source_start_date_time, tag_ndm: '00189369', tag_ary: [0x0018,0x9369], tag_multiple: false, tag_note: ''},
1230
+ { tag_ps: '(0018,936A)', tag_name: "Source End Date Time", tag_key: 'SourceEndDateTime', tag_vr: [:DT], tag_vm: ["1"], tag_str: '(0018,936A)', tag_sym: :source_end_date_time, tag_ndm: '0018936A', tag_ary: [0x0018,0x936A], tag_multiple: false, tag_note: ''},
1231
+ { tag_ps: '(0018,936B)', tag_name: "Switching Phase Number", tag_key: 'SwitchingPhaseNumber', tag_vr: [:US], tag_vm: ["1"], tag_str: '(0018,936B)', tag_sym: :switching_phase_number, tag_ndm: '0018936B', tag_ary: [0x0018,0x936B], tag_multiple: false, tag_note: ''},
1232
+ { tag_ps: '(0018,936C)', tag_name: "Switching Phase Nominal Duration", tag_key: 'SwitchingPhaseNominalDuration', tag_vr: [:DS], tag_vm: ["1"], tag_str: '(0018,936C)', tag_sym: :switching_phase_nominal_duration, tag_ndm: '0018936C', tag_ary: [0x0018,0x936C], tag_multiple: false, tag_note: ''},
1233
+ { tag_ps: '(0018,936D)', tag_name: "Switching Phase Transition Duration", tag_key: 'SwitchingPhaseTransitionDuration', tag_vr: [:DS], tag_vm: ["1"], tag_str: '(0018,936D)', tag_sym: :switching_phase_transition_duration, tag_ndm: '0018936D', tag_ary: [0x0018,0x936D], tag_multiple: false, tag_note: ''},
1234
+ { tag_ps: '(0018,936E)', tag_name: "Effective Bin Energy", tag_key: 'EffectiveBinEnergy', tag_vr: [:DS], tag_vm: ["1"], tag_str: '(0018,936E)', tag_sym: :effective_bin_energy, tag_ndm: '0018936E', tag_ary: [0x0018,0x936E], tag_multiple: false, tag_note: ''},
1235
+ { tag_ps: '(0018,936F)', tag_name: "Multi-energy CT X-Ray Detector Sequence", tag_key: 'MultienergyCTXRayDetectorSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0018,936F)', tag_sym: :multienergy_ctx_ray_detector_sequence, tag_ndm: '0018936F', tag_ary: [0x0018,0x936F], tag_multiple: false, tag_note: ''},
1236
+ { tag_ps: '(0018,9370)', tag_name: "X-Ray Detector Index", tag_key: 'XRayDetectorIndex', tag_vr: [:US], tag_vm: ["1"], tag_str: '(0018,9370)', tag_sym: :x_ray_detector_index, tag_ndm: '00189370', tag_ary: [0x0018,0x9370], tag_multiple: false, tag_note: ''},
1237
+ { tag_ps: '(0018,9371)', tag_name: "X-Ray Detector ID", tag_key: 'XRayDetectorID', tag_vr: [:UC], tag_vm: ["1"], tag_str: '(0018,9371)', tag_sym: :x_ray_detector_id, tag_ndm: '00189371', tag_ary: [0x0018,0x9371], tag_multiple: false, tag_note: ''},
1238
+ { tag_ps: '(0018,9372)', tag_name: "Multi-energy Detector Type", tag_key: 'MultienergyDetectorType', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(0018,9372)', tag_sym: :multienergy_detector_type, tag_ndm: '00189372', tag_ary: [0x0018,0x9372], tag_multiple: false, tag_note: ''},
1239
+ { tag_ps: '(0018,9373)', tag_name: "X-Ray Detector Label", tag_key: 'XRayDetectorLabel', tag_vr: [:ST], tag_vm: ["1"], tag_str: '(0018,9373)', tag_sym: :x_ray_detector_label, tag_ndm: '00189373', tag_ary: [0x0018,0x9373], tag_multiple: false, tag_note: ''},
1240
+ { tag_ps: '(0018,9374)', tag_name: "Nominal Max Energy", tag_key: 'NominalMaxEnergy', tag_vr: [:DS], tag_vm: ["1"], tag_str: '(0018,9374)', tag_sym: :nominal_max_energy, tag_ndm: '00189374', tag_ary: [0x0018,0x9374], tag_multiple: false, tag_note: ''},
1241
+ { tag_ps: '(0018,9375)', tag_name: "Nominal Min Energy", tag_key: 'NominalMinEnergy', tag_vr: [:DS], tag_vm: ["1"], tag_str: '(0018,9375)', tag_sym: :nominal_min_energy, tag_ndm: '00189375', tag_ary: [0x0018,0x9375], tag_multiple: false, tag_note: ''},
1242
+ { tag_ps: '(0018,9376)', tag_name: "Referenced X-Ray Detector Index", tag_key: 'ReferencedXRayDetectorIndex', tag_vr: [:US], tag_vm: ["1-n"], tag_str: '(0018,9376)', tag_sym: :referenced_x_ray_detector_index, tag_ndm: '00189376', tag_ary: [0x0018,0x9376], tag_multiple: false, tag_note: ''},
1243
+ { tag_ps: '(0018,9377)', tag_name: "Referenced X-Ray Source Index", tag_key: 'ReferencedXRaySourceIndex', tag_vr: [:US], tag_vm: ["1-n"], tag_str: '(0018,9377)', tag_sym: :referenced_x_ray_source_index, tag_ndm: '00189377', tag_ary: [0x0018,0x9377], tag_multiple: false, tag_note: ''},
1244
+ { tag_ps: '(0018,9378)', tag_name: "Referenced Path Index", tag_key: 'ReferencedPathIndex', tag_vr: [:US], tag_vm: ["1-n"], tag_str: '(0018,9378)', tag_sym: :referenced_path_index, tag_ndm: '00189378', tag_ary: [0x0018,0x9378], tag_multiple: false, tag_note: ''},
1245
+ { tag_ps: '(0018,9379)', tag_name: "Multi-energy CT Path Sequence", tag_key: 'MultienergyCTPathSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0018,9379)', tag_sym: :multienergy_ct_path_sequence, tag_ndm: '00189379', tag_ary: [0x0018,0x9379], tag_multiple: false, tag_note: ''},
1246
+ { tag_ps: '(0018,937A)', tag_name: "Multi-energy CT Path Index", tag_key: 'MultienergyCTPathIndex', tag_vr: [:US], tag_vm: ["1"], tag_str: '(0018,937A)', tag_sym: :multienergy_ct_path_index, tag_ndm: '0018937A', tag_ary: [0x0018,0x937A], tag_multiple: false, tag_note: ''},
1247
+ { tag_ps: '(0018,937B)', tag_name: "Multi-energy Acquisition Description", tag_key: 'MultienergyAcquisitionDescription', tag_vr: [:UT], tag_vm: ["1"], tag_str: '(0018,937B)', tag_sym: :multienergy_acquisition_description, tag_ndm: '0018937B', tag_ary: [0x0018,0x937B], tag_multiple: false, tag_note: ''},
1248
+ { tag_ps: '(0018,937C)', tag_name: "Monoenergetic Energy Equivalent", tag_key: 'MonoenergeticEnergyEquivalent', tag_vr: [:FD], tag_vm: ["1"], tag_str: '(0018,937C)', tag_sym: :monoenergetic_energy_equivalent, tag_ndm: '0018937C', tag_ary: [0x0018,0x937C], tag_multiple: false, tag_note: ''},
1249
+ { tag_ps: '(0018,937D)', tag_name: "Material Code Sequence", tag_key: 'MaterialCodeSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0018,937D)', tag_sym: :material_code_sequence, tag_ndm: '0018937D', tag_ary: [0x0018,0x937D], tag_multiple: false, tag_note: ''},
1250
+ { tag_ps: '(0018,937E)', tag_name: "Decomposition Method", tag_key: 'DecompositionMethod', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(0018,937E)', tag_sym: :decomposition_method, tag_ndm: '0018937E', tag_ary: [0x0018,0x937E], tag_multiple: false, tag_note: ''},
1251
+ { tag_ps: '(0018,937F)', tag_name: "Decomposition Description", tag_key: 'DecompositionDescription', tag_vr: [:UT], tag_vm: ["1"], tag_str: '(0018,937F)', tag_sym: :decomposition_description, tag_ndm: '0018937F', tag_ary: [0x0018,0x937F], tag_multiple: false, tag_note: ''},
1252
+ { tag_ps: '(0018,9380)', tag_name: "Decomposition Algorithm Identification Sequence", tag_key: 'DecompositionAlgorithmIdentificationSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0018,9380)', tag_sym: :decomposition_algorithm_identification_sequence, tag_ndm: '00189380', tag_ary: [0x0018,0x9380], tag_multiple: false, tag_note: ''},
1253
+ { tag_ps: '(0018,9381)', tag_name: "Decomposition Material Sequence", tag_key: 'DecompositionMaterialSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0018,9381)', tag_sym: :decomposition_material_sequence, tag_ndm: '00189381', tag_ary: [0x0018,0x9381], tag_multiple: false, tag_note: ''},
1254
+ { tag_ps: '(0018,9382)', tag_name: "Material Attenuation Sequence", tag_key: 'MaterialAttenuationSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0018,9382)', tag_sym: :material_attenuation_sequence, tag_ndm: '00189382', tag_ary: [0x0018,0x9382], tag_multiple: false, tag_note: ''},
1255
+ { tag_ps: '(0018,9383)', tag_name: "Photon Energy", tag_key: 'PhotonEnergy', tag_vr: [:DS], tag_vm: ["1"], tag_str: '(0018,9383)', tag_sym: :photon_energy, tag_ndm: '00189383', tag_ary: [0x0018,0x9383], tag_multiple: false, tag_note: ''},
1256
+ { tag_ps: '(0018,9384)', tag_name: "X-Ray Mass Attenuation Coefficient", tag_key: 'XRayMassAttenuationCoefficient', tag_vr: [:DS], tag_vm: ["1"], tag_str: '(0018,9384)', tag_sym: :x_ray_mass_attenuation_coefficient, tag_ndm: '00189384', tag_ary: [0x0018,0x9384], tag_multiple: false, tag_note: ''},
1220
1257
  { tag_ps: '(0018,9401)', tag_name: "Projection Pixel Calibration Sequence", tag_key: 'ProjectionPixelCalibrationSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0018,9401)', tag_sym: :projection_pixel_calibration_sequence, tag_ndm: '00189401', tag_ary: [0x0018,0x9401], tag_multiple: false, tag_note: ''},
1221
1258
  { tag_ps: '(0018,9402)', tag_name: "Distance Source to Isocenter", tag_key: 'DistanceSourceToIsocenter', tag_vr: [:FL], tag_vm: ["1"], tag_str: '(0018,9402)', tag_sym: :distance_source_to_isocenter, tag_ndm: '00189402', tag_ary: [0x0018,0x9402], tag_multiple: false, tag_note: ''},
1222
1259
  { tag_ps: '(0018,9403)', tag_name: "Distance Object to Table Top", tag_key: 'DistanceObjectToTableTop', tag_vr: [:FL], tag_vm: ["1"], tag_str: '(0018,9403)', tag_sym: :distance_object_to_table_top, tag_ndm: '00189403', tag_ary: [0x0018,0x9403], tag_multiple: false, tag_note: ''},
@@ -1625,6 +1662,7 @@ HIGH = 0001H'},
1625
1662
  { tag_ps: '(0022,1029)', tag_name: "IOL Formula Detail", tag_key: 'IOLFormulaDetail', tag_vr: [:LO], tag_vm: ["1"], tag_str: '(0022,1029)', tag_sym: :iol_formula_detail, tag_ndm: '00221029', tag_ary: [0x0022,0x1029], tag_multiple: false, tag_note: ''},
1626
1663
  { tag_ps: '(0022,1033)', tag_name: "Keratometer Index", tag_key: 'KeratometerIndex', tag_vr: [:FL], tag_vm: ["1"], tag_str: '(0022,1033)', tag_sym: :keratometer_index, tag_ndm: '00221033', tag_ary: [0x0022,0x1033], tag_multiple: false, tag_note: ''},
1627
1664
  { tag_ps: '(0022,1035)', tag_name: "Source of Ophthalmic Axial Length Code Sequence", tag_key: 'SourceOfOphthalmicAxialLengthCodeSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0022,1035)', tag_sym: :source_of_ophthalmic_axial_length_code_sequence, tag_ndm: '00221035', tag_ary: [0x0022,0x1035], tag_multiple: false, tag_note: ''},
1665
+ { tag_ps: '(0022,1036)', tag_name: "Source of Corneal Size Data Code Sequence", tag_key: 'SourceOfCornealSizeDataCodeSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0022,1036)', tag_sym: :source_of_corneal_size_data_code_sequence, tag_ndm: '00221036', tag_ary: [0x0022,0x1036], tag_multiple: false, tag_note: ''},
1628
1666
  { tag_ps: '(0022,1037)', tag_name: "Target Refraction", tag_key: 'TargetRefraction', tag_vr: [:FL], tag_vm: ["1"], tag_str: '(0022,1037)', tag_sym: :target_refraction, tag_ndm: '00221037', tag_ary: [0x0022,0x1037], tag_multiple: false, tag_note: ''},
1629
1667
  { tag_ps: '(0022,1039)', tag_name: "Refractive Procedure Occurred", tag_key: 'RefractiveProcedureOccurred', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(0022,1039)', tag_sym: :refractive_procedure_occurred, tag_ndm: '00221039', tag_ary: [0x0022,0x1039], tag_multiple: false, tag_note: ''},
1630
1668
  { tag_ps: '(0022,1040)', tag_name: "Refractive Surgery Type Code Sequence", tag_key: 'RefractiveSurgeryTypeCodeSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0022,1040)', tag_sym: :refractive_surgery_type_code_sequence, tag_ndm: '00221040', tag_ary: [0x0022,0x1040], tag_multiple: false, tag_note: ''},
@@ -2533,6 +2571,7 @@ HIGH = 0001H'},
2533
2571
  { tag_ps: '(0046,0042)', tag_name: "Channel Width", tag_key: 'ChannelWidth', tag_vr: [:FD], tag_vm: ["1"], tag_str: '(0046,0042)', tag_sym: :channel_width, tag_ndm: '00460042', tag_ary: [0x0046,0x0042], tag_multiple: false, tag_note: ''},
2534
2572
  { tag_ps: '(0046,0044)', tag_name: "Pupil Size", tag_key: 'PupilSize', tag_vr: [:FD], tag_vm: ["1"], tag_str: '(0046,0044)', tag_sym: :pupil_size, tag_ndm: '00460044', tag_ary: [0x0046,0x0044], tag_multiple: false, tag_note: ''},
2535
2573
  { tag_ps: '(0046,0046)', tag_name: "Corneal Size", tag_key: 'CornealSize', tag_vr: [:FD], tag_vm: ["1"], tag_str: '(0046,0046)', tag_sym: :corneal_size, tag_ndm: '00460046', tag_ary: [0x0046,0x0046], tag_multiple: false, tag_note: ''},
2574
+ { tag_ps: '(0046,0047)', tag_name: "Corneal Size Sequence", tag_key: 'CornealSizeSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0046,0047)', tag_sym: :corneal_size_sequence, tag_ndm: '00460047', tag_ary: [0x0046,0x0047], tag_multiple: false, tag_note: ''},
2536
2575
  { tag_ps: '(0046,0050)', tag_name: "Autorefraction Right Eye Sequence", tag_key: 'AutorefractionRightEyeSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0046,0050)', tag_sym: :autorefraction_right_eye_sequence, tag_ndm: '00460050', tag_ary: [0x0046,0x0050], tag_multiple: false, tag_note: ''},
2537
2576
  { tag_ps: '(0046,0052)', tag_name: "Autorefraction Left Eye Sequence", tag_key: 'AutorefractionLeftEyeSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0046,0052)', tag_sym: :autorefraction_left_eye_sequence, tag_ndm: '00460052', tag_ary: [0x0046,0x0052], tag_multiple: false, tag_note: ''},
2538
2577
  { tag_ps: '(0046,0060)', tag_name: "Distance Pupillary Distance", tag_key: 'DistancePupillaryDistance', tag_vr: [:FD], tag_vm: ["1"], tag_str: '(0046,0060)', tag_sym: :distance_pupillary_distance, tag_ndm: '00460060', tag_ary: [0x0046,0x0060], tag_multiple: false, tag_note: ''},
@@ -2646,6 +2685,7 @@ HIGH = 0001H'},
2646
2685
  { tag_ps: '(0050,001D)', tag_name: "Container Component Diameter", tag_key: 'ContainerComponentDiameter', tag_vr: [:FD], tag_vm: ["1"], tag_str: '(0050,001D)', tag_sym: :container_component_diameter, tag_ndm: '0050001D', tag_ary: [0x0050,0x001D], tag_multiple: false, tag_note: ''},
2647
2686
  { tag_ps: '(0050,001E)', tag_name: "Container Component Description", tag_key: 'ContainerComponentDescription', tag_vr: [:LO], tag_vm: ["1"], tag_str: '(0050,001E)', tag_sym: :container_component_description, tag_ndm: '0050001E', tag_ary: [0x0050,0x001E], tag_multiple: false, tag_note: ''},
2648
2687
  { tag_ps: '(0050,0020)', tag_name: "Device Description", tag_key: 'DeviceDescription', tag_vr: [:LO], tag_vm: ["1"], tag_str: '(0050,0020)', tag_sym: :device_description, tag_ndm: '00500020', tag_ary: [0x0050,0x0020], tag_multiple: false, tag_note: ''},
2688
+ { tag_ps: '(0050,0021)', tag_name: "Long Device Description", tag_key: 'LongDeviceDescription', tag_vr: [:ST], tag_vm: ["1"], tag_str: '(0050,0021)', tag_sym: :long_device_description, tag_ndm: '00500021', tag_ary: [0x0050,0x0021], tag_multiple: false, tag_note: ''},
2649
2689
  { tag_ps: '(0052,0001)', tag_name: "Contrast/Bolus Ingredient Percent by Volume", tag_key: 'ContrastBolusIngredientPercentByVolume', tag_vr: [:FL], tag_vm: ["1"], tag_str: '(0052,0001)', tag_sym: :contrast_bolus_ingredient_percent_by_volume, tag_ndm: '00520001', tag_ary: [0x0052,0x0001], tag_multiple: false, tag_note: ''},
2650
2690
  { tag_ps: '(0052,0002)', tag_name: "OCT Focal Distance", tag_key: 'OCTFocalDistance', tag_vr: [:FD], tag_vm: ["1"], tag_str: '(0052,0002)', tag_sym: :oct_focal_distance, tag_ndm: '00520002', tag_ary: [0x0052,0x0002], tag_multiple: false, tag_note: ''},
2651
2691
  { tag_ps: '(0052,0003)', tag_name: "Beam Spot Size", tag_key: 'BeamSpotSize', tag_vr: [:FD], tag_vm: ["1"], tag_str: '(0052,0003)', tag_sym: :beam_spot_size, tag_ndm: '00520003', tag_ary: [0x0052,0x0003], tag_multiple: false, tag_note: ''},
@@ -4184,6 +4224,140 @@ HIGH = 0001H'},
4184
4224
  { tag_ps: '(300E,0004)', tag_name: "Review Date", tag_key: 'ReviewDate', tag_vr: [:DA], tag_vm: ["1"], tag_str: '(300E,0004)', tag_sym: :review_date, tag_ndm: '300E0004', tag_ary: [0x300E,0x0004], tag_multiple: false, tag_note: ''},
4185
4225
  { tag_ps: '(300E,0005)', tag_name: "Review Time", tag_key: 'ReviewTime', tag_vr: [:TM], tag_vm: ["1"], tag_str: '(300E,0005)', tag_sym: :review_time, tag_ndm: '300E0005', tag_ary: [0x300E,0x0005], tag_multiple: false, tag_note: ''},
4186
4226
  { tag_ps: '(300E,0008)', tag_name: "Reviewer Name", tag_key: 'ReviewerName', tag_vr: [:PN], tag_vm: ["1"], tag_str: '(300E,0008)', tag_sym: :reviewer_name, tag_ndm: '300E0008', tag_ary: [0x300E,0x0008], tag_multiple: false, tag_note: ''},
4227
+ { tag_ps: '(3010,0001)', tag_name: "Radiobiological Dose Effect Sequence", tag_key: 'RadiobiologicalDoseEffectSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(3010,0001)', tag_sym: :radiobiological_dose_effect_sequence, tag_ndm: '30100001', tag_ary: [0x3010,0x0001], tag_multiple: false, tag_note: ''},
4228
+ { tag_ps: '(3010,0002)', tag_name: "Radiobiological Dose Effect Flag", tag_key: 'RadiobiologicalDoseEffectFlag', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(3010,0002)', tag_sym: :radiobiological_dose_effect_flag, tag_ndm: '30100002', tag_ary: [0x3010,0x0002], tag_multiple: false, tag_note: ''},
4229
+ { tag_ps: '(3010,0003)', tag_name: "Effective Dose Calculation Method Category Code Sequence", tag_key: 'EffectiveDoseCalculationMethodCategoryCodeSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(3010,0003)', tag_sym: :effective_dose_calculation_method_category_code_sequence, tag_ndm: '30100003', tag_ary: [0x3010,0x0003], tag_multiple: false, tag_note: ''},
4230
+ { tag_ps: '(3010,0004)', tag_name: "Effective Dose Calculation Method Code Sequence", tag_key: 'EffectiveDoseCalculationMethodCodeSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(3010,0004)', tag_sym: :effective_dose_calculation_method_code_sequence, tag_ndm: '30100004', tag_ary: [0x3010,0x0004], tag_multiple: false, tag_note: ''},
4231
+ { tag_ps: '(3010,0005)', tag_name: "Effective Dose Calculation Method Description", tag_key: 'EffectiveDoseMethodDescription', tag_vr: [:LO], tag_vm: ["1"], tag_str: '(3010,0005)', tag_sym: :effective_dose_method_description, tag_ndm: '30100005', tag_ary: [0x3010,0x0005], tag_multiple: false, tag_note: ''},
4232
+ { tag_ps: '(3010,0006)', tag_name: "Conceptual Volume UID", tag_key: 'ConceptualVolumeUID', tag_vr: [:UI], tag_vm: ["1"], tag_str: '(3010,0006)', tag_sym: :conceptual_volume_uid, tag_ndm: '30100006', tag_ary: [0x3010,0x0006], tag_multiple: false, tag_note: ''},
4233
+ { tag_ps: '(3010,0007)', tag_name: "Originating SOP Instance Reference Sequence", tag_key: 'OriginatingSOPInstanceReferenceSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(3010,0007)', tag_sym: :originating_sop_instance_reference_sequence, tag_ndm: '30100007', tag_ary: [0x3010,0x0007], tag_multiple: false, tag_note: ''},
4234
+ { tag_ps: '(3010,0008)', tag_name: "Conceptual Volume Constituent Sequence", tag_key: 'ConceptualVolumeConstituentSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(3010,0008)', tag_sym: :conceptual_volume_constituent_sequence, tag_ndm: '30100008', tag_ary: [0x3010,0x0008], tag_multiple: false, tag_note: ''},
4235
+ { tag_ps: '(3010,0009)', tag_name: "Equivalent Conceptual Volume Instance Reference Sequence", tag_key: 'EquivalentConceptualVolumeInstanceReferenceSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(3010,0009)', tag_sym: :equivalent_conceptual_volume_instance_reference_sequence, tag_ndm: '30100009', tag_ary: [0x3010,0x0009], tag_multiple: false, tag_note: ''},
4236
+ { tag_ps: '(3010,000A)', tag_name: "Equivalent Conceptual Volumes Sequence", tag_key: 'EquivalentConceptualVolumesSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(3010,000A)', tag_sym: :equivalent_conceptual_volumes_sequence, tag_ndm: '3010000A', tag_ary: [0x3010,0x000A], tag_multiple: false, tag_note: ''},
4237
+ { tag_ps: '(3010,000B)', tag_name: "Referenced Conceptual Volume UID", tag_key: 'ReferencedConceptualVolumeUID', tag_vr: [:UI], tag_vm: ["1"], tag_str: '(3010,000B)', tag_sym: :referenced_conceptual_volume_uid, tag_ndm: '3010000B', tag_ary: [0x3010,0x000B], tag_multiple: false, tag_note: ''},
4238
+ { tag_ps: '(3010,000C)', tag_name: "Conceptual Volume Combination Expression", tag_key: 'ConceptualVolumeCombinationExpression', tag_vr: [:UT], tag_vm: ["1"], tag_str: '(3010,000C)', tag_sym: :conceptual_volume_combination_expression, tag_ndm: '3010000C', tag_ary: [0x3010,0x000C], tag_multiple: false, tag_note: ''},
4239
+ { tag_ps: '(3010,000D)', tag_name: "Conceptual Volume Constituent Index", tag_key: 'ConceptualVolumeConstituentIndex', tag_vr: [:US], tag_vm: ["1"], tag_str: '(3010,000D)', tag_sym: :conceptual_volume_constituent_index, tag_ndm: '3010000D', tag_ary: [0x3010,0x000D], tag_multiple: false, tag_note: ''},
4240
+ { tag_ps: '(3010,000E)', tag_name: "Conceptual Volume Combination Flag", tag_key: 'ConceptualVolumeCombinationFlag', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(3010,000E)', tag_sym: :conceptual_volume_combination_flag, tag_ndm: '3010000E', tag_ary: [0x3010,0x000E], tag_multiple: false, tag_note: ''},
4241
+ { tag_ps: '(3010,000F)', tag_name: "Conceptual Volume Combination Description", tag_key: 'ConceptualVolumeCombinationDescription', tag_vr: [:ST], tag_vm: ["1"], tag_str: '(3010,000F)', tag_sym: :conceptual_volume_combination_description, tag_ndm: '3010000F', tag_ary: [0x3010,0x000F], tag_multiple: false, tag_note: ''},
4242
+ { tag_ps: '(3010,0010)', tag_name: "Conceptual Volume Segmentation Defined Flag", tag_key: 'ConceptualVolumeSegmentationDefinedFlag', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(3010,0010)', tag_sym: :conceptual_volume_segmentation_defined_flag, tag_ndm: '30100010', tag_ary: [0x3010,0x0010], tag_multiple: false, tag_note: ''},
4243
+ { tag_ps: '(3010,0011)', tag_name: "Conceptual Volume Segmentation Reference Sequence", tag_key: 'ConceptualVolumeSegmentationReferenceSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(3010,0011)', tag_sym: :conceptual_volume_segmentation_reference_sequence, tag_ndm: '30100011', tag_ary: [0x3010,0x0011], tag_multiple: false, tag_note: ''},
4244
+ { tag_ps: '(3010,0012)', tag_name: "Conceptual Volume Constituent Segmentation Reference Sequence", tag_key: 'ConceptualVolumeConstituentSegmentationReferenceSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(3010,0012)', tag_sym: :conceptual_volume_constituent_segmentation_reference_sequence, tag_ndm: '30100012', tag_ary: [0x3010,0x0012], tag_multiple: false, tag_note: ''},
4245
+ { tag_ps: '(3010,0013)', tag_name: "Constituent Conceptual Volume UID", tag_key: 'ConstituentConceptualVolumeUID', tag_vr: [:UI], tag_vm: ["1"], tag_str: '(3010,0013)', tag_sym: :constituent_conceptual_volume_uid, tag_ndm: '30100013', tag_ary: [0x3010,0x0013], tag_multiple: false, tag_note: ''},
4246
+ { tag_ps: '(3010,0014)', tag_name: "Derivation Conceptual Volume Sequence", tag_key: 'DerivationConceptualVolumeSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(3010,0014)', tag_sym: :derivation_conceptual_volume_sequence, tag_ndm: '30100014', tag_ary: [0x3010,0x0014], tag_multiple: false, tag_note: ''},
4247
+ { tag_ps: '(3010,0015)', tag_name: "Source Conceptual Volume UID", tag_key: 'SourceConceptualVolumeUID', tag_vr: [:UI], tag_vm: ["1"], tag_str: '(3010,0015)', tag_sym: :source_conceptual_volume_uid, tag_ndm: '30100015', tag_ary: [0x3010,0x0015], tag_multiple: false, tag_note: ''},
4248
+ { tag_ps: '(3010,0016)', tag_name: "Conceptual Volume Derivation Algorithm Sequence", tag_key: 'ConceptualVolumeDerivationAlgorithmSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(3010,0016)', tag_sym: :conceptual_volume_derivation_algorithm_sequence, tag_ndm: '30100016', tag_ary: [0x3010,0x0016], tag_multiple: false, tag_note: ''},
4249
+ { tag_ps: '(3010,0017)', tag_name: "Conceptual Volume Description", tag_key: 'ConceptualVolumeDescription', tag_vr: [:ST], tag_vm: ["1"], tag_str: '(3010,0017)', tag_sym: :conceptual_volume_description, tag_ndm: '30100017', tag_ary: [0x3010,0x0017], tag_multiple: false, tag_note: ''},
4250
+ { tag_ps: '(3010,0018)', tag_name: "Source Conceptual Volume Sequence", tag_key: 'SourceConceptualVolumeSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(3010,0018)', tag_sym: :source_conceptual_volume_sequence, tag_ndm: '30100018', tag_ary: [0x3010,0x0018], tag_multiple: false, tag_note: ''},
4251
+ { tag_ps: '(3010,0019)', tag_name: "Author Identification Sequence", tag_key: 'AuthorIdentificationSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(3010,0019)', tag_sym: :author_identification_sequence, tag_ndm: '30100019', tag_ary: [0x3010,0x0019], tag_multiple: false, tag_note: ''},
4252
+ { tag_ps: '(3010,001A)', tag_name: "Manufacturer's Model Version", tag_key: 'ManufacturersModelVersion', tag_vr: [:LO], tag_vm: ["1"], tag_str: '(3010,001A)', tag_sym: :manufacturers_model_version, tag_ndm: '3010001A', tag_ary: [0x3010,0x001A], tag_multiple: false, tag_note: ''},
4253
+ { tag_ps: '(3010,001B)', tag_name: "Device Alternate Identifier", tag_key: 'DeviceAlternateIdentifier', tag_vr: [:UC], tag_vm: ["1"], tag_str: '(3010,001B)', tag_sym: :device_alternate_identifier, tag_ndm: '3010001B', tag_ary: [0x3010,0x001B], tag_multiple: false, tag_note: ''},
4254
+ { tag_ps: '(3010,001C)', tag_name: "Device Alternate Identifier Type", tag_key: 'DeviceAlternateIdentifierType', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(3010,001C)', tag_sym: :device_alternate_identifier_type, tag_ndm: '3010001C', tag_ary: [0x3010,0x001C], tag_multiple: false, tag_note: ''},
4255
+ { tag_ps: '(3010,001D)', tag_name: "Device Alternate Identifier Format", tag_key: 'DeviceAlternateIdentifierFormat', tag_vr: [:LT], tag_vm: ["1"], tag_str: '(3010,001D)', tag_sym: :device_alternate_identifier_format, tag_ndm: '3010001D', tag_ary: [0x3010,0x001D], tag_multiple: false, tag_note: ''},
4256
+ { tag_ps: '(3010,001E)', tag_name: "Segmentation Creation Template Label", tag_key: 'SegmentationCreationTemplateLabel', tag_vr: [:LO], tag_vm: ["1"], tag_str: '(3010,001E)', tag_sym: :segmentation_creation_template_label, tag_ndm: '3010001E', tag_ary: [0x3010,0x001E], tag_multiple: false, tag_note: ''},
4257
+ { tag_ps: '(3010,001F)', tag_name: "Segmentation Template UID", tag_key: 'SegmentationTemplateUID', tag_vr: [:UI], tag_vm: ["1"], tag_str: '(3010,001F)', tag_sym: :segmentation_template_uid, tag_ndm: '3010001F', tag_ary: [0x3010,0x001F], tag_multiple: false, tag_note: ''},
4258
+ { tag_ps: '(3010,0020)', tag_name: "Referenced Segment Reference Index", tag_key: 'ReferencedSegmentReferenceIndex', tag_vr: [:US], tag_vm: ["1"], tag_str: '(3010,0020)', tag_sym: :referenced_segment_reference_index, tag_ndm: '30100020', tag_ary: [0x3010,0x0020], tag_multiple: false, tag_note: ''},
4259
+ { tag_ps: '(3010,0021)', tag_name: "Segment Reference Sequence", tag_key: 'SegmentReferenceSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(3010,0021)', tag_sym: :segment_reference_sequence, tag_ndm: '30100021', tag_ary: [0x3010,0x0021], tag_multiple: false, tag_note: ''},
4260
+ { tag_ps: '(3010,0022)', tag_name: "Segment Reference Index", tag_key: 'SegmentReferenceIndex', tag_vr: [:US], tag_vm: ["1"], tag_str: '(3010,0022)', tag_sym: :segment_reference_index, tag_ndm: '30100022', tag_ary: [0x3010,0x0022], tag_multiple: false, tag_note: ''},
4261
+ { tag_ps: '(3010,0023)', tag_name: "Direct Segment Reference Sequence", tag_key: 'DirectSegmentReferenceSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(3010,0023)', tag_sym: :direct_segment_reference_sequence, tag_ndm: '30100023', tag_ary: [0x3010,0x0023], tag_multiple: false, tag_note: ''},
4262
+ { tag_ps: '(3010,0024)', tag_name: "Combination Segment Reference Sequence", tag_key: 'CombinationSegmentReferenceSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(3010,0024)', tag_sym: :combination_segment_reference_sequence, tag_ndm: '30100024', tag_ary: [0x3010,0x0024], tag_multiple: false, tag_note: ''},
4263
+ { tag_ps: '(3010,0025)', tag_name: "Conceptual Volume Sequence", tag_key: 'ConceptualVolumeSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(3010,0025)', tag_sym: :conceptual_volume_sequence, tag_ndm: '30100025', tag_ary: [0x3010,0x0025], tag_multiple: false, tag_note: ''},
4264
+ { tag_ps: '(3010,0026)', tag_name: "Segmented RT Accessory Device Sequence", tag_key: 'SegmentedRTAccessoryDeviceSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(3010,0026)', tag_sym: :segmented_rt_accessory_device_sequence, tag_ndm: '30100026', tag_ary: [0x3010,0x0026], tag_multiple: false, tag_note: ''},
4265
+ { tag_ps: '(3010,0027)', tag_name: "Segment Characteristics Sequence", tag_key: 'SegmentCharacteristicsSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(3010,0027)', tag_sym: :segment_characteristics_sequence, tag_ndm: '30100027', tag_ary: [0x3010,0x0027], tag_multiple: false, tag_note: ''},
4266
+ { tag_ps: '(3010,0028)', tag_name: "Related Segment Characteristics Sequence", tag_key: 'RelatedSegmentCharacteristicsSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(3010,0028)', tag_sym: :related_segment_characteristics_sequence, tag_ndm: '30100028', tag_ary: [0x3010,0x0028], tag_multiple: false, tag_note: ''},
4267
+ { tag_ps: '(3010,0029)', tag_name: "Segment Characteristics Precedence", tag_key: 'SegmentCharacteristicsPrecedence', tag_vr: [:US], tag_vm: ["1"], tag_str: '(3010,0029)', tag_sym: :segment_characteristics_precedence, tag_ndm: '30100029', tag_ary: [0x3010,0x0029], tag_multiple: false, tag_note: ''},
4268
+ { tag_ps: '(3010,002A)', tag_name: "RT Segment Annotation Sequence", tag_key: 'RTSegmentAnnotationSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(3010,002A)', tag_sym: :rt_segment_annotation_sequence, tag_ndm: '3010002A', tag_ary: [0x3010,0x002A], tag_multiple: false, tag_note: ''},
4269
+ { tag_ps: '(3010,002B)', tag_name: "Segment Annotation Category Code Sequence", tag_key: 'SegmentAnnotationCategoryCodeSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(3010,002B)', tag_sym: :segment_annotation_category_code_sequence, tag_ndm: '3010002B', tag_ary: [0x3010,0x002B], tag_multiple: false, tag_note: ''},
4270
+ { tag_ps: '(3010,002C)', tag_name: "Segment Annotation Type Code Sequence", tag_key: 'SegmentAnnotationTypeCodeSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(3010,002C)', tag_sym: :segment_annotation_type_code_sequence, tag_ndm: '3010002C', tag_ary: [0x3010,0x002C], tag_multiple: false, tag_note: ''},
4271
+ { tag_ps: '(3010,002D)', tag_name: "Device Label", tag_key: 'DeviceLabel', tag_vr: [:LO], tag_vm: ["1"], tag_str: '(3010,002D)', tag_sym: :device_label, tag_ndm: '3010002D', tag_ary: [0x3010,0x002D], tag_multiple: false, tag_note: ''},
4272
+ { tag_ps: '(3010,002E)', tag_name: "Device Type Code Sequence", tag_key: 'DeviceTypeCodeSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(3010,002E)', tag_sym: :device_type_code_sequence, tag_ndm: '3010002E', tag_ary: [0x3010,0x002E], tag_multiple: false, tag_note: ''},
4273
+ { tag_ps: '(3010,0030)', tag_name: "Patient Equipment Relationship Code Sequence", tag_key: 'PatientEquipmentRelationshipCodeSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(3010,0030)', tag_sym: :patient_equipment_relationship_code_sequence, tag_ndm: '30100030', tag_ary: [0x3010,0x0030], tag_multiple: false, tag_note: ''},
4274
+ { tag_ps: '(3010,0031)', tag_name: "Referenced Fiducials UID", tag_key: 'ReferencedFiducialsUID', tag_vr: [:UI], tag_vm: ["1"], tag_str: '(3010,0031)', tag_sym: :referenced_fiducials_uid, tag_ndm: '30100031', tag_ary: [0x3010,0x0031], tag_multiple: false, tag_note: ''},
4275
+ { tag_ps: '(3010,0032)', tag_name: "Patient Treatment Orientation Sequence", tag_key: 'PatientTreatmentOrientationSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(3010,0032)', tag_sym: :patient_treatment_orientation_sequence, tag_ndm: '30100032', tag_ary: [0x3010,0x0032], tag_multiple: false, tag_note: ''},
4276
+ { tag_ps: '(3010,0033)', tag_name: "User Content Label", tag_key: 'UserContentLabel', tag_vr: [:SH], tag_vm: ["1"], tag_str: '(3010,0033)', tag_sym: :user_content_label, tag_ndm: '30100033', tag_ary: [0x3010,0x0033], tag_multiple: false, tag_note: ''},
4277
+ { tag_ps: '(3010,0034)', tag_name: "User Content Long Label", tag_key: 'UserContentLongLabel', tag_vr: [:LO], tag_vm: ["1"], tag_str: '(3010,0034)', tag_sym: :user_content_long_label, tag_ndm: '30100034', tag_ary: [0x3010,0x0034], tag_multiple: false, tag_note: ''},
4278
+ { tag_ps: '(3010,0035)', tag_name: "Entity Label", tag_key: 'EntityLabel', tag_vr: [:SH], tag_vm: ["1"], tag_str: '(3010,0035)', tag_sym: :entity_label, tag_ndm: '30100035', tag_ary: [0x3010,0x0035], tag_multiple: false, tag_note: ''},
4279
+ { tag_ps: '(3010,0036)', tag_name: "Entity Name", tag_key: 'EntityName', tag_vr: [:LO], tag_vm: ["1"], tag_str: '(3010,0036)', tag_sym: :entity_name, tag_ndm: '30100036', tag_ary: [0x3010,0x0036], tag_multiple: false, tag_note: ''},
4280
+ { tag_ps: '(3010,0037)', tag_name: "Entity Description", tag_key: 'EntityDescription', tag_vr: [:ST], tag_vm: ["1"], tag_str: '(3010,0037)', tag_sym: :entity_description, tag_ndm: '30100037', tag_ary: [0x3010,0x0037], tag_multiple: false, tag_note: ''},
4281
+ { tag_ps: '(3010,0038)', tag_name: "Entity Long Label", tag_key: 'EntityLongLabel', tag_vr: [:LO], tag_vm: ["1"], tag_str: '(3010,0038)', tag_sym: :entity_long_label, tag_ndm: '30100038', tag_ary: [0x3010,0x0038], tag_multiple: false, tag_note: ''},
4282
+ { tag_ps: '(3010,0039)', tag_name: "Device Index", tag_key: 'DeviceIndex', tag_vr: [:US], tag_vm: ["1"], tag_str: '(3010,0039)', tag_sym: :device_index, tag_ndm: '30100039', tag_ary: [0x3010,0x0039], tag_multiple: false, tag_note: ''},
4283
+ { tag_ps: '(3010,003A)', tag_name: "RT Treatment Phase Index", tag_key: 'RTTreatmentPhaseIndex', tag_vr: [:US], tag_vm: ["1"], tag_str: '(3010,003A)', tag_sym: :rt_treatment_phase_index, tag_ndm: '3010003A', tag_ary: [0x3010,0x003A], tag_multiple: false, tag_note: ''},
4284
+ { tag_ps: '(3010,003B)', tag_name: "RT Treatment Phase UID", tag_key: 'RTTreatmentPhaseUID', tag_vr: [:UI], tag_vm: ["1"], tag_str: '(3010,003B)', tag_sym: :rt_treatment_phase_uid, tag_ndm: '3010003B', tag_ary: [0x3010,0x003B], tag_multiple: false, tag_note: ''},
4285
+ { tag_ps: '(3010,003C)', tag_name: "RT Prescription Index", tag_key: 'RTPrescriptionIndex', tag_vr: [:US], tag_vm: ["1"], tag_str: '(3010,003C)', tag_sym: :rt_prescription_index, tag_ndm: '3010003C', tag_ary: [0x3010,0x003C], tag_multiple: false, tag_note: ''},
4286
+ { tag_ps: '(3010,003D)', tag_name: "RT Segment Annotation Index", tag_key: 'RTSegmentAnnotationIndex', tag_vr: [:US], tag_vm: ["1"], tag_str: '(3010,003D)', tag_sym: :rt_segment_annotation_index, tag_ndm: '3010003D', tag_ary: [0x3010,0x003D], tag_multiple: false, tag_note: ''},
4287
+ { tag_ps: '(3010,003E)', tag_name: "Basis RT Treatment Phase Index", tag_key: 'BasisRTTreatmentPhaseIndex', tag_vr: [:US], tag_vm: ["1"], tag_str: '(3010,003E)', tag_sym: :basis_rt_treatment_phase_index, tag_ndm: '3010003E', tag_ary: [0x3010,0x003E], tag_multiple: false, tag_note: ''},
4288
+ { tag_ps: '(3010,003F)', tag_name: "Related RT Treatment Phase Index", tag_key: 'RelatedRTTreatmentPhaseIndex', tag_vr: [:US], tag_vm: ["1"], tag_str: '(3010,003F)', tag_sym: :related_rt_treatment_phase_index, tag_ndm: '3010003F', tag_ary: [0x3010,0x003F], tag_multiple: false, tag_note: ''},
4289
+ { tag_ps: '(3010,0040)', tag_name: "Referenced RT Treatment Phase Index", tag_key: 'ReferencedRTTreatmentPhaseIndex', tag_vr: [:US], tag_vm: ["1"], tag_str: '(3010,0040)', tag_sym: :referenced_rt_treatment_phase_index, tag_ndm: '30100040', tag_ary: [0x3010,0x0040], tag_multiple: false, tag_note: ''},
4290
+ { tag_ps: '(3010,0041)', tag_name: "Referenced RT Prescription Index", tag_key: 'ReferencedRTPrescriptionIndex', tag_vr: [:US], tag_vm: ["1"], tag_str: '(3010,0041)', tag_sym: :referenced_rt_prescription_index, tag_ndm: '30100041', tag_ary: [0x3010,0x0041], tag_multiple: false, tag_note: ''},
4291
+ { tag_ps: '(3010,0042)', tag_name: "Referenced Parent RT Prescription Index", tag_key: 'ReferencedParentRTPrescriptionIndex', tag_vr: [:US], tag_vm: ["1"], tag_str: '(3010,0042)', tag_sym: :referenced_parent_rt_prescription_index, tag_ndm: '30100042', tag_ary: [0x3010,0x0042], tag_multiple: false, tag_note: ''},
4292
+ { tag_ps: '(3010,0043)', tag_name: "Manufacturer's Device Identifier", tag_key: 'ManufacturerDeviceIdentifier', tag_vr: [:ST], tag_vm: ["1"], tag_str: '(3010,0043)', tag_sym: :manufacturer_device_identifier, tag_ndm: '30100043', tag_ary: [0x3010,0x0043], tag_multiple: false, tag_note: ''},
4293
+ { tag_ps: '(3010,0044)', tag_name: "Instance-Level Referenced Performed Procedure Step Sequence", tag_key: 'InstanceLevelReferencedPerformedProcedureStepSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(3010,0044)', tag_sym: :instance_level_referenced_performed_procedure_step_sequence, tag_ndm: '30100044', tag_ary: [0x3010,0x0044], tag_multiple: false, tag_note: ''},
4294
+ { tag_ps: '(3010,0045)', tag_name: "RT Treatment Phase Intent Presence Flag", tag_key: 'RTTreatmentPhaseIntentPresenceFlag', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(3010,0045)', tag_sym: :rt_treatment_phase_intent_presence_flag, tag_ndm: '30100045', tag_ary: [0x3010,0x0045], tag_multiple: false, tag_note: ''},
4295
+ { tag_ps: '(3010,0046)', tag_name: "Radiotherapy Treatment Type", tag_key: 'RadiotherapyTreatmentType', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(3010,0046)', tag_sym: :radiotherapy_treatment_type, tag_ndm: '30100046', tag_ary: [0x3010,0x0046], tag_multiple: false, tag_note: ''},
4296
+ { tag_ps: '(3010,0047)', tag_name: "Teletherapy Radiation Type", tag_key: 'TeletherapyRadiationType', tag_vr: [:CS], tag_vm: ["1-n"], tag_str: '(3010,0047)', tag_sym: :teletherapy_radiation_type, tag_ndm: '30100047', tag_ary: [0x3010,0x0047], tag_multiple: false, tag_note: ''},
4297
+ { tag_ps: '(3010,0048)', tag_name: "Brachytherapy Source Type", tag_key: 'BrachytherapySourceType', tag_vr: [:CS], tag_vm: ["1-n"], tag_str: '(3010,0048)', tag_sym: :brachytherapy_source_type, tag_ndm: '30100048', tag_ary: [0x3010,0x0048], tag_multiple: false, tag_note: ''},
4298
+ { tag_ps: '(3010,0049)', tag_name: "Referenced RT Treatment Phase Sequence", tag_key: 'ReferencedRTTreatmentPhaseSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(3010,0049)', tag_sym: :referenced_rt_treatment_phase_sequence, tag_ndm: '30100049', tag_ary: [0x3010,0x0049], tag_multiple: false, tag_note: ''},
4299
+ { tag_ps: '(3010,004A)', tag_name: "Referenced Direct Segment Instance Sequence", tag_key: 'ReferencedDirectSegmentInstanceSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(3010,004A)', tag_sym: :referenced_direct_segment_instance_sequence, tag_ndm: '3010004A', tag_ary: [0x3010,0x004A], tag_multiple: false, tag_note: ''},
4300
+ { tag_ps: '(3010,004B)', tag_name: "Intended RT Treatment Phase Sequence", tag_key: 'IntendedRTTreatmentPhaseSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(3010,004B)', tag_sym: :intended_rt_treatment_phase_sequence, tag_ndm: '3010004B', tag_ary: [0x3010,0x004B], tag_multiple: false, tag_note: ''},
4301
+ { tag_ps: '(3010,004C)', tag_name: "Intended Phase Start Date", tag_key: 'IntendedPhaseStartDate', tag_vr: [:DA], tag_vm: ["1"], tag_str: '(3010,004C)', tag_sym: :intended_phase_start_date, tag_ndm: '3010004C', tag_ary: [0x3010,0x004C], tag_multiple: false, tag_note: ''},
4302
+ { tag_ps: '(3010,004D)', tag_name: "Intended Phase End Date", tag_key: 'IntendedPhaseEndDate', tag_vr: [:DA], tag_vm: ["1"], tag_str: '(3010,004D)', tag_sym: :intended_phase_end_date, tag_ndm: '3010004D', tag_ary: [0x3010,0x004D], tag_multiple: false, tag_note: ''},
4303
+ { tag_ps: '(3010,004E)', tag_name: "RT Treatment Phase Interval Sequence", tag_key: 'RTTreatmentPhaseIntervalSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(3010,004E)', tag_sym: :rt_treatment_phase_interval_sequence, tag_ndm: '3010004E', tag_ary: [0x3010,0x004E], tag_multiple: false, tag_note: ''},
4304
+ { tag_ps: '(3010,004F)', tag_name: "Temporal Relationship Interval Anchor", tag_key: 'TemporalRelationshipIntervalAnchor', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(3010,004F)', tag_sym: :temporal_relationship_interval_anchor, tag_ndm: '3010004F', tag_ary: [0x3010,0x004F], tag_multiple: false, tag_note: ''},
4305
+ { tag_ps: '(3010,0050)', tag_name: "Minimum Number of Interval Days", tag_key: 'MinimumNumberOfIntervalDays', tag_vr: [:FD], tag_vm: ["1"], tag_str: '(3010,0050)', tag_sym: :minimum_number_of_interval_days, tag_ndm: '30100050', tag_ary: [0x3010,0x0050], tag_multiple: false, tag_note: ''},
4306
+ { tag_ps: '(3010,0051)', tag_name: "Maximum Number of Interval Days", tag_key: 'MaximumNumberOfIntervalDays', tag_vr: [:FD], tag_vm: ["1"], tag_str: '(3010,0051)', tag_sym: :maximum_number_of_interval_days, tag_ndm: '30100051', tag_ary: [0x3010,0x0051], tag_multiple: false, tag_note: ''},
4307
+ { tag_ps: '(3010,0052)', tag_name: "Pertinent SOP Classes in Study", tag_key: 'PertinentSOPClassesInStudy', tag_vr: [:UI], tag_vm: ["1-n"], tag_str: '(3010,0052)', tag_sym: :pertinent_sop_classes_in_study, tag_ndm: '30100052', tag_ary: [0x3010,0x0052], tag_multiple: false, tag_note: ''},
4308
+ { tag_ps: '(3010,0053)', tag_name: "Pertinent SOP Classes in Series", tag_key: 'PertinentSOPClassesInSeries', tag_vr: [:UI], tag_vm: ["1-n"], tag_str: '(3010,0053)', tag_sym: :pertinent_sop_classes_in_series, tag_ndm: '30100053', tag_ary: [0x3010,0x0053], tag_multiple: false, tag_note: ''},
4309
+ { tag_ps: '(3010,0054)', tag_name: "RT Prescription Label", tag_key: 'RTPrescriptionLabel', tag_vr: [:LO], tag_vm: ["1"], tag_str: '(3010,0054)', tag_sym: :rt_prescription_label, tag_ndm: '30100054', tag_ary: [0x3010,0x0054], tag_multiple: false, tag_note: ''},
4310
+ { tag_ps: '(3010,0055)', tag_name: "RT Physician Intent Predecessor Sequence", tag_key: 'RTPhysicianIntentPredecessorSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(3010,0055)', tag_sym: :rt_physician_intent_predecessor_sequence, tag_ndm: '30100055', tag_ary: [0x3010,0x0055], tag_multiple: false, tag_note: ''},
4311
+ { tag_ps: '(3010,0056)', tag_name: "RT Treatment Approach Label", tag_key: 'RTTreatmentApproachLabel', tag_vr: [:LO], tag_vm: ["1"], tag_str: '(3010,0056)', tag_sym: :rt_treatment_approach_label, tag_ndm: '30100056', tag_ary: [0x3010,0x0056], tag_multiple: false, tag_note: ''},
4312
+ { tag_ps: '(3010,0057)', tag_name: "RT Physician Intent Sequence", tag_key: 'RTPhysicianIntentSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(3010,0057)', tag_sym: :rt_physician_intent_sequence, tag_ndm: '30100057', tag_ary: [0x3010,0x0057], tag_multiple: false, tag_note: ''},
4313
+ { tag_ps: '(3010,0058)', tag_name: "RT Physician Intent Index", tag_key: 'RTPhysicianIntentIndex', tag_vr: [:US], tag_vm: ["1"], tag_str: '(3010,0058)', tag_sym: :rt_physician_intent_index, tag_ndm: '30100058', tag_ary: [0x3010,0x0058], tag_multiple: false, tag_note: ''},
4314
+ { tag_ps: '(3010,0059)', tag_name: "RT Treatment Intent Type", tag_key: 'RTTreatmentIntentType', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(3010,0059)', tag_sym: :rt_treatment_intent_type, tag_ndm: '30100059', tag_ary: [0x3010,0x0059], tag_multiple: false, tag_note: ''},
4315
+ { tag_ps: '(3010,005A)', tag_name: "RT Physician Intent Narrative", tag_key: 'RTPhysicianIntentNarrative', tag_vr: [:UT], tag_vm: ["1"], tag_str: '(3010,005A)', tag_sym: :rt_physician_intent_narrative, tag_ndm: '3010005A', tag_ary: [0x3010,0x005A], tag_multiple: false, tag_note: ''},
4316
+ { tag_ps: '(3010,005B)', tag_name: "RT Protocol Code Sequence", tag_key: 'RTProtocolCodeSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(3010,005B)', tag_sym: :rt_protocol_code_sequence, tag_ndm: '3010005B', tag_ary: [0x3010,0x005B], tag_multiple: false, tag_note: ''},
4317
+ { tag_ps: '(3010,005C)', tag_name: "Reason for Superseding", tag_key: 'ReasonForSuperseding', tag_vr: [:ST], tag_vm: ["1"], tag_str: '(3010,005C)', tag_sym: :reason_for_superseding, tag_ndm: '3010005C', tag_ary: [0x3010,0x005C], tag_multiple: false, tag_note: ''},
4318
+ { tag_ps: '(3010,005D)', tag_name: "RT Diagnosis Code Sequence", tag_key: 'RTDiagnosisCodeSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(3010,005D)', tag_sym: :rt_diagnosis_code_sequence, tag_ndm: '3010005D', tag_ary: [0x3010,0x005D], tag_multiple: false, tag_note: ''},
4319
+ { tag_ps: '(3010,005E)', tag_name: "Referenced RT Physician Intent Index", tag_key: 'ReferencedRTPhysicianIntentIndex', tag_vr: [:US], tag_vm: ["1"], tag_str: '(3010,005E)', tag_sym: :referenced_rt_physician_intent_index, tag_ndm: '3010005E', tag_ary: [0x3010,0x005E], tag_multiple: false, tag_note: ''},
4320
+ { tag_ps: '(3010,005F)', tag_name: "RT Physician Intent Input Instance Sequence", tag_key: 'RTPhysicianIntentInputInstanceSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(3010,005F)', tag_sym: :rt_physician_intent_input_instance_sequence, tag_ndm: '3010005F', tag_ary: [0x3010,0x005F], tag_multiple: false, tag_note: ''},
4321
+ { tag_ps: '(3010,0060)', tag_name: "RT Anatomic Prescription Sequence", tag_key: 'RTAnatomicPrescriptionSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(3010,0060)', tag_sym: :rt_anatomic_prescription_sequence, tag_ndm: '30100060', tag_ary: [0x3010,0x0060], tag_multiple: false, tag_note: ''},
4322
+ { tag_ps: '(3010,0061)', tag_name: "Prior Treatment Dose Description", tag_key: 'PriorTreatmentDoseDescription', tag_vr: [:UT], tag_vm: ["1"], tag_str: '(3010,0061)', tag_sym: :prior_treatment_dose_description, tag_ndm: '30100061', tag_ary: [0x3010,0x0061], tag_multiple: false, tag_note: ''},
4323
+ { tag_ps: '(3010,0062)', tag_name: "Prior Treatment Reference Sequence", tag_key: 'PriorTreatmentReferenceSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(3010,0062)', tag_sym: :prior_treatment_reference_sequence, tag_ndm: '30100062', tag_ary: [0x3010,0x0062], tag_multiple: false, tag_note: ''},
4324
+ { tag_ps: '(3010,0063)', tag_name: "Dosimetric Objective Evaluation Scope", tag_key: 'DosimetricObjectiveEvaluationScope', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(3010,0063)', tag_sym: :dosimetric_objective_evaluation_scope, tag_ndm: '30100063', tag_ary: [0x3010,0x0063], tag_multiple: false, tag_note: ''},
4325
+ { tag_ps: '(3010,0064)', tag_name: "Therapeutic Role Category Code Sequence", tag_key: 'TherapeuticRoleCategoryCodeSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(3010,0064)', tag_sym: :therapeutic_role_category_code_sequence, tag_ndm: '30100064', tag_ary: [0x3010,0x0064], tag_multiple: false, tag_note: ''},
4326
+ { tag_ps: '(3010,0065)', tag_name: "Therapeutic Role Type Code Sequence", tag_key: 'TherapeuticRoleTypeCodeSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(3010,0065)', tag_sym: :therapeutic_role_type_code_sequence, tag_ndm: '30100065', tag_ary: [0x3010,0x0065], tag_multiple: false, tag_note: ''},
4327
+ { tag_ps: '(3010,0066)', tag_name: "Conceptual Volume Optimization Precedence", tag_key: 'ConceptualVolumeOptimizationPrecedence', tag_vr: [:US], tag_vm: ["1"], tag_str: '(3010,0066)', tag_sym: :conceptual_volume_optimization_precedence, tag_ndm: '30100066', tag_ary: [0x3010,0x0066], tag_multiple: false, tag_note: ''},
4328
+ { tag_ps: '(3010,0067)', tag_name: "Conceptual Volume Category Code Sequence", tag_key: 'ConceptualVolumeCategoryCodeSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(3010,0067)', tag_sym: :conceptual_volume_category_code_sequence, tag_ndm: '30100067', tag_ary: [0x3010,0x0067], tag_multiple: false, tag_note: ''},
4329
+ { tag_ps: '(3010,0068)', tag_name: "Conceptual Volume Blocking Constraint", tag_key: 'ConceptualVolumeBlockingConstraint', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(3010,0068)', tag_sym: :conceptual_volume_blocking_constraint, tag_ndm: '30100068', tag_ary: [0x3010,0x0068], tag_multiple: false, tag_note: ''},
4330
+ { tag_ps: '(3010,0069)', tag_name: "Conceptual Volume Type Code Sequence", tag_key: 'ConceptualVolumeTypeCodeSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(3010,0069)', tag_sym: :conceptual_volume_type_code_sequence, tag_ndm: '30100069', tag_ary: [0x3010,0x0069], tag_multiple: false, tag_note: ''},
4331
+ { tag_ps: '(3010,006A)', tag_name: "Conceptual Volume Type Modifier Code Sequence", tag_key: 'ConceptualVolumeTypeModifierCodeSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(3010,006A)', tag_sym: :conceptual_volume_type_modifier_code_sequence, tag_ndm: '3010006A', tag_ary: [0x3010,0x006A], tag_multiple: false, tag_note: ''},
4332
+ { tag_ps: '(3010,006B)', tag_name: "RT Prescription Sequence", tag_key: 'RTPrescriptionSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(3010,006B)', tag_sym: :rt_prescription_sequence, tag_ndm: '3010006B', tag_ary: [0x3010,0x006B], tag_multiple: false, tag_note: ''},
4333
+ { tag_ps: '(3010,006C)', tag_name: "Dosimetric Objective Sequence", tag_key: 'DosimetricObjectiveSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(3010,006C)', tag_sym: :dosimetric_objective_sequence, tag_ndm: '3010006C', tag_ary: [0x3010,0x006C], tag_multiple: false, tag_note: ''},
4334
+ { tag_ps: '(3010,006D)', tag_name: "Dosimetric Objective Type Code Sequence", tag_key: 'DosimetricObjectiveTypeCodeSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(3010,006D)', tag_sym: :dosimetric_objective_type_code_sequence, tag_ndm: '3010006D', tag_ary: [0x3010,0x006D], tag_multiple: false, tag_note: ''},
4335
+ { tag_ps: '(3010,006E)', tag_name: "Dosimetric Objective UID", tag_key: 'DosimetricObjectiveUID', tag_vr: [:UI], tag_vm: ["1"], tag_str: '(3010,006E)', tag_sym: :dosimetric_objective_uid, tag_ndm: '3010006E', tag_ary: [0x3010,0x006E], tag_multiple: false, tag_note: ''},
4336
+ { tag_ps: '(3010,006F)', tag_name: "Referenced Dosimetric Objective UID", tag_key: 'ReferencedDosimetricObjectiveUID', tag_vr: [:UI], tag_vm: ["1"], tag_str: '(3010,006F)', tag_sym: :referenced_dosimetric_objective_uid, tag_ndm: '3010006F', tag_ary: [0x3010,0x006F], tag_multiple: false, tag_note: ''},
4337
+ { tag_ps: '(3010,0070)', tag_name: "Dosimetric Objective Parameter Sequence", tag_key: 'DosimetricObjectiveParameterSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(3010,0070)', tag_sym: :dosimetric_objective_parameter_sequence, tag_ndm: '30100070', tag_ary: [0x3010,0x0070], tag_multiple: false, tag_note: ''},
4338
+ { tag_ps: '(3010,0071)', tag_name: "Referenced Dosimetric Objectives Sequence", tag_key: 'ReferencedDosimetricObjectivesSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(3010,0071)', tag_sym: :referenced_dosimetric_objectives_sequence, tag_ndm: '30100071', tag_ary: [0x3010,0x0071], tag_multiple: false, tag_note: ''},
4339
+ { tag_ps: '(3010,0073)', tag_name: "Absolute Dosimetric Objective Flag", tag_key: 'AbsoluteDosimetricObjectiveFlag', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(3010,0073)', tag_sym: :absolute_dosimetric_objective_flag, tag_ndm: '30100073', tag_ary: [0x3010,0x0073], tag_multiple: false, tag_note: ''},
4340
+ { tag_ps: '(3010,0074)', tag_name: "Dosimetric Objective Weight", tag_key: 'DosimetricObjectiveWeight', tag_vr: [:FD], tag_vm: ["1"], tag_str: '(3010,0074)', tag_sym: :dosimetric_objective_weight, tag_ndm: '30100074', tag_ary: [0x3010,0x0074], tag_multiple: false, tag_note: ''},
4341
+ { tag_ps: '(3010,0075)', tag_name: "Dosimetric Objective Purpose", tag_key: 'DosimetricObjectivePurpose', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(3010,0075)', tag_sym: :dosimetric_objective_purpose, tag_ndm: '30100075', tag_ary: [0x3010,0x0075], tag_multiple: false, tag_note: ''},
4342
+ { tag_ps: '(3010,0076)', tag_name: "Planning Input Information Sequence", tag_key: 'PlanningInputInformationSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(3010,0076)', tag_sym: :planning_input_information_sequence, tag_ndm: '30100076', tag_ary: [0x3010,0x0076], tag_multiple: false, tag_note: ''},
4343
+ { tag_ps: '(3010,0077)', tag_name: "Treatment Site", tag_key: 'TreatmentSite', tag_vr: [:LO], tag_vm: ["1"], tag_str: '(3010,0077)', tag_sym: :treatment_site, tag_ndm: '30100077', tag_ary: [0x3010,0x0077], tag_multiple: false, tag_note: ''},
4344
+ { tag_ps: '(3010,0078)', tag_name: "Treatment Site Code Sequence", tag_key: 'TreatmentSiteCodeSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(3010,0078)', tag_sym: :treatment_site_code_sequence, tag_ndm: '30100078', tag_ary: [0x3010,0x0078], tag_multiple: false, tag_note: ''},
4345
+ { tag_ps: '(3010,0079)', tag_name: "Fraction Pattern Sequence", tag_key: 'FractionPatternSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(3010,0079)', tag_sym: :fraction_pattern_sequence, tag_ndm: '30100079', tag_ary: [0x3010,0x0079], tag_multiple: false, tag_note: ''},
4346
+ { tag_ps: '(3010,007A)', tag_name: "Treatment Technique Notes", tag_key: 'TreatmentTechniqueNotes', tag_vr: [:UT], tag_vm: ["1"], tag_str: '(3010,007A)', tag_sym: :treatment_technique_notes, tag_ndm: '3010007A', tag_ary: [0x3010,0x007A], tag_multiple: false, tag_note: ''},
4347
+ { tag_ps: '(3010,007B)', tag_name: "Prescription Notes", tag_key: 'PrescriptionNotes', tag_vr: [:UT], tag_vm: ["1"], tag_str: '(3010,007B)', tag_sym: :prescription_notes, tag_ndm: '3010007B', tag_ary: [0x3010,0x007B], tag_multiple: false, tag_note: ''},
4348
+ { tag_ps: '(3010,007C)', tag_name: "Number of Interval Fractions", tag_key: 'NumberOfIntervalFractions', tag_vr: [:IS], tag_vm: ["1"], tag_str: '(3010,007C)', tag_sym: :number_of_interval_fractions, tag_ndm: '3010007C', tag_ary: [0x3010,0x007C], tag_multiple: false, tag_note: ''},
4349
+ { tag_ps: '(3010,007D)', tag_name: "Number of Fractions", tag_key: 'NumberOfFractions', tag_vr: [:US], tag_vm: ["1"], tag_str: '(3010,007D)', tag_sym: :number_of_fractions, tag_ndm: '3010007D', tag_ary: [0x3010,0x007D], tag_multiple: false, tag_note: ''},
4350
+ { tag_ps: '(3010,007E)', tag_name: "Intended Delivery Duration", tag_key: 'IntendedDeliveryDuration', tag_vr: [:US], tag_vm: ["1"], tag_str: '(3010,007E)', tag_sym: :intended_delivery_duration, tag_ndm: '3010007E', tag_ary: [0x3010,0x007E], tag_multiple: false, tag_note: ''},
4351
+ { tag_ps: '(3010,007F)', tag_name: "Fractionation Notes", tag_key: 'FractionationNotes', tag_vr: [:UT], tag_vm: ["1"], tag_str: '(3010,007F)', tag_sym: :fractionation_notes, tag_ndm: '3010007F', tag_ary: [0x3010,0x007F], tag_multiple: false, tag_note: ''},
4352
+ { tag_ps: '(3010,0080)', tag_name: "RT Treatment Technique Code Sequence", tag_key: 'RTTreatmentTechniqueCodeSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(3010,0080)', tag_sym: :rt_treatment_technique_code_sequence, tag_ndm: '30100080', tag_ary: [0x3010,0x0080], tag_multiple: false, tag_note: ''},
4353
+ { tag_ps: '(3010,0081)', tag_name: "Prescription Notes Sequence", tag_key: 'PrescriptionNotesSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(3010,0081)', tag_sym: :prescription_notes_sequence, tag_ndm: '30100081', tag_ary: [0x3010,0x0081], tag_multiple: false, tag_note: ''},
4354
+ { tag_ps: '(3010,0082)', tag_name: "Fraction-Based Relationship Sequence", tag_key: 'FractionBasedRelationshipSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(3010,0082)', tag_sym: :fraction_based_relationship_sequence, tag_ndm: '30100082', tag_ary: [0x3010,0x0082], tag_multiple: false, tag_note: ''},
4355
+ { tag_ps: '(3010,0083)', tag_name: "Fraction-Based Relationship Interval Anchor", tag_key: 'FractionBasedRelationshipIntervalAnchor', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(3010,0083)', tag_sym: :fraction_based_relationship_interval_anchor, tag_ndm: '30100083', tag_ary: [0x3010,0x0083], tag_multiple: false, tag_note: ''},
4356
+ { tag_ps: '(3010,0084)', tag_name: "Minimum Hours between Fractions", tag_key: 'MinimumHoursBetweenFractions', tag_vr: [:FD], tag_vm: ["1"], tag_str: '(3010,0084)', tag_sym: :minimum_hours_between_fractions, tag_ndm: '30100084', tag_ary: [0x3010,0x0084], tag_multiple: false, tag_note: ''},
4357
+ { tag_ps: '(3010,0085)', tag_name: "Intended Fraction Start Time", tag_key: 'IntendedFractionStartTime', tag_vr: [:TM], tag_vm: ["1-n"], tag_str: '(3010,0085)', tag_sym: :intended_fraction_start_time, tag_ndm: '30100085', tag_ary: [0x3010,0x0085], tag_multiple: false, tag_note: ''},
4358
+ { tag_ps: '(3010,0086)', tag_name: "Intended Start Day of Week", tag_key: 'IntendedStartDayOfWeek', tag_vr: [:LT], tag_vm: ["1"], tag_str: '(3010,0086)', tag_sym: :intended_start_day_of_week, tag_ndm: '30100086', tag_ary: [0x3010,0x0086], tag_multiple: false, tag_note: ''},
4359
+ { tag_ps: '(3010,0087)', tag_name: "Weekday Fraction Pattern Sequence", tag_key: 'WeekdayFractionPatternSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(3010,0087)', tag_sym: :weekday_fraction_pattern_sequence, tag_ndm: '30100087', tag_ary: [0x3010,0x0087], tag_multiple: false, tag_note: ''},
4360
+ { tag_ps: '(3010,0088)', tag_name: "Delivery Time Structure Code Sequence", tag_key: 'DeliveryTimeStructureCodeSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(3010,0088)', tag_sym: :delivery_time_structure_code_sequence, tag_ndm: '30100088', tag_ary: [0x3010,0x0088], tag_multiple: false, tag_note: ''},
4187
4361
  { tag_ps: '(4000,0010)', tag_name: "Arbitrary", tag_key: 'Arbitrary', tag_vr: [:LT], tag_vm: ["1"], tag_str: '(4000,0010)', tag_sym: :arbitrary, tag_ndm: '40000010', tag_ary: [0x4000,0x0010], tag_multiple: false, tag_note: 'RET'},
4188
4362
  { tag_ps: '(4000,4000)', tag_name: "Text Comments", tag_key: 'TextComments', tag_vr: [:LT], tag_vm: ["1"], tag_str: '(4000,4000)', tag_sym: :text_comments, tag_ndm: '40004000', tag_ary: [0x4000,0x4000], tag_multiple: false, tag_note: 'RET'},
4189
4363
  { tag_ps: '(4008,0040)', tag_name: "Results ID", tag_key: 'ResultsID', tag_vr: [:SH], tag_vm: ["1"], tag_str: '(4008,0040)', tag_sym: :results_id, tag_ndm: '40080040', tag_ary: [0x4008,0x0040], tag_multiple: false, tag_note: 'RET'},
@@ -284,6 +284,8 @@ module DcmDict
284
284
  { uid_value: '1.2.840.10008.5.1.4.1.1.88.71', uid_name: "Acquisition Context SR Storage", uid_type: :sop_class},
285
285
  { uid_value: '1.2.840.10008.5.1.4.1.1.88.72', uid_name: "Simplified Adult Echo SR Storage", uid_type: :sop_class},
286
286
  { uid_value: '1.2.840.10008.5.1.4.1.1.88.73', uid_name: "Patient Radiation Dose SR Storage", uid_type: :sop_class},
287
+ { uid_value: '1.2.840.10008.5.1.4.1.1.88.74', uid_name: "Planned Imaging Agent Administration SR Storage", uid_type: :sop_class},
288
+ { uid_value: '1.2.840.10008.5.1.4.1.1.88.75', uid_name: "Performed Imaging Agent Administration SR Storage", uid_type: :sop_class},
287
289
  { uid_value: '1.2.840.10008.5.1.4.1.1.90.1', uid_name: "Content Assessment Results Storage", uid_type: :sop_class},
288
290
  { uid_value: '1.2.840.10008.5.1.4.1.1.104.1', uid_name: "Encapsulated PDF Storage", uid_type: :sop_class},
289
291
  { uid_value: '1.2.840.10008.5.1.4.1.1.104.2', uid_name: "Encapsulated CDA Storage", uid_type: :sop_class},
@@ -308,6 +310,8 @@ module DcmDict
308
310
  { uid_value: '1.2.840.10008.5.1.4.1.1.481.7', uid_name: "RT Treatment Summary Record Storage", uid_type: :sop_class},
309
311
  { uid_value: '1.2.840.10008.5.1.4.1.1.481.8', uid_name: "RT Ion Plan Storage", uid_type: :sop_class},
310
312
  { uid_value: '1.2.840.10008.5.1.4.1.1.481.9', uid_name: "RT Ion Beams Treatment Record Storage", uid_type: :sop_class},
313
+ { uid_value: '1.2.840.10008.5.1.4.1.1.481.10', uid_name: "RT Physician Intent Storage", uid_type: :sop_class},
314
+ { uid_value: '1.2.840.10008.5.1.4.1.1.481.11', uid_name: "RT Segment Annotation Storage", uid_type: :sop_class},
311
315
  { uid_value: '1.2.840.10008.5.1.4.1.1.501.1', uid_name: "DICOS CT Image Storage", uid_type: :sop_class},
312
316
  { uid_value: '1.2.840.10008.5.1.4.1.1.501.2.1', uid_name: "DICOS Digital X-Ray Image Storage - For Presentation", uid_type: :sop_class},
313
317
  { uid_value: '1.2.840.10008.5.1.4.1.1.501.2.2', uid_name: "DICOS Digital X-Ray Image Storage - For Processing", uid_type: :sop_class},
@@ -22,6 +22,6 @@
22
22
  # applicable local, state, national or international regulations.
23
23
  #
24
24
  module DcmDict
25
- VERSION = "0.20.2"
26
- DICOM_DOC_VERSION = "2018d"
25
+ VERSION = "0.21.1"
26
+ DICOM_DOC_VERSION = "2018e"
27
27
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dcm_dict
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.20.2
4
+ version: 0.21.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Enrico Rivarola
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-10-12 00:00:00.000000000 Z
11
+ date: 2018-12-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri
@@ -98,7 +98,7 @@ executables:
98
98
  extensions: []
99
99
  extra_rdoc_files: []
100
100
  files:
101
- - CHANGELOG
101
+ - CHANGELOG.md
102
102
  - COPYING
103
103
  - LICENSE
104
104
  - README.md
@@ -164,8 +164,8 @@ licenses:
164
164
  - GPL-3.0+
165
165
  metadata:
166
166
  bug_tracker_uri: https://github.com/henrythebuilder/dcm_dict/issues
167
- changelog_uri: https://github.com/henrythebuilder/dcm_dict/blob/master/CHANGELOG
168
- documentation_uri: http://www.rubydoc.info/gems/dcm_dict/0.20.2
167
+ changelog_uri: https://github.com/henrythebuilder/dcm_dict/blob/master/CHANGELOG.md
168
+ documentation_uri: http://www.rubydoc.info/gems/dcm_dict/0.21.1
169
169
  homepage_uri: http://rubygems.org/gems/dcm_dict
170
170
  source_code_uri: https://github.com/henrythebuilder/dcm_dict
171
171
  post_install_message:
data/CHANGELOG DELETED
@@ -1,79 +0,0 @@
1
- - V0.20.2
2
- -- Update Changelog
3
-
4
- - V0.20.1
5
- -- Updated dcm_dict.gemspec for Nokogiri gem due to a security vulnerabilities into libxml2 library (ref 1.8.5).
6
-
7
- - V0.20.0
8
- -- Update to 2018d Base Standard
9
-
10
- - V0.19.0
11
- -- Update to 2018c Base Standard
12
-
13
- - V0.18.1
14
- -- Updated dcm_dict.gemspec due to a security vulnerabilities into the Nokogiri gem as defined into gemspec (v1.6 to v1.8)
15
-
16
- - V0.18.0
17
- -- Update to 2018b Base Standard
18
-
19
- - V0.17.1
20
- -- Update DICOM reference into 'README'
21
- -- Update dcm_dict.gemspec
22
-
23
- - V0.17.0
24
- -- Update to 2018a Base Standard
25
-
26
- - V0.16.0
27
- -- Update to 2017e Base Standard
28
-
29
- - V0.15.0
30
- -- Update to 2017d Base Standard
31
-
32
- - V0.14.0
33
- -- Update to 2017c Base Standard
34
-
35
- - V0.13.0
36
- -- Update to 2017b Base Standard
37
-
38
- - V0.12.1
39
- -- Update Changelog file
40
-
41
- - V0.12.0
42
- -- Update to 2017a Base Standard
43
-
44
- - V0.11.0
45
- -- Update to 2016e Base Standard
46
-
47
- - V0.10.0
48
- -- Update to 2016d Base Standard
49
- -- Fix symbol extraction for keyword tag with "RTROI", "DVHROI", "OCTZ", "WADORS", "STOWRS", "CIExy", "RGBLUT", "VOILUT", "CTDIvol", "XAXRF", "CurrentInuA", "TimeInuS", "ExposureInuAs" and "dBdt" values
50
-
51
- - V0.9.0
52
- -- Update to 2016c Base Standard
53
-
54
- - V0.8.0
55
- -- Update to 2016b Base Standard
56
-
57
- - V0.7.0
58
- -- Update to 2016a Base Standard
59
-
60
- - v0.6.0
61
- -- Update to 2015c Base Standard
62
-
63
- - v0.5.0
64
- -- Update to 2015b Base Standard
65
-
66
- - v0.4.0
67
- -- Update to 2015a Base Standard
68
-
69
- - v0.3.0
70
- -- Update to 2014c Base Standard
71
-
72
- - v0.2.0
73
- -- Update to 2014b Base Standard
74
-
75
- - v0.1.1
76
- -- Update README file to fix some issues on files generated by rubydoc.info
77
-
78
- - v0.1.0
79
- -- Initial version