dcm_dict 0.53.0 → 0.54.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 +3 -0
- data/README.md +1 -1
- data/lib/dcm_dict/source_data/data_elements_data.rb +23 -0
- data/lib/dcm_dict/source_data/uid_values_data.rb +3 -1
- data/lib/dcm_dict/version.rb +2 -2
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 22a6f33ff61257ef24c834343e5c485bdcd902d9e65c488631c57bdf6d23a8dd
|
4
|
+
data.tar.gz: 18e842c3f68f13fa05c6284354cbcb7971b8a910378444d5a9a020c5bb16804b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4323b640801829d6f5fe0ba0766af5b1cfc7a9d7f2fca7bbaada27bc9555157d51f29265ef14bdbe97ccdc5494b61080d2074d8dce38b45852a7dd20ae06bb5a
|
7
|
+
data.tar.gz: 24c80f582036fa9f0e560f22ee3697ec5a132949280715c217542ffc199d23b4fc238af44f7cca2beba49e5a13cf18f54d72a6d05bea579cc7df11e2921ba670
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
@@ -294,7 +294,7 @@ Note: the script use the [Nokogiri][3] as XML parser if installed as gem, otherw
|
|
294
294
|
Check the file for other details.
|
295
295
|
|
296
296
|
## Note
|
297
|
-
Current library version is aligned to *DICOM Base Standard* **
|
297
|
+
Current library version is aligned to *DICOM Base Standard* **2023c**
|
298
298
|
|
299
299
|
## Install
|
300
300
|
|
@@ -1007,6 +1007,8 @@ HIGH = 0001H'},
|
|
1007
1007
|
{ tag_ps: '(0018,1201)', tag_name: "Time of Last Calibration", tag_key: 'TimeOfLastCalibration', tag_vr: [:TM], tag_vm: ["1-n"], tag_str: '(0018,1201)', tag_sym: :time_of_last_calibration, tag_ndm: '00181201', tag_ary: [0x0018,0x1201], tag_multiple: false, tag_note: ''},
|
1008
1008
|
{ tag_ps: '(0018,1202)', tag_name: "DateTime of Last Calibration", tag_key: 'DateTimeOfLastCalibration', tag_vr: [:DT], tag_vm: ["1"], tag_str: '(0018,1202)', tag_sym: :date_time_of_last_calibration, tag_ndm: '00181202', tag_ary: [0x0018,0x1202], tag_multiple: false, tag_note: ''},
|
1009
1009
|
{ tag_ps: '(0018,1203)', tag_name: "Calibration DateTime", tag_key: 'CalibrationDateTime', tag_vr: [:DT], tag_vm: ["1"], tag_str: '(0018,1203)', tag_sym: :calibration_date_time, tag_ndm: '00181203', tag_ary: [0x0018,0x1203], tag_multiple: false, tag_note: ''},
|
1010
|
+
{ tag_ps: '(0018,1204)', tag_name: "Date of Manufacture", tag_key: 'DateOfManufacture', tag_vr: [:DA], tag_vm: ["1"], tag_str: '(0018,1204)', tag_sym: :date_of_manufacture, tag_ndm: '00181204', tag_ary: [0x0018,0x1204], tag_multiple: false, tag_note: ''},
|
1011
|
+
{ tag_ps: '(0018,1205)', tag_name: "Date of Installation", tag_key: 'DateOfInstallation', tag_vr: [:DA], tag_vm: ["1"], tag_str: '(0018,1205)', tag_sym: :date_of_installation, tag_ndm: '00181205', tag_ary: [0x0018,0x1205], tag_multiple: false, tag_note: ''},
|
1010
1012
|
{ tag_ps: '(0018,1210)', tag_name: "Convolution Kernel", tag_key: 'ConvolutionKernel', tag_vr: [:SH], tag_vm: ["1-n"], tag_str: '(0018,1210)', tag_sym: :convolution_kernel, tag_ndm: '00181210', tag_ary: [0x0018,0x1210], tag_multiple: false, tag_note: ''},
|
1011
1013
|
{ tag_ps: '(0018,1240)', tag_name: "Upper/Lower Pixel Values", tag_key: 'UpperLowerPixelValues', tag_vr: [:IS], tag_vm: ["1-n"], tag_str: '(0018,1240)', tag_sym: :upper_lower_pixel_values, tag_ndm: '00181240', tag_ary: [0x0018,0x1240], tag_multiple: false, tag_note: 'RET'},
|
1012
1014
|
{ tag_ps: '(0018,1242)', tag_name: "Actual Frame Duration", tag_key: 'ActualFrameDuration', tag_vr: [:IS], tag_vm: ["1"], tag_str: '(0018,1242)', tag_sym: :actual_frame_duration, tag_ndm: '00181242', tag_ary: [0x0018,0x1242], tag_multiple: false, tag_note: ''},
|
@@ -1625,6 +1627,27 @@ HIGH = 0001H'},
|
|
1625
1627
|
{ tag_ps: '(0018,980E)', tag_name: "Transducer Beam Steering Code Sequence", tag_key: 'TransducerBeamSteeringCodeSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0018,980E)', tag_sym: :transducer_beam_steering_code_sequence, tag_ndm: '0018980E', tag_ary: [0x0018,0x980E], tag_multiple: false, tag_note: ''},
|
1626
1628
|
{ tag_ps: '(0018,980F)', tag_name: "Transducer Application Code Sequence", tag_key: 'TransducerApplicationCodeSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0018,980F)', tag_sym: :transducer_application_code_sequence, tag_ndm: '0018980F', tag_ary: [0x0018,0x980F], tag_multiple: false, tag_note: ''},
|
1627
1629
|
{ tag_ps: '(0018,9810)', tag_name: "Zero Velocity Pixel Value", tag_key: 'ZeroVelocityPixelValue', tag_vr: [:US, :SS], tag_vm: ["1"], tag_str: '(0018,9810)', tag_sym: :zero_velocity_pixel_value, tag_ndm: '00189810', tag_ary: [0x0018,0x9810], tag_multiple: false, tag_note: ''},
|
1630
|
+
{ tag_ps: '(0018,9821)', tag_name: "Photoacoustic Excitation Characteristics Sequence", tag_key: 'PhotoacousticExcitationCharacteristicsSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0018,9821)', tag_sym: :photoacoustic_excitation_characteristics_sequence, tag_ndm: '00189821', tag_ary: [0x0018,0x9821], tag_multiple: false, tag_note: ''},
|
1631
|
+
{ tag_ps: '(0018,9822)', tag_name: "Excitation Spectral Width", tag_key: 'ExcitationSpectralWidth', tag_vr: [:FD], tag_vm: ["1"], tag_str: '(0018,9822)', tag_sym: :excitation_spectral_width, tag_ndm: '00189822', tag_ary: [0x0018,0x9822], tag_multiple: false, tag_note: ''},
|
1632
|
+
{ tag_ps: '(0018,9823)', tag_name: "Excitation Energy", tag_key: 'ExcitationEnergy', tag_vr: [:FD], tag_vm: ["1"], tag_str: '(0018,9823)', tag_sym: :excitation_energy, tag_ndm: '00189823', tag_ary: [0x0018,0x9823], tag_multiple: false, tag_note: ''},
|
1633
|
+
{ tag_ps: '(0018,9824)', tag_name: "Excitation Pulse Duration", tag_key: 'ExcitationPulseDuration', tag_vr: [:FD], tag_vm: ["1"], tag_str: '(0018,9824)', tag_sym: :excitation_pulse_duration, tag_ndm: '00189824', tag_ary: [0x0018,0x9824], tag_multiple: false, tag_note: ''},
|
1634
|
+
{ tag_ps: '(0018,9825)', tag_name: "Excitation Wavelength Sequence", tag_key: 'ExcitationWavelengthSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0018,9825)', tag_sym: :excitation_wavelength_sequence, tag_ndm: '00189825', tag_ary: [0x0018,0x9825], tag_multiple: false, tag_note: ''},
|
1635
|
+
{ tag_ps: '(0018,9826)', tag_name: "Excitation Wavelength", tag_key: 'ExcitationWavelength', tag_vr: [:FD], tag_vm: ["1"], tag_str: '(0018,9826)', tag_sym: :excitation_wavelength, tag_ndm: '00189826', tag_ary: [0x0018,0x9826], tag_multiple: false, tag_note: ''},
|
1636
|
+
{ tag_ps: '(0018,9828)', tag_name: "Illumination Translation Flag", tag_key: 'IlluminationTranslationFlag', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(0018,9828)', tag_sym: :illumination_translation_flag, tag_ndm: '00189828', tag_ary: [0x0018,0x9828], tag_multiple: false, tag_note: ''},
|
1637
|
+
{ tag_ps: '(0018,9829)', tag_name: "Acoustic Coupling Medium Flag", tag_key: 'AcousticCouplingMediumFlag', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(0018,9829)', tag_sym: :acoustic_coupling_medium_flag, tag_ndm: '00189829', tag_ary: [0x0018,0x9829], tag_multiple: false, tag_note: ''},
|
1638
|
+
{ tag_ps: '(0018,982A)', tag_name: "Acoustic Coupling Medium Code Sequence", tag_key: 'AcousticCouplingMediumCodeSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0018,982A)', tag_sym: :acoustic_coupling_medium_code_sequence, tag_ndm: '0018982A', tag_ary: [0x0018,0x982A], tag_multiple: false, tag_note: ''},
|
1639
|
+
{ tag_ps: '(0018,982B)', tag_name: "Acoustic Coupling Medium Temperature", tag_key: 'AcousticCouplingMediumTemperature', tag_vr: [:FD], tag_vm: ["1"], tag_str: '(0018,982B)', tag_sym: :acoustic_coupling_medium_temperature, tag_ndm: '0018982B', tag_ary: [0x0018,0x982B], tag_multiple: false, tag_note: ''},
|
1640
|
+
{ tag_ps: '(0018,982C)', tag_name: "Transducer Response Sequence", tag_key: 'TransducerResponseSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0018,982C)', tag_sym: :transducer_response_sequence, tag_ndm: '0018982C', tag_ary: [0x0018,0x982C], tag_multiple: false, tag_note: ''},
|
1641
|
+
{ tag_ps: '(0018,982D)', tag_name: "Center Frequency", tag_key: 'CenterFrequency', tag_vr: [:FD], tag_vm: ["1"], tag_str: '(0018,982D)', tag_sym: :center_frequency, tag_ndm: '0018982D', tag_ary: [0x0018,0x982D], tag_multiple: false, tag_note: ''},
|
1642
|
+
{ tag_ps: '(0018,982E)', tag_name: "Fractional Bandwidth", tag_key: 'FractionalBandwidth', tag_vr: [:FD], tag_vm: ["1"], tag_str: '(0018,982E)', tag_sym: :fractional_bandwidth, tag_ndm: '0018982E', tag_ary: [0x0018,0x982E], tag_multiple: false, tag_note: ''},
|
1643
|
+
{ tag_ps: '(0018,982F)', tag_name: "Lower Cutoff Frequency", tag_key: 'LowerCutoffFrequency', tag_vr: [:FD], tag_vm: ["1"], tag_str: '(0018,982F)', tag_sym: :lower_cutoff_frequency, tag_ndm: '0018982F', tag_ary: [0x0018,0x982F], tag_multiple: false, tag_note: ''},
|
1644
|
+
{ tag_ps: '(0018,9830)', tag_name: "Upper Cutoff Frequency", tag_key: 'UpperCutoffFrequency', tag_vr: [:FD], tag_vm: ["1"], tag_str: '(0018,9830)', tag_sym: :upper_cutoff_frequency, tag_ndm: '00189830', tag_ary: [0x0018,0x9830], tag_multiple: false, tag_note: ''},
|
1645
|
+
{ tag_ps: '(0018,9831)', tag_name: "Transducer Technology Sequence", tag_key: 'TransducerTechnologySequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0018,9831)', tag_sym: :transducer_technology_sequence, tag_ndm: '00189831', tag_ary: [0x0018,0x9831], tag_multiple: false, tag_note: ''},
|
1646
|
+
{ tag_ps: '(0018,9832)', tag_name: "Sound Speed Correction Mechanism Code Sequence", tag_key: 'SoundSpeedCorrectionMechanismCodeSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0018,9832)', tag_sym: :sound_speed_correction_mechanism_code_sequence, tag_ndm: '00189832', tag_ary: [0x0018,0x9832], tag_multiple: false, tag_note: ''},
|
1647
|
+
{ tag_ps: '(0018,9833)', tag_name: "Object Sound Speed", tag_key: 'ObjectSoundSpeed', tag_vr: [:FD], tag_vm: ["1"], tag_str: '(0018,9833)', tag_sym: :object_sound_speed, tag_ndm: '00189833', tag_ary: [0x0018,0x9833], tag_multiple: false, tag_note: ''},
|
1648
|
+
{ tag_ps: '(0018,9834)', tag_name: "Acoustic Coupling Medium Sound Speed", tag_key: 'AcousticCouplingMediumSoundSpeed', tag_vr: [:FD], tag_vm: ["1"], tag_str: '(0018,9834)', tag_sym: :acoustic_coupling_medium_sound_speed, tag_ndm: '00189834', tag_ary: [0x0018,0x9834], tag_multiple: false, tag_note: ''},
|
1649
|
+
{ tag_ps: '(0018,9835)', tag_name: "Photoacoustic Image Frame Type Sequence", tag_key: 'PhotoacousticImageFrameTypeSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0018,9835)', tag_sym: :photoacoustic_image_frame_type_sequence, tag_ndm: '00189835', tag_ary: [0x0018,0x9835], tag_multiple: false, tag_note: ''},
|
1650
|
+
{ tag_ps: '(0018,9836)', tag_name: "Image Data Type Code Sequence", tag_key: 'ImageDataTypeCodeSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0018,9836)', tag_sym: :image_data_type_code_sequence, tag_ndm: '00189836', tag_ary: [0x0018,0x9836], tag_multiple: false, tag_note: ''},
|
1628
1651
|
{ tag_ps: '(0018,9900)', tag_name: "Reference Location Label", tag_key: 'ReferenceLocationLabel', tag_vr: [:LO], tag_vm: ["1"], tag_str: '(0018,9900)', tag_sym: :reference_location_label, tag_ndm: '00189900', tag_ary: [0x0018,0x9900], tag_multiple: false, tag_note: ''},
|
1629
1652
|
{ tag_ps: '(0018,9901)', tag_name: "Reference Location Description", tag_key: 'ReferenceLocationDescription', tag_vr: [:UT], tag_vm: ["1"], tag_str: '(0018,9901)', tag_sym: :reference_location_description, tag_ndm: '00189901', tag_ary: [0x0018,0x9901], tag_multiple: false, tag_note: ''},
|
1630
1653
|
{ tag_ps: '(0018,9902)', tag_name: "Reference Basis Code Sequence", tag_key: 'ReferenceBasisCodeSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0018,9902)', tag_sym: :reference_basis_code_sequence, tag_ndm: '00189902', tag_ary: [0x0018,0x9902], tag_multiple: false, tag_note: ''},
|
@@ -178,6 +178,7 @@ module DcmDict
|
|
178
178
|
{ uid_value: '1.2.840.10008.5.1.4.1.1.6', uid_name: 'Ultrasound Image Storage (Retired)', uid_key: 'UltrasoundImageStorageRetired', uid_sym: :ultrasound_image_storage_retired, uid_type: :sop_class},
|
179
179
|
{ uid_value: '1.2.840.10008.5.1.4.1.1.6.1', uid_name: 'Ultrasound Image Storage', uid_key: 'UltrasoundImageStorage', uid_sym: :ultrasound_image_storage, uid_type: :sop_class},
|
180
180
|
{ uid_value: '1.2.840.10008.5.1.4.1.1.6.2', uid_name: 'Enhanced US Volume Storage', uid_key: 'EnhancedUSVolumeStorage', uid_sym: :enhanced_us_volume_storage, uid_type: :sop_class},
|
181
|
+
{ uid_value: '1.2.840.10008.5.1.4.1.1.6.3', uid_name: 'Photoacoustic Image Storage', uid_key: 'PhotoacousticImageStorage', uid_sym: :photoacoustic_image_storage, uid_type: :sop_class},
|
181
182
|
{ uid_value: '1.2.840.10008.5.1.4.1.1.7', uid_name: 'Secondary Capture Image Storage', uid_key: 'SecondaryCaptureImageStorage', uid_sym: :secondary_capture_image_storage, uid_type: :sop_class},
|
182
183
|
{ uid_value: '1.2.840.10008.5.1.4.1.1.7.1', uid_name: 'Multi-frame Single Bit Secondary Capture Image Storage', uid_key: 'MultiFrameSingleBitSecondaryCaptureImageStorage', uid_sym: :multi_frame_single_bit_secondary_capture_image_storage, uid_type: :sop_class},
|
183
184
|
{ uid_value: '1.2.840.10008.5.1.4.1.1.7.2', uid_name: 'Multi-frame Grayscale Byte Secondary Capture Image Storage', uid_key: 'MultiFrameGrayscaleByteSecondaryCaptureImageStorage', uid_sym: :multi_frame_grayscale_byte_secondary_capture_image_storage, uid_type: :sop_class},
|
@@ -189,6 +190,7 @@ module DcmDict
|
|
189
190
|
{ uid_value: '1.2.840.10008.5.1.4.1.1.9.1.1', uid_name: '12-lead ECG Waveform Storage', uid_key: 'TwelveLeadECGWaveformStorage', uid_sym: :twelve_lead_ecg_waveform_storage, uid_type: :sop_class},
|
190
191
|
{ uid_value: '1.2.840.10008.5.1.4.1.1.9.1.2', uid_name: 'General ECG Waveform Storage', uid_key: 'GeneralECGWaveformStorage', uid_sym: :general_ecg_waveform_storage, uid_type: :sop_class},
|
191
192
|
{ uid_value: '1.2.840.10008.5.1.4.1.1.9.1.3', uid_name: 'Ambulatory ECG Waveform Storage', uid_key: 'AmbulatoryECGWaveformStorage', uid_sym: :ambulatory_ecg_waveform_storage, uid_type: :sop_class},
|
193
|
+
{ uid_value: '1.2.840.10008.5.1.4.1.1.9.1.4', uid_name: 'General 32-bit ECG Waveform Storage', uid_key: 'General32bitECGWaveformStorage', uid_sym: :general32bit_ecg_waveform_storage, uid_type: :sop_class},
|
192
194
|
{ uid_value: '1.2.840.10008.5.1.4.1.1.9.2.1', uid_name: 'Hemodynamic Waveform Storage', uid_key: 'HemodynamicWaveformStorage', uid_sym: :hemodynamic_waveform_storage, uid_type: :sop_class},
|
193
195
|
{ uid_value: '1.2.840.10008.5.1.4.1.1.9.3.1', uid_name: 'Cardiac Electrophysiology Waveform Storage', uid_key: 'CardiacElectrophysiologyWaveformStorage', uid_sym: :cardiac_electrophysiology_waveform_storage, uid_type: :sop_class},
|
194
196
|
{ uid_value: '1.2.840.10008.5.1.4.1.1.9.4.1', uid_name: 'Basic Voice Audio Waveform Storage', uid_key: 'BasicVoiceAudioWaveformStorage', uid_sym: :basic_voice_audio_waveform_storage, uid_type: :sop_class},
|
@@ -214,7 +216,7 @@ module DcmDict
|
|
214
216
|
{ uid_value: '1.2.840.10008.5.1.4.1.1.11.9', uid_name: 'Volume Rendering Volumetric Presentation State Storage', uid_key: 'VolumeRenderingVolumetricPresentationStateStorage', uid_sym: :volume_rendering_volumetric_presentation_state_storage, uid_type: :sop_class},
|
215
217
|
{ uid_value: '1.2.840.10008.5.1.4.1.1.11.10', uid_name: 'Segmented Volume Rendering Volumetric Presentation State Storage', uid_key: 'SegmentedVolumeRenderingVolumetricPresentationStateStorage', uid_sym: :segmented_volume_rendering_volumetric_presentation_state_storage, uid_type: :sop_class},
|
216
218
|
{ uid_value: '1.2.840.10008.5.1.4.1.1.11.11', uid_name: 'Multiple Volume Rendering Volumetric Presentation State Storage', uid_key: 'MultipleVolumeRenderingVolumetricPresentationStateStorage', uid_sym: :multiple_volume_rendering_volumetric_presentation_state_storage, uid_type: :sop_class},
|
217
|
-
{ uid_value: '1.2.840.10008.5.1.4.1.1.11.12', uid_name: 'Variable Modality LUT Softcopy Presentation State Storage', uid_key: '
|
219
|
+
{ uid_value: '1.2.840.10008.5.1.4.1.1.11.12', uid_name: 'Variable Modality LUT Softcopy Presentation State Storage', uid_key: 'VariableModalityLUTSoftcopyPresentationStateStorage', uid_sym: :variable_modality_lut_softcopy_presentation_state_storage, uid_type: :sop_class},
|
218
220
|
{ uid_value: '1.2.840.10008.5.1.4.1.1.12.1', uid_name: 'X-Ray Angiographic Image Storage', uid_key: 'XRayAngiographicImageStorage', uid_sym: :x_ray_angiographic_image_storage, uid_type: :sop_class},
|
219
221
|
{ uid_value: '1.2.840.10008.5.1.4.1.1.12.1.1', uid_name: 'Enhanced XA Image Storage', uid_key: 'EnhancedXAImageStorage', uid_sym: :enhanced_xa_image_storage, uid_type: :sop_class},
|
220
222
|
{ uid_value: '1.2.840.10008.5.1.4.1.1.12.2', uid_name: 'X-Ray Radiofluoroscopic Image Storage', uid_key: 'XRayRadiofluoroscopicImageStorage', uid_sym: :x_ray_radiofluoroscopic_image_storage, uid_type: :sop_class},
|
data/lib/dcm_dict/version.rb
CHANGED
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.
|
4
|
+
version: 0.54.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Enrico Rivarola
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-07-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: nokogiri
|
@@ -165,10 +165,10 @@ 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.
|
168
|
+
documentation_uri: http://www.rubydoc.info/gems/dcm_dict/0.54.0
|
169
169
|
homepage_uri: http://rubygems.org/gems/dcm_dict
|
170
170
|
source_code_uri: https://github.com/henrythebuilder/dcm_dict
|
171
|
-
post_install_message:
|
171
|
+
post_install_message:
|
172
172
|
rdoc_options: []
|
173
173
|
require_paths:
|
174
174
|
- lib
|
@@ -184,7 +184,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
184
184
|
version: '0'
|
185
185
|
requirements: []
|
186
186
|
rubygems_version: 3.4.10
|
187
|
-
signing_key:
|
187
|
+
signing_key:
|
188
188
|
specification_version: 4
|
189
189
|
summary: A simple way to handle DICOM Data Dictionary
|
190
190
|
test_files:
|