dcm_dict 0.25.0 → 0.26.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9654c108c35bedd2de4ba3d06c224e517b4757c1afb102be06a3371443873840
4
- data.tar.gz: 70b213437edeab443ed724197fe729326a83cb3ff1ed6c8a7ff58e2fef5ada2a
3
+ metadata.gz: 0627be15ab63f2b1e0ce46d5a2126e20383e555fe5246ff1f8cb5bffdef0daf6
4
+ data.tar.gz: 563970212fa5af8f38d63da810db4baa9406b172999ec80d1ba00e990f90e254
5
5
  SHA512:
6
- metadata.gz: 40b9e7d0a93b5d7b6c7587a5652302ed5b2e6c79f8ee970a24627c2b286a501057faa188b8cc1685151dadfc6f89edca9728eef02485d605f9030bff14929750
7
- data.tar.gz: fb630e26ef4e840e3e1c5ebb5985503b9e5bf20f9d7e46b4dcd70da7c714324e05447f4838efc443b29eea16a57979150e26508bd27e176bbb9a3877238a81e2
6
+ metadata.gz: 54ac5404466a49764555f411dcef5be9c98235f38c59d623c344b068e4a1124d4621e16bb159acad9a89a3114ccb3687e85a668c94b570b5cf32b2df5d6d9f5c
7
+ data.tar.gz: 2d7061e974fdad3a56d1ecf910c9917874e915fd6f3667b79feabeb77dbf8a6260d4afd9727592f087e9b4952adf5a3df8e6227af0a05411482196bf5eaa06cc
@@ -1,5 +1,8 @@
1
1
  # DcmDict project Changelog
2
2
 
3
+ ___
4
+ ## v0.26.0 (2019-11-20)
5
+ * Update to 2019e Base Standard
3
6
  ___
4
7
  ## v0.25.0 (2019-10-04)
5
8
  * Update to 2019d Base Standard
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* **2019d**
275
+ Current library version is aligned to *DICOM Base Standard* **2019e**
276
276
 
277
277
  ## Install
278
278
 
@@ -107,6 +107,9 @@ HIGH = 0001H'},
107
107
  { tag_ps: '(0002,0016)', tag_name: "Source Application Entity Title", tag_key: 'SourceApplicationEntityTitle', tag_vr: [:AE], tag_vm: ["1"], tag_str: '(0002,0016)', tag_sym: :source_application_entity_title, tag_ndm: '00020016', tag_ary: [0x0002,0x0016], tag_multiple: false, tag_note: ''},
108
108
  { tag_ps: '(0002,0017)', tag_name: "Sending Application Entity Title", tag_key: 'SendingApplicationEntityTitle', tag_vr: [:AE], tag_vm: ["1"], tag_str: '(0002,0017)', tag_sym: :sending_application_entity_title, tag_ndm: '00020017', tag_ary: [0x0002,0x0017], tag_multiple: false, tag_note: ''},
109
109
  { tag_ps: '(0002,0018)', tag_name: "Receiving Application Entity Title", tag_key: 'ReceivingApplicationEntityTitle', tag_vr: [:AE], tag_vm: ["1"], tag_str: '(0002,0018)', tag_sym: :receiving_application_entity_title, tag_ndm: '00020018', tag_ary: [0x0002,0x0018], tag_multiple: false, tag_note: ''},
110
+ { tag_ps: '(0002,0026)', tag_name: "Source Presentation Address", tag_key: 'SourcePresentationAddress', tag_vr: [:UR], tag_vm: ["1"], tag_str: '(0002,0026)', tag_sym: :source_presentation_address, tag_ndm: '00020026', tag_ary: [0x0002,0x0026], tag_multiple: false, tag_note: ''},
111
+ { tag_ps: '(0002,0027)', tag_name: "Sending Presentation Address", tag_key: 'SendingPresentationAddress', tag_vr: [:UR], tag_vm: ["1"], tag_str: '(0002,0027)', tag_sym: :sending_presentation_address, tag_ndm: '00020027', tag_ary: [0x0002,0x0027], tag_multiple: false, tag_note: ''},
112
+ { tag_ps: '(0002,0028)', tag_name: "Receiving Presentation Address", tag_key: 'ReceivingPresentationAddress', tag_vr: [:UR], tag_vm: ["1"], tag_str: '(0002,0028)', tag_sym: :receiving_presentation_address, tag_ndm: '00020028', tag_ary: [0x0002,0x0028], tag_multiple: false, tag_note: ''},
110
113
  { tag_ps: '(0002,0031)', tag_name: "RTV Meta Information Version", tag_key: 'RTVMetaInformationVersion', tag_vr: [:OB], tag_vm: ["1"], tag_str: '(0002,0031)', tag_sym: :rtv_meta_information_version, tag_ndm: '00020031', tag_ary: [0x0002,0x0031], tag_multiple: false, tag_note: ''},
111
114
  { tag_ps: '(0002,0032)', tag_name: "RTV Communication SOP Class UID", tag_key: 'RTVCommunicationSOPClassUID', tag_vr: [:UI], tag_vm: ["1"], tag_str: '(0002,0032)', tag_sym: :rtv_communication_sop_class_uid, tag_ndm: '00020032', tag_ary: [0x0002,0x0032], tag_multiple: false, tag_note: ''},
112
115
  { tag_ps: '(0002,0033)', tag_name: "RTV Communication SOP Instance UID", tag_key: 'RTVCommunicationSOPInstanceUID', tag_vr: [:UI], tag_vm: ["1"], tag_str: '(0002,0033)', tag_sym: :rtv_communication_sop_instance_uid, tag_ndm: '00020033', tag_ary: [0x0002,0x0033], tag_multiple: false, tag_note: ''},
@@ -329,6 +332,7 @@ HIGH = 0001H'},
329
332
  { tag_ps: '(0008,225A)', tag_name: "Anatomic Structure Space Or Region Modifier Code Sequence (Trial)", tag_key: 'AnatomicStructureSpaceOrRegionModifierCodeSequenceTrial', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0008,225A)', tag_sym: :anatomic_structure_space_or_region_modifier_code_sequence_trial, tag_ndm: '0008225A', tag_ary: [0x0008,0x225A], tag_multiple: false, tag_note: 'RET (2007)'},
330
333
  { tag_ps: '(0008,225C)', tag_name: "On Axis Background Anatomic Structure Code Sequence (Trial)", tag_key: 'OnAxisBackgroundAnatomicStructureCodeSequenceTrial', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0008,225C)', tag_sym: :on_axis_background_anatomic_structure_code_sequence_trial, tag_ndm: '0008225C', tag_ary: [0x0008,0x225C], tag_multiple: false, tag_note: 'RET (2007)'},
331
334
  { tag_ps: '(0008,3001)', tag_name: "Alternate Representation Sequence", tag_key: 'AlternateRepresentationSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0008,3001)', tag_sym: :alternate_representation_sequence, tag_ndm: '00083001', tag_ary: [0x0008,0x3001], tag_multiple: false, tag_note: ''},
335
+ { tag_ps: '(0008,3002)', tag_name: "Available Transfer Syntax UID", tag_key: 'AvailableTransferSyntaxUID', tag_vr: [:UI], tag_vm: ["1-n"], tag_str: '(0008,3002)', tag_sym: :available_transfer_syntax_uid, tag_ndm: '00083002', tag_ary: [0x0008,0x3002], tag_multiple: false, tag_note: ''},
332
336
  { tag_ps: '(0008,3010)', tag_name: "Irradiation Event UID", tag_key: 'IrradiationEventUID', tag_vr: [:UI], tag_vm: ["1-n"], tag_str: '(0008,3010)', tag_sym: :irradiation_event_uid, tag_ndm: '00083010', tag_ary: [0x0008,0x3010], tag_multiple: false, tag_note: ''},
333
337
  { tag_ps: '(0008,3011)', tag_name: "Source Irradiation Event Sequence", tag_key: 'SourceIrradiationEventSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0008,3011)', tag_sym: :source_irradiation_event_sequence, tag_ndm: '00083011', tag_ary: [0x0008,0x3011], tag_multiple: false, tag_note: ''},
334
338
  { tag_ps: '(0008,3012)', tag_name: "Radiopharmaceutical Administration Event UID", tag_key: 'RadiopharmaceuticalAdministrationEventUID', tag_vr: [:UI], tag_vm: ["1"], tag_str: '(0008,3012)', tag_sym: :radiopharmaceutical_administration_event_uid, tag_ndm: '00083012', tag_ary: [0x0008,0x3012], tag_multiple: false, tag_note: ''},
