dcm_dict 0.18.0 → 0.19.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: aa71b21de3a019967d8a20fa1b75c8a93c0dcd529093e2be5310f478941544b6
4
- data.tar.gz: 2bba9d9b9b646380ddb01cfc4d2982455d9ede25d7dbfbdc4463c5d1066a20d6
3
+ metadata.gz: 49b47728e199230d1add4a31ea922f77a8d38da5c875ab84d2a77adf809fe6f1
4
+ data.tar.gz: 1f362664e1334f279102eab0d85e96ce87d82d2fed5e23373ad1c90e2be1a036
5
5
  SHA512:
6
- metadata.gz: 72c89f381472d8a9779b9a0d48478359628e8a6c76509d84404d22c0c65824597562ab4eb7ee4daef8a33644082e729fba2bb62c1d4275c917c8e38fc07fd1cc
7
- data.tar.gz: 533375824c5e84adb5cfd77d9f0b826e568656e3c4e936111a4b34666d576c3526ae3dc4cb9be8ea0a0a578c273b1780badd880f2bc9d2730b5a56aba93cf324
6
+ metadata.gz: 07b3d21e0e549f8b0f5a0b77fef0bb5b72cfacd433f539c83cae204c89ed566f58aeaf2c118cd5eecc47944ab3f99051dbb35e7095984712e3301683238e92e8
7
+ data.tar.gz: 44f5c3b704bd010e54d4cd3bc462d810a9f1094133dc3a6281d831280210039b3fd5ea603864b91311a9c8c56fba904357406bcd13b2b104fba23babd5ece741
data/CHANGELOG CHANGED
@@ -1,3 +1,9 @@
1
+ - V0.19.0
2
+ -- Update to 2018c Base Standard
3
+
4
+ - V0.18.1
5
+ -- Updated dcm_dict.gemspec due to a security vulnerabilities into the Nokogiri gem as defined into gemspec (v1.6 to v1.8)
6
+
1
7
  - V0.18.0
2
8
  -- Update to 2018b Base Standard
3
9
 
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* **2018b**
275
+ Current library version is aligned to *DICOM Base Standard* **2018c**
276
276
 
277
277
  ## Install
278
278
 
@@ -3424,6 +3424,7 @@ HIGH = 0001H'},
3424
3424
  { tag_ps: '(0400,0563)', tag_name: "Modifying System", tag_key: 'ModifyingSystem', tag_vr: [:LO], tag_vm: ["1"], tag_str: '(0400,0563)', tag_sym: :modifying_system, tag_ndm: '04000563', tag_ary: [0x0400,0x0563], tag_multiple: false, tag_note: ''},
3425
3425
  { tag_ps: '(0400,0564)', tag_name: "Source of Previous Values", tag_key: 'SourceOfPreviousValues', tag_vr: [:LO], tag_vm: ["1"], tag_str: '(0400,0564)', tag_sym: :source_of_previous_values, tag_ndm: '04000564', tag_ary: [0x0400,0x0564], tag_multiple: false, tag_note: ''},
3426
3426
  { tag_ps: '(0400,0565)', tag_name: "Reason for the Attribute Modification", tag_key: 'ReasonForTheAttributeModification', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(0400,0565)', tag_sym: :reason_for_the_attribute_modification, tag_ndm: '04000565', tag_ary: [0x0400,0x0565], tag_multiple: false, tag_note: ''},
3427
+ { tag_ps: '(0400,0600)', tag_name: "Instance Origin Status", tag_key: 'InstanceOriginStatus', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(0400,0600)', tag_sym: :instance_origin_status, tag_ndm: '04000600', tag_ary: [0x0400,0x0600], tag_multiple: false, tag_note: ''},
3427
3428
  { tag_ps: '(1000,XXX0)', tag_name: "Escape Triplet", tag_key: 'EscapeTriplet', tag_vr: [:US], tag_vm: ["3"], tag_str: '(1000,2220)', tag_sym: :escape_triplet, tag_ndm: '10002220', tag_ary: [0x1000,0x2220], tag_multiple: true, tag_note: 'RET'},
3428
3429
  { tag_ps: '(1000,XXX1)', tag_name: "Run Length Triplet", tag_key: 'RunLengthTriplet', tag_vr: [:US], tag_vm: ["3"], tag_str: '(1000,2221)', tag_sym: :run_length_triplet, tag_ndm: '10002221', tag_ary: [0x1000,0x2221], tag_multiple: true, tag_note: 'RET'},
3429
3430
  { tag_ps: '(1000,XXX2)', tag_name: "Huffman Table Size", tag_key: 'HuffmanTableSize', tag_vr: [:US], tag_vm: ["1"], tag_str: '(1000,2222)', tag_sym: :huffman_table_size, tag_ndm: '10002222', tag_ary: [0x1000,0x2222], tag_multiple: true, tag_note: 'RET'},
@@ -3813,6 +3814,7 @@ HIGH = 0001H'},
3813
3814
  { tag_ps: '(300A,0091)', tag_name: "Alternate Beam Dose", tag_key: 'AlternateBeamDose', tag_vr: [:DS], tag_vm: ["1"], tag_str: '(300A,0091)', tag_sym: :alternate_beam_dose, tag_ndm: '300A0091', tag_ary: [0x300A,0x0091], tag_multiple: false, tag_note: ''},
3814
3815
  { tag_ps: '(300A,0092)', tag_name: "Alternate Beam Dose Type", tag_key: 'AlternateBeamDoseType', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(300A,0092)', tag_sym: :alternate_beam_dose_type, tag_ndm: '300A0092', tag_ary: [0x300A,0x0092], tag_multiple: false, tag_note: ''},
3815
3816
  { tag_ps: '(300A,0093)', tag_name: "Depth Value Averaging Flag", tag_key: 'DepthValueAveragingFlag', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(300A,0093)', tag_sym: :depth_value_averaging_flag, tag_ndm: '300A0093', tag_ary: [0x300A,0x0093], tag_multiple: false, tag_note: ''},
3817
+ { tag_ps: '(300A,0094)', tag_name: "Beam Dose Point Source to External Contour Distance", tag_key: 'BeamDosePointSourceToExternalContourDistance', tag_vr: [:DS], tag_vm: ["1"], tag_str: '(300A,0094)', tag_sym: :beam_dose_point_source_to_external_contour_distance, tag_ndm: '300A0094', tag_ary: [0x300A,0x0094], tag_multiple: false, tag_note: ''},
3816
3818
  { tag_ps: '(300A,00A0)', tag_name: "Number of Brachy Application Setups", tag_key: 'NumberOfBrachyApplicationSetups', tag_vr: [:IS], tag_vm: ["1"], tag_str: '(300A,00A0)', tag_sym: :number_of_brachy_application_setups, tag_ndm: '300A00A0', tag_ary: [0x300A,0x00A0], tag_multiple: false, tag_note: ''},
3817
3819
  { tag_ps: '(300A,00A2)', tag_name: "Brachy Application Setup Dose Specification Point", tag_key: 'BrachyApplicationSetupDoseSpecificationPoint', tag_vr: [:DS], tag_vm: ["3"], tag_str: '(300A,00A2)', tag_sym: :brachy_application_setup_dose_specification_point, tag_ndm: '300A00A2', tag_ary: [0x300A,0x00A2], tag_multiple: false, tag_note: ''},
3818
3820
  { tag_ps: '(300A,00A4)', tag_name: "Brachy Application Setup Dose", tag_key: 'BrachyApplicationSetupDose', tag_vr: [:DS], tag_vm: ["1"], tag_str: '(300A,00A4)', tag_sym: :brachy_application_setup_dose, tag_ndm: '300A00A4', tag_ary: [0x300A,0x00A4], tag_multiple: false, tag_note: ''},
@@ -66,8 +66,8 @@ module DcmDict
66
66
  { uid_value: '1.2.840.10008.1.2.4.107', uid_name: "HEVC/H.265 Main Profile / Level 5.1", uid_type: :transfer_syntax},
67
67
  { uid_value: '1.2.840.10008.1.2.4.108', uid_name: "HEVC/H.265 Main 10 Profile / Level 5.1", uid_type: :transfer_syntax},
68
68
  { uid_value: '1.2.840.10008.1.2.5', uid_name: "RLE Lossless", uid_type: :transfer_syntax},
69
- { uid_value: '1.2.840.10008.1.2.6.1', uid_name: "RFC 2557 MIME encapsulation", uid_type: :transfer_syntax},
70
- { uid_value: '1.2.840.10008.1.2.6.2', uid_name: "XML Encoding", uid_type: :transfer_syntax},
69
+ { uid_value: '1.2.840.10008.1.2.6.1', uid_name: "RFC 2557 MIME encapsulation (Retired)", uid_type: :transfer_syntax},
70
+ { uid_value: '1.2.840.10008.1.2.6.2', uid_name: "XML Encoding (Retired)", uid_type: :transfer_syntax},
71
71
  { uid_value: '1.2.840.10008.1.3.10', uid_name: "Media Storage Directory Storage", uid_type: :sop_class},
72
72
  { uid_value: '1.2.840.10008.1.4.1.1', uid_name: "Talairach Brain Atlas Frame of Reference", uid_type: :well_known_frame_of_reference},
73
73
  { uid_value: '1.2.840.10008.1.4.1.2', uid_name: "SPM2 T1 Frame of Reference", uid_type: :well_known_frame_of_reference},
@@ -22,6 +22,6 @@
22
22
  # applicable local, state, national or international regulations.
23
23
  #
24
24
  module DcmDict
25
- VERSION = "0.18.0"
26
- DICOM_DOC_VERSION = "2018b"
25
+ VERSION = "0.19.0"
26
+ DICOM_DOC_VERSION = "2018c"
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.18.0
4
+ version: 0.19.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-04-13 00:00:00.000000000 Z
11
+ date: 2018-07-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri
@@ -16,20 +16,20 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 1.6.2
19
+ version: '1.8'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 1.6.2.1
22
+ version: 1.8.1
23
23
  type: :development
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
26
26
  requirements:
27
27
  - - "~>"
28
28
  - !ruby/object:Gem::Version
29
- version: 1.6.2
29
+ version: '1.8'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 1.6.2.1
32
+ version: 1.8.1
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: rspec
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -76,7 +76,7 @@ dependencies:
76
76
  requirements:
77
77
  - - "~>"
78
78
  - !ruby/object:Gem::Version
79
- version: 10.3.2
79
+ version: '10.3'
80
80
  - - ">="
81
81
  - !ruby/object:Gem::Version
82
82
  version: 10.3.0
@@ -86,7 +86,7 @@ dependencies:
86
86
  requirements:
87
87
  - - "~>"
88
88
  - !ruby/object:Gem::Version
89
- version: 10.3.2
89
+ version: '10.3'
90
90
  - - ">="
91
91
  - !ruby/object:Gem::Version
92
92
  version: 10.3.0
@@ -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.18.0
168
+ documentation_uri: http://www.rubydoc.info/gems/dcm_dict/0.19.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:
@@ -184,7 +184,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
184
184
  version: '0'
185
185
  requirements: []
186
186
  rubyforge_project:
187
- rubygems_version: 2.7.6
187
+ rubygems_version: 2.7.7
188
188
  signing_key:
189
189
  specification_version: 4
190
190
  summary: A simple way to handle DICOM Data Dictionary