dcm_dict 0.32.0 → 0.36.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -22,6 +22,6 @@
22
22
  # applicable local, state, national or international regulations.
23
23
  #
24
24
  module DcmDict
25
- VERSION = "0.32.0"
26
- DICOM_DOC_VERSION = "2021a"
25
+ VERSION = "0.36.0"
26
+ DICOM_DOC_VERSION = "2021e"
27
27
  end
@@ -91,6 +91,36 @@ describe DcmDict::Dictionary::UidDictionary do
91
91
  :uid_sym => :color_palette_query_retrieve_information_model_move,
92
92
  :uid_type => :sop_class
93
93
  },
94
+ '1.2.840.10008.1.4.1.6' => { :uid_value => '1.2.840.10008.1.4.1.6',
95
+ :uid_name => 'SPM2 FIL T1 Frame of Reference',
96
+ :uid_key => 'SPM2FILT1',
97
+ :uid_sym => :spm2filt1,
98
+ :uid_type => :well_known_frame_of_reference
99
+ },
100
+ 'SPM2 FIL T1 Frame of Reference' => { :uid_value => '1.2.840.10008.1.4.1.6',
101
+ :uid_name => 'SPM2 FIL T1 Frame of Reference',
102
+ :uid_key => 'SPM2FILT1',
103
+ :uid_sym => :spm2filt1,
104
+ :uid_type => :well_known_frame_of_reference
105
+ },
106
+ 'SPM2FILT1' => { :uid_value => '1.2.840.10008.1.4.1.6',
107
+ :uid_name => 'SPM2 FIL T1 Frame of Reference',
108
+ :uid_key => 'SPM2FILT1',
109
+ :uid_sym => :spm2filt1,
110
+ :uid_type => :well_known_frame_of_reference
111
+ },
112
+ :spm2filt1 => { :uid_value => '1.2.840.10008.1.4.1.6',
113
+ :uid_name => 'SPM2 FIL T1 Frame of Reference',
114
+ :uid_key => 'SPM2FILT1',
115
+ :uid_sym => :spm2filt1,
116
+ :uid_type => :well_known_frame_of_reference
117
+ },
118
+ '1.2.840.10008.1.4.3.2' => { :uid_value => '1.2.840.10008.1.4.3.2',
119
+ :uid_name => 'Standard Robotic-Arm Coordinate System Frame of Reference',
120
+ :uid_key => 'StandardRoboticArmCoordinateSystem',
121
+ :uid_sym => :standard_robotic_arm_coordinate_system,
122
+ :uid_type => :well_known_frame_of_reference
123
+ },
94
124
  }.each do |uid, data|
95
125
  include_examples "Handle specific record", data[:uid_name],
96
126
  uid, data, DcmDict::Dictionary::TheUidDictionary
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.32.0
4
+ version: 0.36.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Enrico Rivarola
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-02-06 00:00:00.000000000 Z
11
+ date: 2021-11-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri
@@ -165,7 +165,7 @@ licenses:
165
165
  metadata:
166
166
  bug_tracker_uri: https://github.com/henrythebuilder/dcm_dict/issues
167
167
  changelog_uri: https://github.com/henrythebuilder/dcm_dict/blob/master/CHANGELOG.md
168
- documentation_uri: http://www.rubydoc.info/gems/dcm_dict/0.32.0
168
+ documentation_uri: http://www.rubydoc.info/gems/dcm_dict/0.36.0
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: