dcm_dict 0.68.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 +6 -0
- data/README.md +1 -1
- data/lib/dcm_dict/source_data/data_elements_data.rb +5378 -5353
- data/lib/dcm_dict/source_data/uid_values_data.rb +3 -0
- data/lib/dcm_dict/version.rb +2 -2
- metadata +3 -3
|
@@ -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
|
|
@@ -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: []
|