dcm_dict 0.19.0 → 0.20.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: 49b47728e199230d1add4a31ea922f77a8d38da5c875ab84d2a77adf809fe6f1
4
- data.tar.gz: 1f362664e1334f279102eab0d85e96ce87d82d2fed5e23373ad1c90e2be1a036
3
+ metadata.gz: 37fc47a611c4260a3745826f2dbded2cfd2eef2fb49f34b1ab813fcb78c17295
4
+ data.tar.gz: 4df95a1fd3bf78e459599a145e6cace944ff09bfe8466fb88d791ed049270fda
5
5
  SHA512:
6
- metadata.gz: 07b3d21e0e549f8b0f5a0b77fef0bb5b72cfacd433f539c83cae204c89ed566f58aeaf2c118cd5eecc47944ab3f99051dbb35e7095984712e3301683238e92e8
7
- data.tar.gz: 44f5c3b704bd010e54d4cd3bc462d810a9f1094133dc3a6281d831280210039b3fd5ea603864b91311a9c8c56fba904357406bcd13b2b104fba23babd5ece741
6
+ metadata.gz: 27d1121bf04dec31f6450cfad47ffcd2ee428238084ce309e7390fd5099db88c5343b9852f92b13f0fcb21854d86cc9e520a5f0994a34a10c7d081df1573eb80
7
+ data.tar.gz: 4698dea69fd465dc4d3f5c257190b48cbf3d4f6a4b54968eb671c1f336d5ed36e09a9874d56764a3e46dd5699feab1d3e690cba4b699609a8ef43ec32e876f31
data/CHANGELOG CHANGED
@@ -1,3 +1,6 @@
1
+ - V0.20.0
2
+ -- Update to 2018d Base Standard
3
+
1
4
  - V0.19.0
2
5
  -- Update to 2018c Base Standard
3
6
 
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* **2018c**
275
+ Current library version is aligned to *DICOM Base Standard* **2018d**
276
276
 
277
277
  ## Install
278
278
 
@@ -2778,6 +2778,7 @@ HIGH = 0001H'},
2778
2778
  { tag_ps: '(0062,0010)', tag_name: "Segmentation Fractional Type", tag_key: 'SegmentationFractionalType', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(0062,0010)', tag_sym: :segmentation_fractional_type, tag_ndm: '00620010', tag_ary: [0x0062,0x0010], tag_multiple: false, tag_note: ''},
2779
2779
  { tag_ps: '(0062,0011)', tag_name: "Segmented Property Type Modifier Code Sequence", tag_key: 'SegmentedPropertyTypeModifierCodeSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0062,0011)', tag_sym: :segmented_property_type_modifier_code_sequence, tag_ndm: '00620011', tag_ary: [0x0062,0x0011], tag_multiple: false, tag_note: ''},
2780
2780
  { tag_ps: '(0062,0012)', tag_name: "Used Segments Sequence", tag_key: 'UsedSegmentsSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0062,0012)', tag_sym: :used_segments_sequence, tag_ndm: '00620012', tag_ary: [0x0062,0x0012], tag_multiple: false, tag_note: ''},
2781
+ { tag_ps: '(0062,0013)', tag_name: "Segments Overlap", tag_key: 'SegmentsOverlap', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(0062,0013)', tag_sym: :segments_overlap, tag_ndm: '00620013', tag_ary: [0x0062,0x0013], tag_multiple: false, tag_note: ''},
2781
2782
  { tag_ps: '(0062,0020)', tag_name: "Tracking ID", tag_key: 'TrackingID', tag_vr: [:UT], tag_vm: ["1"], tag_str: '(0062,0020)', tag_sym: :tracking_id, tag_ndm: '00620020', tag_ary: [0x0062,0x0020], tag_multiple: false, tag_note: ''},
2782
2783
  { tag_ps: '(0062,0021)', tag_name: "Tracking UID", tag_key: 'TrackingUID', tag_vr: [:UI], tag_vm: ["1"], tag_str: '(0062,0021)', tag_sym: :tracking_uid, tag_ndm: '00620021', tag_ary: [0x0062,0x0021], tag_multiple: false, tag_note: ''},
2783
2784
  { tag_ps: '(0064,0002)', tag_name: "Deformable Registration Sequence", tag_key: 'DeformableRegistrationSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0064,0002)', tag_sym: :deformable_registration_sequence, tag_ndm: '00640002', tag_ary: [0x0064,0x0002], tag_multiple: false, tag_note: ''},
@@ -3618,6 +3619,7 @@ HIGH = 0001H'},
3618
3619
  { tag_ps: '(3006,0030)', tag_name: "RT Related ROI Sequence", tag_key: 'RTRelatedROISequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(3006,0030)', tag_sym: :rt_related_roi_sequence, tag_ndm: '30060030', tag_ary: [0x3006,0x0030], tag_multiple: false, tag_note: ''},
3619
3620
  { tag_ps: '(3006,0033)', tag_name: "RT ROI Relationship", tag_key: 'RTROIRelationship', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(3006,0033)', tag_sym: :rt_roi_relationship, tag_ndm: '30060033', tag_ary: [0x3006,0x0033], tag_multiple: false, tag_note: ''},
3620
3621
  { tag_ps: '(3006,0036)', tag_name: "ROI Generation Algorithm", tag_key: 'ROIGenerationAlgorithm', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(3006,0036)', tag_sym: :roi_generation_algorithm, tag_ndm: '30060036', tag_ary: [0x3006,0x0036], tag_multiple: false, tag_note: ''},
3622
+ { tag_ps: '(3006,0037)', tag_name: "ROI Derivation Algorithm Identification Sequence", tag_key: 'ROIDerivationAlgorithmIdentificationSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(3006,0037)', tag_sym: :roi_derivation_algorithm_identification_sequence, tag_ndm: '30060037', tag_ary: [0x3006,0x0037], tag_multiple: false, tag_note: ''},
3621
3623
  { tag_ps: '(3006,0038)', tag_name: "ROI Generation Description", tag_key: 'ROIGenerationDescription', tag_vr: [:LO], tag_vm: ["1"], tag_str: '(3006,0038)', tag_sym: :roi_generation_description, tag_ndm: '30060038', tag_ary: [0x3006,0x0038], tag_multiple: false, tag_note: ''},
3622
3624
  { tag_ps: '(3006,0039)', tag_name: "ROI Contour Sequence", tag_key: 'ROIContourSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(3006,0039)', tag_sym: :roi_contour_sequence, tag_ndm: '30060039', tag_ary: [0x3006,0x0039], tag_multiple: false, tag_note: ''},
3623
3625
  { tag_ps: '(3006,0040)', tag_name: "Contour Sequence", tag_key: 'ContourSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(3006,0040)', tag_sym: :contour_sequence, tag_ndm: '30060040', tag_ary: [0x3006,0x0040], tag_multiple: false, tag_note: ''},
@@ -22,6 +22,6 @@
22
22
  # applicable local, state, national or international regulations.
23
23
  #
24
24
  module DcmDict
25
- VERSION = "0.19.0"
26
- DICOM_DOC_VERSION = "2018c"
25
+ VERSION = "0.20.0"
26
+ DICOM_DOC_VERSION = "2018d"
27
27
  end
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.19.0
4
+ version: 0.20.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: 2018-07-16 00:00:00.000000000 Z
11
+ date: 2018-10-01 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
168
- documentation_uri: http://www.rubydoc.info/gems/dcm_dict/0.19.0
168
+ documentation_uri: http://www.rubydoc.info/gems/dcm_dict/0.20.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: