dcm_dict 0.15.0 → 0.16.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
  SHA1:
3
- metadata.gz: '0827bb46a322e244f76ccca8163a1beee7b4fa03'
4
- data.tar.gz: 8e61b48300ae32cfbbac497cbbc46d0e3ec315b6
3
+ metadata.gz: 82be1a66eac3c9660e8b1a3b21df07c28748fa57
4
+ data.tar.gz: 11ee0978bfc43e9c1732d8701a4a29118e3e4b26
5
5
  SHA512:
6
- metadata.gz: 8c0268e462a4cf86a27c4da7cde39c922e52d7506a4594e100a0613a7bdee90f106112e07580065d1b4351c717c1c835b663bf1494e05649ae3537aca43b5188
7
- data.tar.gz: 5f30184081d4b5b7dd06166bd0da5d983be660a54607fef501db3550bf5baf9a27a27d74f985eb76933b1a82b41e4ec0ee69f10b72c305284d99c52bba975fb2
6
+ metadata.gz: 0aafd350f307aa691ca8fa0806130ff07bcb2e0d5444230704d214cbbc7b183593c3b8a7fe4a460c3a44e02c64e31abeaba522801d5145cf65beade0282a4bd0
7
+ data.tar.gz: db08ff75f7f8878e66572aa47899b5cfdec4c08bc227ca4753c8d06a9fe20947af7ede3a33e90df3d239d63067912cd2b441ecb7c68dcdc4e4f5281e6f3b0ba7
data/CHANGELOG CHANGED
@@ -1,15 +1,24 @@
1
+ - V0.16.0
2
+ -- Update to 2017e Base Standard
3
+
1
4
  - V0.15.0
2
5
  -- Update to 2017d Base Standard
6
+
3
7
  - V0.14.0
4
8
  -- Update to 2017c Base Standard
9
+
5
10
  - V0.13.0
6
11
  -- Update to 2017b Base Standard
12
+
7
13
  - V0.12.1
8
14
  -- Update Changelog file
15
+
9
16
  - V0.12.0
10
17
  -- Update to 2017a Base Standard
18
+
11
19
  - V0.11.0
12
20
  -- Update to 2016e Base Standard
21
+
13
22
  - V0.10.0
14
23
  -- Update to 2016d Base Standard
15
24
  -- Fix symbol extraction for keyword tag with "RTROI", "DVHROI", "OCTZ", "WADORS", "STOWRS", "CIExy", "RGBLUT", "VOILUT", "CTDIvol", "XAXRF", "CurrentInuA", "TimeInuS", "ExposureInuAs" and "dBdt" values
data/README.md CHANGED
@@ -270,7 +270,7 @@ Note: the script use the [Nokogiri][3] as XML parser if installed as gem, otherw
270
270
  Check the file for other details.
271
271
 
272
272
  ## Note
273
- Current library version is aligned to *DICOM Base Standard* **2017d**
273
+ Current library version is aligned to *DICOM Base Standard* **2017e**
274
274
 
275
275
  ## Install
276
276
 
@@ -22,6 +22,6 @@
22
22
  # applicable local, state, national or international regulations.
23
23
  #
24
24
  module DcmDict
25
- VERSION = "0.15.0"
26
- DICOM_DOC_VERSION = "2017d"
25
+ VERSION = "0.16.0"
26
+ DICOM_DOC_VERSION = "2017e"
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.15.0
4
+ version: 0.16.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: 2017-09-27 00:00:00.000000000 Z
11
+ date: 2017-12-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri