dcm_dict 0.37.0 → 0.38.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 +5052 -5048
- data/lib/dcm_dict/source_data/uid_values_data.rb +484 -484
- data/lib/dcm_dict/version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9b1006cbbf4d9d4f1b0f7685ac1f3851fad5a4e104ff7be3fe79cd2f0bd24f2c
|
4
|
+
data.tar.gz: a6f533d2bc065def1c021ee179938996d12401569f38f557810c0e5b6249520f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 72bdb66ba7bfd3456c26b389db77ea7ddfe816b31971f2c96f9b07dd2a1fab315388c074bbceb608f1453ec20b19fa8aa970bb0efe09acff61999b736f3a2376
|
7
|
+
data.tar.gz: e43072327bc89e3ea2cd1e3db741914208e9a8800df5a8abe481e6933dbff3238fef6a12b288c750e55abfd214e61b76e676cf794134242694a0824aa781834e
|
data/CHANGELOG.md
CHANGED
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* **2022b**
|
291
291
|
|
292
292
|
## Install
|
293
293
|
|