dcm_dict 0.67.0 → 0.69.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +19 -0
- data/README.md +1 -1
- data/Rakefile +2 -0
- data/lib/dcm_dict/source_data/data_elements_data.rb +4 -0
- data/lib/dcm_dict/source_data/uid_values_data.rb +3 -0
- data/lib/dcm_dict/version.rb +2 -2
- metadata +10 -10
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 84514e56eb4598a8dcb047b515135fccfc2881ba00eb5dda2c83257b5193dcef
|
|
4
|
+
data.tar.gz: b7f013f63ceb51c102b0f7b5d576b63ec6dad73728d6e54edf3ec388b7b3fdbf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6006c8170a510cb6dac32825a868ca465e70e79261178e973af0b227946f794195f2762193ce1fd68dc9481980c8b8da43f9899460d4524e3160319354464496
|
|
7
|
+
data.tar.gz: f04f0ca93280a95942b2ebdefd8791c988fb1d97e73a0d906c8bd2dd6154dd2db75d23b1413f59f7d180c952fc33edc649b80d4f919ff8ef17fdb402b36766c9
|
data/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,25 @@
|
|
|
2
2
|
|
|
3
3
|
---
|
|
4
4
|
|
|
5
|
+
## v0.69.0 (2026-07-04)
|
|
6
|
+
|
|
7
|
+
- Update to 2026c Base Standard
|
|
8
|
+
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
## v0.68.0 (2026-05-31)
|
|
12
|
+
|
|
13
|
+
- Update to 2026b Base Standard
|
|
14
|
+
- Updated gemspec requirements
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
18
|
+
## v0.67.0 (2026-03-19)
|
|
19
|
+
|
|
20
|
+
- Update to 2026a Base Standard
|
|
21
|
+
|
|
22
|
+
---
|
|
23
|
+
|
|
5
24
|
## v0.66.0 (2025-10-16)
|
|
6
25
|
|
|
7
26
|
- Update to 2025d Base Standard
|
data/README.md
CHANGED
data/Rakefile
CHANGED
|
@@ -1603,6 +1603,9 @@ Only characters from the Default Character Repertoire may be used.'},
|
|
|
1603
1603
|
{ 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: ''},
|
|
1604
1604
|
{ 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: ''},
|
|
1605
1605
|
{ 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: ''},
|
|
1606
|
+
{ tag_ps: '(0018,9390)', tag_name: "Metal Artifact Reduction Sequence", tag_key: 'MetalArtifactReductionSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0018,9390)', tag_sym: :metal_artifact_reduction_sequence, tag_ndm: '00189390', tag_ary: [0x0018,0x9390], tag_multiple: false, tag_note: ''},
|
|
1607
|
+
{ tag_ps: '(0018,9391)', tag_name: "Metal Artifact Reduction Applied", tag_key: 'MetalArtifactReductionApplied', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(0018,9391)', tag_sym: :metal_artifact_reduction_applied, tag_ndm: '00189391', tag_ary: [0x0018,0x9391], tag_multiple: false, tag_note: ''},
|
|
1608
|
+
{ tag_ps: '(0018,9392)', tag_name: "Metal Artifact Reduction Algorithm Identification Sequence", tag_key: 'MetalArtifactReductionAlgorithmIdentificationSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0018,9392)', tag_sym: :metal_artifact_reduction_algorithm_identification_sequence, tag_ndm: '00189392', tag_ary: [0x0018,0x9392], tag_multiple: false, tag_note: ''},
|
|
1606
1609
|
{ 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: ''},
|
|
1607
1610
|
{ 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: ''},
|
|
1608
1611
|
{ 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: ''},
|
|
@@ -2977,6 +2980,7 @@ Only characters from the Default Character Repertoire may be used.'},
|
|
|
2977
2980
|
{ tag_ps: '(0040,E008)', tag_name: "Document Class Code Sequence", tag_key: 'DocumentClassCodeSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0040,E008)', tag_sym: :document_class_code_sequence, tag_ndm: '0040E008', tag_ary: [0x0040,0xE008], tag_multiple: false, tag_note: ''},
|
|
2978
2981
|
{ tag_ps: '(0040,E010)', tag_name: "Retrieve URI", tag_key: 'RetrieveURI', tag_vr: [:UR], tag_vm: ["1"], tag_str: '(0040,E010)', tag_sym: :retrieve_uri, tag_ndm: '0040E010', tag_ary: [0x0040,0xE010], tag_multiple: false, tag_note: ''},
|
|
2979
2982
|
{ tag_ps: '(0040,E011)', tag_name: "Retrieve Location UID", tag_key: 'RetrieveLocationUID', tag_vr: [:UI], tag_vm: ["1"], tag_str: '(0040,E011)', tag_sym: :retrieve_location_uid, tag_ndm: '0040E011', tag_ary: [0x0040,0xE011], tag_multiple: false, tag_note: ''},
|
|
2983
|
+
{ tag_ps: '(0040,E012)', tag_name: "Display URI", tag_key: 'DisplayURI', tag_vr: [:UR], tag_vm: ["1"], tag_str: '(0040,E012)', tag_sym: :display_uri, tag_ndm: '0040E012', tag_ary: [0x0040,0xE012], tag_multiple: false, tag_note: ''},
|
|
2980
2984
|
{ tag_ps: '(0040,E020)', tag_name: "Type of Instances", tag_key: 'TypeOfInstances', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(0040,E020)', tag_sym: :type_of_instances, tag_ndm: '0040E020', tag_ary: [0x0040,0xE020], tag_multiple: false, tag_note: ''},
|
|
2981
2985
|
{ tag_ps: '(0040,E021)', tag_name: "DICOM Retrieval Sequence", tag_key: 'DICOMRetrievalSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0040,E021)', tag_sym: :dicom_retrieval_sequence, tag_ndm: '0040E021', tag_ary: [0x0040,0xE021], tag_multiple: false, tag_note: ''},
|
|
2982
2986
|
{ tag_ps: '(0040,E022)', tag_name: "DICOM Media Retrieval Sequence", tag_key: 'DICOMMediaRetrievalSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0040,E022)', tag_sym: :dicom_media_retrieval_sequence, tag_ndm: '0040E022', tag_ary: [0x0040,0xE022], tag_multiple: false, tag_note: ''},
|
|
@@ -176,6 +176,9 @@ module DcmDict
|
|
|
176
176
|
{ uid_value: '1.2.840.10008.5.1.4.1.1.2', uid_name: 'CT Image Storage', uid_key: 'CTImageStorage', uid_sym: :ct_image_storage, uid_type: :sop_class},
|
|
177
177
|
{ uid_value: '1.2.840.10008.5.1.4.1.1.2.1', uid_name: 'Enhanced CT Image Storage', uid_key: 'EnhancedCTImageStorage', uid_sym: :enhanced_ct_image_storage, uid_type: :sop_class},
|
|
178
178
|
{ uid_value: '1.2.840.10008.5.1.4.1.1.2.2', uid_name: 'Legacy Converted Enhanced CT Image Storage', uid_key: 'LegacyConvertedEnhancedCTImageStorage', uid_sym: :legacy_converted_enhanced_ct_image_storage, uid_type: :sop_class},
|
|
179
|
+
{ uid_value: '1.2.840.10008.5.1.4.1.1.2.3', uid_name: 'CT Image Storage - For Processing', uid_key: 'CTImageStorageForProcessing', uid_sym: :ct_image_storage_for_processing, uid_type: :sop_class},
|
|
180
|
+
{ uid_value: '1.2.840.10008.5.1.4.1.1.2.4', uid_name: 'Enhanced CT Image Storage - For Processing', uid_key: 'EnhancedCTImageStorageForProcessing', uid_sym: :enhanced_ct_image_storage_for_processing, uid_type: :sop_class},
|
|
181
|
+
{ uid_value: '1.2.840.10008.5.1.4.1.1.2.5', uid_name: 'Legacy Converted Enhanced CT Image Storage - For Processing', uid_key: 'LegacyConvertedEnhancedCTImageStorageForProcessing', uid_sym: :legacy_converted_enhanced_ct_image_storage_for_processing, uid_type: :sop_class},
|
|
179
182
|
{ uid_value: '1.2.840.10008.5.1.4.1.1.3', uid_name: 'Ultrasound Multi-frame Image Storage (Retired)', uid_key: 'UltrasoundMultiFrameImageStorageRetired', uid_sym: :ultrasound_multi_frame_image_storage_retired, uid_type: :sop_class},
|
|
180
183
|
{ uid_value: '1.2.840.10008.5.1.4.1.1.3.1', uid_name: 'Ultrasound Multi-frame Image Storage', uid_key: 'UltrasoundMultiFrameImageStorage', uid_sym: :ultrasound_multi_frame_image_storage, uid_type: :sop_class},
|
|
181
184
|
{ uid_value: '1.2.840.10008.5.1.4.1.1.4', uid_name: 'MR Image Storage', uid_key: 'MRImageStorage', uid_sym: :mr_image_storage, uid_type: :sop_class},
|
data/lib/dcm_dict/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dcm_dict
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.69.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Enrico Rivarola
|
|
8
8
|
bindir: bin
|
|
9
9
|
cert_chain: []
|
|
10
|
-
date: 2026-
|
|
10
|
+
date: 2026-07-04 00:00:00.000000000 Z
|
|
11
11
|
dependencies:
|
|
12
12
|
- !ruby/object:Gem::Dependency
|
|
13
13
|
name: nokogiri
|
|
@@ -18,7 +18,7 @@ dependencies:
|
|
|
18
18
|
version: '1.19'
|
|
19
19
|
- - ">="
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 1.19.
|
|
21
|
+
version: 1.19.3
|
|
22
22
|
type: :development
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -28,7 +28,7 @@ dependencies:
|
|
|
28
28
|
version: '1.19'
|
|
29
29
|
- - ">="
|
|
30
30
|
- !ruby/object:Gem::Version
|
|
31
|
-
version: 1.19.
|
|
31
|
+
version: 1.19.3
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: rspec
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -75,20 +75,20 @@ dependencies:
|
|
|
75
75
|
requirements:
|
|
76
76
|
- - "~>"
|
|
77
77
|
- !ruby/object:Gem::Version
|
|
78
|
-
version: '13.
|
|
78
|
+
version: '13.4'
|
|
79
79
|
- - ">="
|
|
80
80
|
- !ruby/object:Gem::Version
|
|
81
|
-
version: 13.
|
|
81
|
+
version: 13.4.2
|
|
82
82
|
type: :development
|
|
83
83
|
prerelease: false
|
|
84
84
|
version_requirements: !ruby/object:Gem::Requirement
|
|
85
85
|
requirements:
|
|
86
86
|
- - "~>"
|
|
87
87
|
- !ruby/object:Gem::Version
|
|
88
|
-
version: '13.
|
|
88
|
+
version: '13.4'
|
|
89
89
|
- - ">="
|
|
90
90
|
- !ruby/object:Gem::Version
|
|
91
|
-
version: 13.
|
|
91
|
+
version: 13.4.2
|
|
92
92
|
description: DcmDict is a Ruby gem (dcm_dict) to handle in a simple way the Data Dictionary
|
|
93
93
|
defined within the DICOM Standard
|
|
94
94
|
email: henrythebuilder@yahoo.it
|
|
@@ -164,7 +164,7 @@ licenses:
|
|
|
164
164
|
metadata:
|
|
165
165
|
bug_tracker_uri: https://github.com/henrythebuilder/dcm_dict/issues
|
|
166
166
|
changelog_uri: https://github.com/henrythebuilder/dcm_dict/blob/master/CHANGELOG.md
|
|
167
|
-
documentation_uri: http://www.rubydoc.info/gems/dcm_dict/0.
|
|
167
|
+
documentation_uri: http://www.rubydoc.info/gems/dcm_dict/0.69.0
|
|
168
168
|
homepage_uri: http://rubygems.org/gems/dcm_dict
|
|
169
169
|
source_code_uri: https://github.com/henrythebuilder/dcm_dict
|
|
170
170
|
rdoc_options: []
|
|
@@ -181,7 +181,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
181
181
|
- !ruby/object:Gem::Version
|
|
182
182
|
version: '0'
|
|
183
183
|
requirements: []
|
|
184
|
-
rubygems_version: 4.0.
|
|
184
|
+
rubygems_version: 4.0.12
|
|
185
185
|
specification_version: 4
|
|
186
186
|
summary: A simple way to handle DICOM Data Dictionary
|
|
187
187
|
test_files:
|