@@ -4321,6 +4325,7 @@ HIGH = 0001H'},
4321
4325
  { tag_ps: '(300A,0423)', tag_name: "General Accessory Type", tag_key: 'GeneralAccessoryType', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(300A,0423)', tag_sym: :general_accessory_type, tag_ndm: '300A0423', tag_ary: [0x300A,0x0423], tag_multiple: false, tag_note: ''},
4322
4326
  { tag_ps: '(300A,0424)', tag_name: "General Accessory Number", tag_key: 'GeneralAccessoryNumber', tag_vr: [:IS], tag_vm: ["1"], tag_str: '(300A,0424)', tag_sym: :general_accessory_number, tag_ndm: '300A0424', tag_ary: [0x300A,0x0424], tag_multiple: false, tag_note: ''},
4323
4327
  { tag_ps: '(300A,0425)', tag_name: "Source to General Accessory Distance", tag_key: 'SourceToGeneralAccessoryDistance', tag_vr: [:FL], tag_vm: ["1"], tag_str: '(300A,0425)', tag_sym: :source_to_general_accessory_distance, tag_ndm: '300A0425', tag_ary: [0x300A,0x0425], tag_multiple: false, tag_note: ''},
4328
+ { tag_ps: '(300A,0426)', tag_name: "Isocenter to General Accessory Distance", tag_key: 'IsocenterToGeneralAccessoryDistance', tag_vr: [:DS], tag_vm: ["1"], tag_str: '(300A,0426)', tag_sym: :isocenter_to_general_accessory_distance, tag_ndm: '300A0426', tag_ary: [0x300A,0x0426], tag_multiple: false, tag_note: ''},
4324
4329
  { tag_ps: '(300A,0431)', tag_name: "Applicator Geometry Sequence", tag_key: 'ApplicatorGeometrySequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(300A,0431)', tag_sym: :applicator_geometry_sequence, tag_ndm: '300A0431', tag_ary: [0x300A,0x0431], tag_multiple: false, tag_note: ''},
4325
4330
  { tag_ps: '(300A,0432)', tag_name: "Applicator Aperture Shape", tag_key: 'ApplicatorApertureShape', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(300A,0432)', tag_sym: :applicator_aperture_shape, tag_ndm: '300A0432', tag_ary: [0x300A,0x0432], tag_multiple: false, tag_note: ''},
4326
4331
  { tag_ps: '(300A,0433)', tag_name: "Applicator Opening", tag_key: 'ApplicatorOpening', tag_vr: [:FL], tag_vm: ["1"], tag_str: '(300A,0433)', tag_sym: :applicator_opening, tag_ndm: '300A0433', tag_ary: [0x300A,0x0433], tag_multiple: false, tag_note: ''},
@@ -4569,6 +4574,7 @@ HIGH = 0001H'},
4569
4574
  { 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: ''},
4570
4575
  { 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: ''},
4571
4576
  { 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: ''},
4577
+ { tag_ps: '(3010,002F)', tag_name: "Segment Annotation Type Modifier Code Sequence", tag_key: 'SegmentAnnotationTypeModifierCodeSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(3010,002F)', tag_sym: :segment_annotation_type_modifier_code_sequence, tag_ndm: '3010002F', tag_ary: [0x3010,0x002F], tag_multiple: false, tag_note: ''},
4572
4578
  { 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: ''},
4573
4579
  { 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: ''},
4574
4580
  { 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: ''},
@@ -4657,6 +4663,7 @@ HIGH = 0001H'},
4657
4663
  { 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: ''},
4658
4664
  { 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: ''},
4659
4665
  { 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: ''},
4666
+ { tag_ps: '(3010,0089)', tag_name: "Treatment Site Modifier Code Sequence", tag_key: 'TreatmentSiteModifierCodeSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(3010,0089)', tag_sym: :treatment_site_modifier_code_sequence, tag_ndm: '30100089', tag_ary: [0x3010,0x0089], tag_multiple: false, tag_note: ''},
4660
4667
  { 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'},
4661
4668
  { 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'},
4662
4669
  { 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 (2004)'},
@@ -368,6 +368,7 @@ module DcmDict
368
368
  { uid_value: '1.2.840.10008.5.1.4.34.6.2', uid_name: "Unified Procedure Step - Watch SOP Class", uid_type: :sop_class},
369
369
  { uid_value: '1.2.840.10008.5.1.4.34.6.3', uid_name: "Unified Procedure Step - Pull SOP Class", uid_type: :sop_class},
370
370
  { uid_value: '1.2.840.10008.5.1.4.34.6.4', uid_name: "Unified Procedure Step - Event SOP Class", uid_type: :sop_class},
371
+ { uid_value: '1.2.840.10008.5.1.4.34.6.5', uid_name: "Unified Procedure Step - Query SOP Class", uid_type: :sop_class},
371
372
  { uid_value: '1.2.840.10008.5.1.4.34.7', uid_name: "RT Beams Delivery Instruction Storage", uid_type: :sop_class},
372
373
  { uid_value: '1.2.840.10008.5.1.4.34.8', uid_name: "RT Conventional Machine Verification", uid_type: :sop_class},
373
374
  { uid_value: '1.2.840.10008.5.1.4.34.9', uid_name: "RT Ion Machine Verification", 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.25.0"
26
- DICOM_DOC_VERSION = "2019d"
25
+ VERSION = "0.26.0"
26
+ DICOM_DOC_VERSION = "2019e"
27
27
  end
@@ -148,6 +148,10 @@ module DataElementSampleSpecHelper
148
148
  [0x0018,0x1318] => { tag_ps: '(0018,1318)', tag_name: "dB/dt", tag_key: 'dBdt',
149
149
  tag_vr: [:DS], tag_vm: ["1"], tag_str: '(0018,1318)', tag_sym: :db_dt,
150
150
  tag_ndm: '00181318', tag_ary: [0x0018,0x1318], tag_multiple: false,
151
+ tag_note: ''},
152
+ [0x0002,0x0027] => { tag_ps: '(0002,0027)', tag_name: "Sending Presentation Address", tag_key: 'SendingPresentationAddress',
153
+ tag_vr: [:UR], tag_vm: ["1"], tag_str: '(0002,0027)', tag_sym: :sending_presentation_address,
154
+ tag_ndm: '00020027', tag_ary: [0x0002,0x0027], tag_multiple: false,
151
155
  tag_note: ''}
152
156
  }
153
157
  end
@@ -42,6 +42,9 @@ describe DcmDict::Dictionary::UidDictionary do
42
42
  :uid_type => :sop_class },
43
43
  '1.2.840.10008.5.1.4.39.3' => { :uid_value => '1.2.840.10008.5.1.4.39.3',
44
44
  :uid_name => 'Color Palette Query/Retrieve Information Model - MOVE',
45
+ :uid_type => :sop_class },
46
+ '1.2.840.10008.5.1.4.34.6.5' => { :uid_value => '1.2.840.10008.5.1.4.34.6.5',
47
+ :uid_name => 'Unified Procedure Step - Query SOP Class',
45
48
  :uid_type => :sop_class }
46
49
  }.each do |uid, data|
47
50
  include_examples "Handle specific record", data[:uid_name],
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.25.0
4
+ version: 0.26.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: 2019-10-04 00:00:00.000000000 Z
11
+ date: 2019-11-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri
@@ -34,22 +34,22 @@ dependencies:
34
34
  name: rspec
35
35
  requirement: !ruby/object:Gem::Requirement
36
36
  requirements:
37
- - - "~>"
38
- - !ruby/object:Gem::Version
39
- version: '3.0'
40
37
  - - ">="
41
38
  - !ruby/object:Gem::Version
42
39
  version: 3.0.0
40
+ - - "~>"
41
+ - !ruby/object:Gem::Version
42
+ version: '3.0'
43
43
  type: :development
44
44
  prerelease: false
45
45
  version_requirements: !ruby/object:Gem::Requirement
46
46
  requirements:
47
- - - "~>"
48
- - !ruby/object:Gem::Version
49
- version: '3.0'
50
47
  - - ">="
51
48
  - !ruby/object:Gem::Version
52
49
  version: 3.0.0
50
+ - - "~>"
51
+ - !ruby/object:Gem::Version
52
+ version: '3.0'
53
53
  - !ruby/object:Gem::Dependency
54
54
  name: simplecov
55
55
  requirement: !ruby/object:Gem::Requirement
@@ -74,22 +74,22 @@ dependencies:
74
74
  name: rake
75
75
  requirement: !ruby/object:Gem::Requirement
76
76
  requirements:
77
- - - "~>"
78
- - !ruby/object:Gem::Version
79
- version: '10.3'
80
77
  - - ">="
81
78
  - !ruby/object:Gem::Version
82
79
  version: 10.3.0
80
+ - - "~>"
81
+ - !ruby/object:Gem::Version
82
+ version: '10.3'
83
83
  type: :development
84
84
  prerelease: false
85
85
  version_requirements: !ruby/object:Gem::Requirement
86
86
  requirements:
87
- - - "~>"
88
- - !ruby/object:Gem::Version
89
- version: '10.3'
90
87
  - - ">="
91
88
  - !ruby/object:Gem::Version
92
89
  version: 10.3.0
90
+ - - "~>"
91
+ - !ruby/object:Gem::Version
92
+ version: '10.3'
93
93
  description: DcmDict is a Ruby gem (dcm_dict) to handle in a simple way the Data Dictionary
94
94
  defined within the DICOM Standard
95
95
  email: henrythebuilder@yahoo.it
@@ -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.25.0
168
+ documentation_uri: http://www.rubydoc.info/gems/dcm_dict/0.26.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:
@@ -183,8 +183,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
183
183
  - !ruby/object:Gem::Version
184
184
  version: '0'
185
185
  requirements: []
186
- rubyforge_project:
187
- rubygems_version: 2.7.7
186
+ rubygems_version: 3.0.6
188
187
  signing_key:
189
188
  specification_version: 4
190
189
  summary: A simple way to handle DICOM Data Dictionary