dcm_dict 0.38.0 → 0.39.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 +9 -1
- data/README.md +1 -1
- data/lib/dcm_dict/source_data/data_elements_data.rb +5122 -5052
- data/lib/dcm_dict/source_data/uid_values_data.rb +498 -484
- data/lib/dcm_dict/version.rb +2 -2
- data/spec/data_element_sample_spec_helper.rb +3 -0
- data/spec/dcm_dict/dictionary/uid_dictionary_spec.rb +7 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bab319b2cdf2416bd21b8aa3cf9a9e8f31b77a41f81f8c55c1537e3d792bd77c
|
4
|
+
data.tar.gz: b587653f42aff4e544dea7464b863d858d7e858c6515f117c85d90d2ce74ea06
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 73a0eb716e06424e6e95d5d56c50e03f4c3803d5d7491b6e7ec56828413dee926706f6cd1c05b9e2a8ca29a6ce14a8e9d89dbc9d1d18c7ac5ae8aec0026d896e
|
7
|
+
data.tar.gz: '05178f0ef6cc32838ff6642eed455d13c739926f7f684c933c82f3d38a0430d3ec0e0b0ceaf78cf2e3131253d4e9a5ea005595dd21253bac3b2255643d3f7a32'
|
data/CHANGELOG.md
CHANGED
@@ -1,7 +1,15 @@
|
|
1
1
|
# DcmDict project Changelog
|
2
2
|
|
3
|
+
___
|
4
|
+
## v0.39.0 (2022-07-29)
|
5
|
+
* Update to 2022c Base Standard
|
6
|
+
___
|
7
|
+
## v0.38.1 (2022-04-29)
|
8
|
+
* Fix Changelog for release 0.38.0
|
9
|
+
* Not publish on [RubyGems](https://rubygems.org/gems/dcm_dict)
|
10
|
+
___
|
3
11
|
## v0.38.0 (2022-04-29)
|
4
|
-
* Update to
|
12
|
+
* Update to 2022b Base Standard
|
5
13
|
___
|
6
14
|
## v0.37.0 (2022-01-30)
|
7
15
|
* Update to 2022a Base Standard
|
data/README.md
CHANGED
@@ -287,7 +287,7 @@ Note: the script use the [Nokogiri][3] as XML parser if installed as gem, otherw
|
|
287
287
|
Check the file for other details.
|
288
288
|
|
289
289
|
## Note
|
290
|
-
Current library version is aligned to *DICOM Base Standard* **
|
290
|
+
Current library version is aligned to *DICOM Base Standard* **2022c**
|
291
291
|
|
292
292
|
## Install
|
293
293
|
|