dcm_dict 0.64.0 → 0.65.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: 15f8f0d417c9b5d8ac537fd9a4bab75fca03e2eec90707daef0e04cd44581bac
4
- data.tar.gz: 71bc5330ae41d5ac07f29cf13448a991d3ccfb37f680b456a8a446a0fc70786c
3
+ metadata.gz: 3ef3cd60de763f3b125867a401e10a795de16924f3419e2a4831a8dc13806a45
4
+ data.tar.gz: d1025b31601067bbf0952c1b3a049b1dac2a0964efe2ab55fab3c023aea6a3d8
5
5
  SHA512:
6
- metadata.gz: 573c3c61a17a3a5bba905dcbf367149d1168fab5c8a4eef8dbf594909d95840af344b7b435be3ec552739958a31f62e4fe65a77ab583939063b0ce1ec7f15f49
7
- data.tar.gz: 37e48d4646ae595e56a04b6386e737168a9c5137db52728d855b9a9acd9b625ece5dad2af11478ff0b8032a0fc35bee8a2cc977bd66998abad83d39fa506608e
6
+ metadata.gz: 6a4761dce850c1d059433aefc58967112b7f071cd5500f61bc1300ee8ee95fca5f88fda52ed2988df72747b5e1a11dea59d84413d54b43c062719302ff77a0b5
7
+ data.tar.gz: 2bd7fe3723e48fb824eac593e2fd661c44ea4f48f3cdf887aebff6d0ca438166da9f4b54276c7f64186e7582cbe4bc7bd5d3e29c7e543232a39ad688f4bbdce1
data/CHANGELOG.md CHANGED
@@ -1,284 +1,530 @@
1
1
  # DcmDict project Changelog
2
+
3
+ ---
4
+
5
+ ## v0.65.0 (2025-09-08)
6
+
7
+ - Update to 2025c Base Standard
8
+ - Updated gemspec requirements
9
+
10
+ #### Note for gemspec
11
+
12
+ > Development Dependency fixed to latest tested version
13
+
2
14
  ---
15
+
3
16
  ## v0.64.0 (2025-04-24)
4
- * Update to 2025b Base Standard
5
- * Updated dcm_dict.gemspec due to a security update for the Nokogiri gem
17
+
18
+ - Update to 2025b Base Standard
19
+ - Updated dcm_dict.gemspec due to a security update for the Nokogiri gem
6
20
 
7
21
  ### Note
8
- * Nokogiri updates packaged libxml2 to v2.13.8 to resolve CVE-2025-32414 and CVE-2025-32415
9
22
 
10
- [GHSA-5w6v-399v-w3cc (nokogiri)](https://rubysec.com/advisories/GHSA-5w6v-399v-w3cc/)
23
+ - Nokogiri updates packaged libxml2 to v2.13.8 to resolve CVE-2025-32414 and CVE-2025-32415
24
+
25
+ - [Advisory GHSA-5w6v-399v-w3cc (nokogiri)](https://rubysec.com/advisories/GHSA-5w6v-399v-w3cc/)
26
+
11
27
  ---
28
+
12
29
  ## v0.63.1 (2025-03-23)
13
- * Updated dcm_dict.gemspec due to a security update for the Nokogiri gem
30
+
31
+ - Updated dcm_dict.gemspec due to a security update for the Nokogiri gem
14
32
 
15
33
  ### Note
16
- * Nokogiri v1.18.4 updates packaged libxslt to v1.1.43 to resolve multiple CVEs
17
34
 
18
- [Advisory GHSA-mrxw-mxhj-p664 (nokogiri)](https://rubysec.com/advisories/GHSA-mrxw-mxhj-p664/)
19
- ___
35
+ - Nokogiri v1.18.4 updates packaged libxslt to v1.1.43 to resolve multiple CVEs
36
+
37
+ - [Advisory GHSA-mrxw-mxhj-p664 (nokogiri)](https://rubysec.com/advisories/GHSA-mrxw-mxhj-p664/)
38
+
39
+ ---
40
+
20
41
  ## v0.63.0 (2025-03-16)
21
- * Update to 2025a Base Standard
42
+
43
+ - Update to 2025a Base Standard
44
+
22
45
  ---
46
+
23
47
  ## v0.62.0 (2025-02-20)
24
- * Fix Ruby 3.4 compatibility for 'Frozen String Literal'
48
+
49
+ - Fix Ruby 3.4 compatibility for 'Frozen String Literal'
50
+
25
51
  ---
52
+
26
53
  ## v0.61.2 (2025-02-20)
27
- * Updated dcm_dict.gemspec due to a security update for the Nokogiri gem
54
+
55
+ - Updated dcm_dict.gemspec due to a security update for the Nokogiri gem
28
56
 
29
57
  ### Note
30
- * Nokogiri v1.18.3 upgrades its dependency libxml2 to v2.13.6
31
58
 
32
- [resolve CVE-2025-24928 and CVE-2024-56171](https://rubysec.com/advisories/GHSA-vvfq-8hwr-qm4m)
33
- ___
59
+ - Nokogiri v1.18.3 upgrades its dependency libxml2 to v2.13.6
60
+
61
+ - [resolve CVE-2025-24928 and CVE-2024-56171](https://rubysec.com/advisories/GHSA-vvfq-8hwr-qm4m)
62
+
63
+ ---
64
+
34
65
  ## v0.61.1 (2025-01-01)
35
- * Not publish on [RubyGems](https://rubygems.org/gems/dcm_dict)
36
- * Update copyright years
37
- * Updated gemspec requirements
66
+
67
+ - Not publish on [RubyGems](https://rubygems.org/gems/dcm_dict)
68
+ - Update copyright years
69
+ - Updated gemspec requirements
70
+
38
71
  #### Note for gemspec
72
+
39
73
  > Development Dependency fixed to latest tested version
40
- ___
74
+
75
+ ---
76
+
41
77
  ## v0.61.0 (2024-12-28)
42
- * Update to 2024e Base Standard
43
- ___
78
+
79
+ - Update to 2024e Base Standard
80
+
81
+ ---
82
+
44
83
  ## v0.60.0 (2024-10-15)
45
- * Update to 2024d Base Standard
46
- ___
84
+
85
+ - Update to 2024d Base Standard
86
+
87
+ ---
88
+
47
89
  ## v0.59.0 (2024-07-09)
48
- * Update to 2024c Base Standard
49
- ___
90
+
91
+ - Update to 2024c Base Standard
92
+
93
+ ---
94
+
50
95
  ## v0.58.0 (2024-04-03)
51
- * Update to 2024b Base Standard
52
- ___
96
+
97
+ - Update to 2024b Base Standard
98
+
99
+ ---
100
+
53
101
  ## v0.57.0 (2024-02-07)
54
- * Update to 2024a Base Standard
55
- ___
102
+
103
+ - Update to 2024a Base Standard
104
+
105
+ ---
106
+
56
107
  ## v0.56.1 (2024-01-02)
57
- * Bump copyright years
58
- * Not publish on [RubyGems](https://rubygems.org/gems/dcm_dict)
59
- ___
108
+
109
+ - Bump copyright years
110
+ - Not publish on [RubyGems](https://rubygems.org/gems/dcm_dict)
111
+
112
+ ---
113
+
60
114
  ## v0.56.0 (2023-12-15)
61
- * Update to 2023e Base Standard
62
- ___
115
+
116
+ - Update to 2023e Base Standard
117
+
118
+ ---
119
+
63
120
  ## v0.55.0 (2023-09-20)
64
- * Update to 2023d Base Standard
65
- * Not publish on [RubyGems](https://rubygems.org/gems/dcm_dict)
66
- ___
121
+
122
+ - Update to 2023d Base Standard
123
+ - Not publish on [RubyGems](https://rubygems.org/gems/dcm_dict)
124
+
125
+ ---
126
+
67
127
  ## v0.54.0 (2023-07-16)
68
- * Update to 2023c Base Standard
69
- ___
128
+
129
+ - Update to 2023c Base Standard
130
+
131
+ ---
132
+
70
133
  ## v0.53.0 (2023-05-03)
71
- * Update to 2023b Base Standard
72
- ___
134
+
135
+ - Update to 2023b Base Standard
136
+
137
+ ---
138
+
73
139
  ## v0.52.0 (2023-02-09)
74
- * Update to 2023a Base Standard
75
- ___
140
+
141
+ - Update to 2023a Base Standard
142
+
143
+ ---
144
+
76
145
  ## v0.51.0 (2023-02-09)
77
- * Not publish on [RubyGems](https://rubygems.org/gems/dcm_dict)
78
- * Updated gemspec requirements
146
+
147
+ - Not publish on [RubyGems](https://rubygems.org/gems/dcm_dict)
148
+ - Updated gemspec requirements
149
+
79
150
  #### Note for gemspec
151
+
80
152
  > Required Ruby Version fixed for stable releases (>= 3.0)
81
153
  > Development Dependency fixed to latest tested version
82
- ___
154
+
155
+ ---
156
+
83
157
  ## v0.50.0 (2023-02-09)
84
- * Not publish on [RubyGems](https://rubygems.org/gems/dcm_dict)
85
- * Updated gemspec(dcm_dict requires Ruby version >= 2.1, < 3.2)
158
+
159
+ - Not publish on [RubyGems](https://rubygems.org/gems/dcm_dict)
160
+ - Updated gemspec(dcm_dict requires Ruby version >= 2.1, < 3.2)
161
+
86
162
  #### Note for gemspec
163
+
87
164
  > Refinement#include is deprecated and will be removed in Ruby 3.2
88
- ___
165
+
166
+ ---
167
+
89
168
  ## v0.41.0 (2023-01-14)
90
- * Update to 2022e Base Standard
91
- * Update copyright year
92
- ___
169
+
170
+ - Update to 2022e Base Standard
171
+ - Update copyright year
172
+
173
+ ---
174
+
93
175
  ## v0.40.0 (2022-11-25)
94
- * Update to 2022d Base Standard
95
- ___
176
+
177
+ - Update to 2022d Base Standard
178
+
179
+ ---
180
+
96
181
  ## v0.39.0 (2022-07-29)
97
- * Update to 2022c Base Standard
98
- ___
182
+
183
+ - Update to 2022c Base Standard
184
+
185
+ ---
186
+
99
187
  ## v0.38.1 (2022-04-29)
100
- * Fix Changelog for release 0.38.0
101
- * Not publish on [RubyGems](https://rubygems.org/gems/dcm_dict)
102
- ___
188
+
189
+ - Fix Changelog for release 0.38.0
190
+ - Not publish on [RubyGems](https://rubygems.org/gems/dcm_dict)
191
+
192
+ ---
193
+
103
194
  ## v0.38.0 (2022-04-29)
104
- * Update to 2022b Base Standard
105
- ___
195
+
196
+ - Update to 2022b Base Standard
197
+
198
+ ---
199
+
106
200
  ## v0.37.0 (2022-01-30)
107
- * Update to 2022a Base Standard
108
- ___
201
+
202
+ - Update to 2022a Base Standard
203
+
204
+ ---
205
+
109
206
  ## v0.36.0 (2021-11-23)
110
- * Update to 2021e Base Standard
111
- ___
207
+
208
+ - Update to 2021e Base Standard
209
+
210
+ ---
211
+
112
212
  ## v0.35.0 (2021-09-16)
113
- * Update to 2021d Base Standard
114
- ___
213
+
214
+ - Update to 2021d Base Standard
215
+
216
+ ---
217
+
115
218
  ## v0.34.0 (2021-08-09)
116
- * Update to 2021c Base Standard
117
- ___
219
+
220
+ - Update to 2021c Base Standard
221
+
222
+ ---
223
+
118
224
  ## v0.33.0 (2021-04-13)
119
- * Update to 2021b Base Standard
120
- ___
225
+
226
+ - Update to 2021b Base Standard
227
+
228
+ ---
229
+
121
230
  ## v0.32.0 (2021-02-07)
122
- * Update to 2021a Base Standard
123
- ___
231
+
232
+ - Update to 2021a Base Standard
233
+
234
+ ---
235
+
124
236
  ## v0.31.0 (2020-12-07)
125
- * Update to 2020e Base Standard
126
- ___
237
+
238
+ - Update to 2020e Base Standard
239
+
240
+ ---
241
+
127
242
  ## v0.30.0 (2020-10-03)
128
- * Update to 2020d Base Standard
129
- * Add keywords support for standard UIDs
130
- ___
243
+
244
+ - Update to 2020d Base Standard
245
+ - Add keywords support for standard UIDs
246
+
247
+ ---
248
+
131
249
  ## v0.29.0 (2020-07-21)
132
- * Update to 2020c Base Standard
133
- ___
250
+
251
+ - Update to 2020c Base Standard
252
+
253
+ ---
254
+
134
255
  ## v0.28.1 (2020-03-18)
135
- * Updated dcm_dict.gemspec due to a security vulnerabilities into the Rake gem as defined into gemspec (>=10.3 to >=12.3.3)
256
+
257
+ - Updated dcm_dict.gemspec due to a security vulnerabilities into the Rake gem as defined into gemspec (>=10.3 to >=12.3.3)
258
+
136
259
  #### Note for gemspec security report:
137
- >rake vulnerability found in dcm_dict.gemspec:
138
- >CVE-2020-8130 (moderate severity)
139
- >Vulnerable versions: <= 12.3.2
140
- >Patched version: 12.3.3
141
- >There is an OS command injection vulnerability in Ruby Rake before 12.3.3 in Rake::FileList when supplying a filename that begins with the pipe character |.
260
+
261
+ > rake vulnerability found in dcm_dict.gemspec:
262
+ > CVE-2020-8130 (moderate severity)
263
+ > Vulnerable versions: <= 12.3.2
264
+ > Patched version: 12.3.3
265
+ > There is an OS command injection vulnerability in Ruby Rake before 12.3.3 in Rake::FileList when supplying a filename that begins with the pipe character |.
142
266
  >
143
- >Remediation:
144
- >Upgrade rake to version 12.3.3 or later.
267
+ > Remediation:
268
+ > Upgrade rake to version 12.3.3 or later.
145
269
  >
146
- >["OS Command Injection in Rake"](https://github.com/advisories/GHSA-jppv-gw3r-w3q8)
147
- >["CVE-2020-8130 Detail"](https://nvd.nist.gov/vuln/detail/CVE-2020-8130)
148
- ___
270
+ > ["OS Command Injection in Rake"](https://github.com/advisories/GHSA-jppv-gw3r-w3q8)
271
+ > ["CVE-2020-8130 Detail"](https://nvd.nist.gov/vuln/detail/CVE-2020-8130)
272
+
273
+ ---
274
+
149
275
  ## v0.28.0 (2020-03-18)
150
- * Update to 2020b Base Standard
151
- * Remove warning for deprecated method 'Kernel#open'
152
- ___
276
+
277
+ - Update to 2020b Base Standard
278
+ - Remove warning for deprecated method 'Kernel#open'
279
+
280
+ ---
281
+
153
282
  ## v0.27.0 (2020-02-05)
154
- * Update to 2020a Base Standard
155
- ___
283
+
284
+ - Update to 2020a Base Standard
285
+
286
+ ---
287
+
156
288
  ## v0.26.2 (2020-02-05)
157
- * Update copyright year
158
- ___
289
+
290
+ - Update copyright year
291
+
292
+ ---
293
+
159
294
  ## v0.26.1 (2020-01-03)
160
- * Fix test to be compatible with ruby 2.7
161
- * (No Dictionary Change from 2019e)
162
- ___
295
+
296
+ - Fix test to be compatible with ruby 2.7
297
+ - (No Dictionary Change from 2019e)
298
+
299
+ ---
300
+
163
301
  ## v0.26.0 (2019-11-20)
164
- * Update to 2019e Base Standard
165
- ___
302
+
303
+ - Update to 2019e Base Standard
304
+
305
+ ---
306
+
166
307
  ## v0.25.0 (2019-10-04)
167
- * Update to 2019d Base Standard
168
- ___
308
+
309
+ - Update to 2019d Base Standard
310
+
311
+ ---
312
+
169
313
  ## v0.24.0 (2019-06-19)
170
- * Update to 2019c Base Standard
171
- * (No Dictionary Change from 2019b)
172
- ___
314
+
315
+ - Update to 2019c Base Standard
316
+ - (No Dictionary Change from 2019b)
317
+
318
+ ---
319
+
173
320
  ## v0.23.0 (2019-05-18)
174
- * Update to 2019b Base Standard
175
- * Update source url for xml data
176
- ___
321
+
322
+ - Update to 2019b Base Standard
323
+ - Update source url for xml data
324
+
325
+ ---
326
+
177
327
  ## v0.22.0 (2019-02-15)
178
- * Update to 2019a Base Standard
179
- * Update copyright year
180
- ___
328
+
329
+ - Update to 2019a Base Standard
330
+ - Update copyright year
331
+
332
+ ---
333
+
181
334
  ## v0.21.1 (2018-12-07)
182
- * Update gemspec (fix CHANGELOG.md file reference)
183
- ___
335
+
336
+ - Update gemspec (fix CHANGELOG.md file reference)
337
+
338
+ ---
339
+
184
340
  ## v0.21.0 (2018-12-07)
185
- * Update to 2018e Base Standard
186
- ___
341
+
342
+ - Update to 2018e Base Standard
343
+
344
+ ---
345
+
187
346
  ## v0.20.3 (2018-12-07)
188
- * Migrate Changelog file to markdown format (CHANGELOG.md)
189
- ___
347
+
348
+ - Migrate Changelog file to markdown format (CHANGELOG.md)
349
+
350
+ ---
351
+
190
352
  ## v0.20.2 (2018-10-12)
191
- * Update Changelog
192
- ___
353
+
354
+ - Update Changelog
355
+
356
+ ---
357
+
193
358
  ## v0.20.1 (2018-10-12)
194
- * Updated dcm_dict.gemspec for Nokogiri gem due to a security vulnerabilities into libxml2 library (ref 1.8.5).
359
+
360
+ - Updated dcm_dict.gemspec for Nokogiri gem due to a security vulnerabilities into libxml2 library (ref 1.8.5).
361
+
195
362
  #### Note:
196
- * [Rubysec advisories (cve #2018-14404 - 2018-10-04)](https://rubysec.com/advisories/nokogiri-CVE-2018-14404)
197
- * [Ruby Weekly Issue (#420 - 2018-10-11)](https://rubyweekly.com/issues/420)
198
- ___
363
+
364
+ - [Rubysec advisories (cve #2018-14404 - 2018-10-04)](https://rubysec.com/advisories/nokogiri-CVE-2018-14404)
365
+ - [Ruby Weekly Issue (#420 - 2018-10-11)](https://rubyweekly.com/issues/420)
366
+
367
+ ---
368
+
199
369
  ## v0.20.0 (2018-10-01)
200
- * Update to 2018d Base Standard
201
- ___
370
+
371
+ - Update to 2018d Base Standard
372
+
373
+ ---
374
+
202
375
  ## v0.19.0 (2018-07-16)
203
- * Update to 2018c Base Standard
204
- ___
376
+
377
+ - Update to 2018c Base Standard
378
+
379
+ ---
380
+
205
381
  ## v0.18.1 (2018-06-05)
206
- * Updated dcm_dict.gemspec due to a security vulnerabilities into the Nokogiri gem as defined into gemspec (v1.6 to v1.8)
382
+
383
+ - Updated dcm_dict.gemspec due to a security vulnerabilities into the Nokogiri gem as defined into gemspec (v1.6 to v1.8)
384
+
207
385
  #### Note for gemspec security report:
208
- >Security vulnerability detected in GemSpec:
209
- >Found a potential security vulnerability in one dependencies (sparklemotion/nokogiri).*
210
- >A dependency defined in dcm_dict.gemspec has known security vulnerabilities and should be updated.*
211
- >Known vulnerability found 'CVE-2017-9050' (Critical severity)*
386
+
387
+ > Security vulnerability detected in GemSpec:
388
+ > Found a potential security vulnerability in one dependencies (sparklemotion/nokogiri).*
389
+ > A dependency defined in dcm_dict.gemspec has known security vulnerabilities and should be updated.*
390
+ > Known vulnerability found 'CVE-2017-9050' (Critical severity)*
212
391
  >
213
- >["libxml2 20904-GITv2.9.4-16-g0741801 is vulnerable to a heap-based buffer over-read in the xmlDictAddString function in dict.c..."](https://www.cvedetails.com/cve/CVE-2017-9050/)
392
+ > ["libxml2 20904-GITv2.9.4-16-g0741801 is vulnerable to a heap-based buffer over-read in the xmlDictAddString function in dict.c..."](https://www.cvedetails.com/cve/CVE-2017-9050/)
214
393
  >
215
- >dcm_dict.gemspec update suggested: nokogiri ~> 1.8.1*
216
- ___
394
+ > dcm_dict.gemspec update suggested: nokogiri ~> 1.8.1*
395
+
396
+ ---
397
+
217
398
  ## v0.18.0 (2018-04-13)
218
- * Update to 2018b Base Standard
219
- ___
399
+
400
+ - Update to 2018b Base Standard
401
+
402
+ ---
403
+
220
404
  ## v0.17.1 (2018-03-07)
221
- * Update DICOM reference into 'README'
222
- * Update dcm_dict.gemspec
223
- ___
405
+
406
+ - Update DICOM reference into 'README'
407
+ - Update dcm_dict.gemspec
408
+
409
+ ---
410
+
224
411
  ## v0.17.0 (2018-02-23)
225
- * Update to 2018a Base Standard
226
- ___
412
+
413
+ - Update to 2018a Base Standard
414
+
415
+ ---
416
+
227
417
  ## v0.16.0 (2017-12-13)
228
- * Update to 2017e Base Standard
229
- ___
418
+
419
+ - Update to 2017e Base Standard
420
+
421
+ ---
422
+
230
423
  ## v0.15.0 (2017-09-27)
231
- * Update to 2017d Base Standard
232
- ___
424
+
425
+ - Update to 2017d Base Standard
426
+
427
+ ---
428
+
233
429
  ## v0.14.0 (2017-06-08)
234
- * Update to 2017c Base Standard
235
- ___
430
+
431
+ - Update to 2017c Base Standard
432
+
433
+ ---
434
+
236
435
  ## v0.13.0 (2017-05-15)
237
- * Update to 2017b Base Standard
238
- ___
436
+
437
+ - Update to 2017b Base Standard
438
+
439
+ ---
440
+
239
441
  ## v0.12.1 (2017-03-14)
240
- * Update Changelog file
241
- ___
442
+
443
+ - Update Changelog file
444
+
445
+ ---
446
+
242
447
  ## v0.12.0 (2017-03-14)
243
- * Update to 2017a Base Standard
244
- ___
448
+
449
+ - Update to 2017a Base Standard
450
+
451
+ ---
452
+
245
453
  ## v0.11.0 (2016-11-26)
246
- * Update to 2016e Base Standard
247
- ___
454
+
455
+ - Update to 2016e Base Standard
456
+
457
+ ---
458
+
248
459
  ## v0.10.0 (2016-10-10)
249
- * Update to 2016d Base Standard
250
- * Fix symbol extraction for keyword tag with "RTROI", "DVHROI", "OCTZ", "WADORS", "STOWRS", "CIExy", "RGBLUT", "VOILUT", "CTDIvol", "XAXRF", "CurrentInuA", "TimeInuS", "ExposureInuAs" and "dBdt" values
251
- ___
460
+
461
+ - Update to 2016d Base Standard
462
+ - Fix symbol extraction for keyword tag with "RTROI", "DVHROI", "OCTZ", "WADORS", "STOWRS", "CIExy", "RGBLUT", "VOILUT", "CTDIvol", "XAXRF", "CurrentInuA", "TimeInuS", "ExposureInuAs" and "dBdt" values
463
+
464
+ ---
465
+
252
466
  ## v0.9.0 (2016-06-15)
253
- * Update to 2016c Base Standard
254
- ___
467
+
468
+ - Update to 2016c Base Standard
469
+
470
+ ---
471
+
255
472
  ## v0.8.0 (2016-04-13)
256
- * Update to 2016b Base Standard
257
- ___
473
+
474
+ - Update to 2016b Base Standard
475
+
476
+ ---
477
+
258
478
  ## v0.7.0 (2016-02-24)
259
- * Update to 2016a Base Standard
260
- ___
479
+
480
+ - Update to 2016a Base Standard
481
+
482
+ ---
483
+
261
484
  ## v0.6.1 (2015-07-06)
262
- * Update Changelog file
263
- ___
485
+
486
+ - Update Changelog file
487
+
488
+ ---
489
+
264
490
  ## v0.6.0 (2015-07-06)
265
- * Update to 2015c Base Standard
266
- ___
491
+
492
+ - Update to 2015c Base Standard
493
+
494
+ ---
495
+
267
496
  ## v0.5.0 (2015-04-24)
268
- * Update to 2015b Base Standard
269
- ___
497
+
498
+ - Update to 2015b Base Standard
499
+
500
+ ---
501
+
270
502
  ## v0.4.0 (2015-02-09)
271
- * Update to 2015a Base Standard
272
- ___
503
+
504
+ - Update to 2015a Base Standard
505
+
506
+ ---
507
+
273
508
  ## v0.3.0 (2014-12-01)
274
- * Update to 2014c Base Standard
275
- ___
509
+
510
+ - Update to 2014c Base Standard
511
+
512
+ ---
513
+
276
514
  ## v0.2.0 (2014-09-22)
277
- * Update to 2014b Base Standard
278
- ___
515
+
516
+ - Update to 2014b Base Standard
517
+
518
+ ---
519
+
279
520
  ## v0.1.1 (2014-08-16)
280
- * Update README file to fix some issues on files generated by rubydoc.info
281
- ___
521
+
522
+ - Update README file to fix some issues on files generated by rubydoc.info
523
+
524
+ ---
525
+
282
526
  ## v0.1.0 (2014-08-16)
283
- * Initial version
284
- ___
527
+
528
+ - Initial version
529
+
530
+ ---
data/README.md CHANGED
@@ -1,21 +1,24 @@
1
+ # What's _DcmDict_
1
2
 
2
- # What's *DcmDict*
3
- **DcmDict** is a Ruby gem [(*dcm\_dict*)][12] to handle in a simple way the *Data Dictionary* defined within the DICOM<sup>®</sup> Standard <sup id='fn-dcm-trademark'>[1]</sup> such as DICOM Data Elements or DICOM Unique Identifiers.
3
+ **DcmDict** is a Ruby gem [(_dcm\_dict_)][12] to handle in a simple way the _Data Dictionary_ defined within the DICOM<sup>®</sup> Standard <sup id='fn-dcm-trademark'>[1]</sup> such as DICOM Data Elements or DICOM Unique Identifiers.
4
4
 
5
- # Why *DcmDict*
6
- With the new releases from year 2014 DICOM documents are available in different format including one particularly interesting, the *DocBook* XML version.
5
+ # Why _DcmDict_
6
+
7
+ With the new releases from year 2014 DICOM documents are available in different format including one particularly interesting, the _DocBook_ XML version.
7
8
 
8
9
  As confirmed in the DICOM<sup>®</sup> Standard [web site][10] where each part is published in [multiple formats][11] and XML format is defined by:
9
- >"... XML – good for machine readability, e.g. self-updating validators ..."
10
+
11
+ > "... XML – good for machine readability, e.g. self-updating validators ..."
10
12
 
11
13
  This is great news for anyone involved in the study of the standard !
12
14
 
13
15
  Starting from this thing was born the idea of trying to automate the extraction of data from XML documents to make available the information in a simple way that simplifies the study of the DICOM standard, in the hope this idea will be useful and inspiration.
14
16
 
15
- # *DcmDict* features
16
- The library involve *String*, *Array* and *Symbol* class as *refinements* to access to DICOM information.
17
+ # _DcmDict_ features
17
18
 
18
- In this way is possible to *play* with the 'Patient's Birth Date' tag defined as (0010,0030) by:
19
+ The library involve _String_, _Array_ and _Symbol_ class as _refinements_ to access to DICOM information.
20
+
21
+ In this way is possible to _play_ with the 'Patient's Birth Date' tag defined as (0010,0030) by:
19
22
 
20
23
  ```ruby
21
24
  > "(0010,0030)".tag_name
@@ -60,25 +63,30 @@ as well for UIDs
60
63
  let see all features in detail:
61
64
 
62
65
  ## Library usage
63
- The library involve **Ruby Refinements** so use it is simple, it is necessary to include the specific *using directive*:
66
+
67
+ The library involve **Ruby Refinements** so use it is simple, it is necessary to include the specific _using directive_:
64
68
 
65
69
  ```ruby
66
70
  using DcmDict::Refine::StringRefine
67
71
  ```
72
+
68
73
  for the String object,
74
+
69
75
  ```ruby
70
76
  using DcmDict::Refine::ArrayRefine
71
77
  ```
78
+
72
79
  for the Array object and
73
80
 
74
81
  ```ruby
75
82
  using DcmDict::Refine::SymbolRefine
76
83
  ```
84
+
77
85
  for the Symbol object.
78
86
 
79
87
  That's it.
80
88
 
81
- **Note**: It is possible to use also the the *monkey patching* way, this is a *deprecated* utilization but possible, and, may be, useful technique in certain contexts or for some particular test. For the *monkey patching* is possible to include some specific *common modules* in the class you want to use as "keyword": there are two base modules *DcmDict::Refine::DataElementRefine* and *DcmDict::Refine::UidRefine*.
89
+ **Note**: It is possible to use also the the _monkey patching_ way, this is a _deprecated_ utilization but possible, and, may be, useful technique in certain contexts or for some particular test. For the _monkey patching_ is possible to include some specific _common modules_ in the class you want to use as "keyword": there are two base modules _DcmDict::Refine::DataElementRefine_ and _DcmDict::Refine::UidRefine_.
82
90
 
83
91
  For example in the String class will have the code:
84
92
 
@@ -89,20 +97,23 @@ class String
89
97
  end
90
98
  ```
91
99
 
92
- *The main way remains **Ruby Refinements***.
100
+ _The main way remains **Ruby Refinements**_.
93
101
 
94
102
  ### Rubies compatibility
103
+
95
104
  **MRI Ruby**: from version _**v0.51.0**_ gemspec are changed: the minimum required version is _**3.0**_ in order to manage the refinements changes that occurred in version _**3.2**_:
105
+
96
106
  - The include/extend in refinements never worked (ref [Bug #17429][13])
97
107
  - import_methods is limited in functionality (ref [class Refinement][14])
98
108
 
99
109
  **Other Rubies**: the other considered rubies is only [Rubinius][4] checked at version _**v2.2.10**_.
100
110
 
101
- **Test Note**: In order to try to ensure a minimum compatibility there is a file under *lib/dcm_dict/rubies/* called *rb_ext.rb* able to *mask*/*simulates* the refinements by [refine gem][5] and add the required *bit_length* method to *Fixnum* class by [backports gem][6].
102
- This sort of extension is not loaded by default but only into *spec files* for the *'rbx' Ruby Engine*. See *spec_helper.rb* and *rb_ext.rb* for details.
111
+ **Test Note**: In order to try to ensure a minimum compatibility there is a file under _lib/dcm_dict/rubies/_ called _rb_ext.rb_ able to _mask_/_simulates_ the refinements by [refine gem][5] and add the required _bit_length_ method to _Fixnum_ class by [backports gem][6].
112
+ This sort of extension is not loaded by default but only into _spec files_ for the _'rbx' Ruby Engine_. See _spec_helper.rb_ and _rb_ext.rb_ for details.
103
113
 
104
114
  ## Data Element data in detail
105
- Any Data Element feature can be accessed from a *String*, *Array* or *Symbol* objects.
115
+
116
+ Any Data Element feature can be accessed from a _String_, _Array_ or _Symbol_ objects.
106
117
 
107
118
  For these objects is possible to access to Tag (group/element), Name, Keyword, Value Representation (VR) and Value Multiplicity (VM) for any single Data Element.
108
119
 
@@ -110,7 +121,7 @@ The main methods supported are:
110
121
 
111
122
  | Method | Note | Type | |
112
123
  | :---------------- | :-------------------------------: | :-----------------: | :--------------------------------: |
113
- | **tag** | tag as Array | Array of two Fixnum | (alias of *tag_ary*) |
124
+ | **tag** | tag as Array | Array of two Fixnum | (alias of _tag_ary_) |
114
125
  | **tag_name** | name of tag | String | |
115
126
  | **tag_keyword** | keyword | String | |
116
127
  | **tag_key** | keyword | String | |
@@ -137,7 +148,7 @@ each data element is indexed by these fields:
137
148
  | **tag_name** | String |
138
149
 
139
150
  By these fields is possible to access to data element informations.
140
- Consider the case of the tag (0010,1005) (*Patient's Birth Name*), the primary fields are:
151
+ Consider the case of the tag (0010,1005) (_Patient's Birth Name_), the primary fields are:
141
152
  **'(0010,1005)'**, **"Patient's Birth Name"**, **'PatientBirthName'**, **:patient_birth_name**, **'00101005'** and **[0x0010,0x1005]**
142
153
 
143
154
  - As String key you may use the standard tag format **'(0010,1005)'**, the tag name **'Patient's Birth Name'**, the tag keyword **'PatientBirthName'** or the Native DICOM Format tag **'00101005'**
@@ -145,6 +156,7 @@ Consider the case of the tag (0010,1005) (*Patient's Birth Name*), the primary f
145
156
  - As Symbol key you may use **:patient_birth_name**
146
157
 
147
158
  ### example:
159
+
148
160
  Consider the previous case of tag (0010,1005), the code:
149
161
 
150
162
  ```ruby
@@ -165,7 +177,6 @@ puts :patient_birth_name.tag_element.inspect
165
177
 
166
178
  will produce
167
179
 
168
-
169
180
  ```ruby
170
181
  "(0010,1005)"
171
182
  "Patient's Birth Name"
@@ -183,7 +194,8 @@ will produce
183
194
  ```
184
195
 
185
196
  ### Multiple Tag
186
- The library also manage 'multiple tags' such as *(0020,31XX)* (*Source Image IDs*).
197
+
198
+ The library also manage 'multiple tags' such as _(0020,31XX)_ (_Source Image IDs_).
187
199
  As an example for this data element the default tag in array form is [0x0020,0x3122] and all fields are expressed as:
188
200
 
189
201
  | Method/field | Value |
@@ -202,7 +214,7 @@ As an example for this data element the default tag in array form is [0x0020,0x3
202
214
  | **tag_note** | 'RET' |
203
215
  | **tag_multiple?** | true |
204
216
 
205
- [0x0020,0x3122] is the default value for group/element pair (*[32, 12578]*), but any valid pair of numbers for this tag will be refers that information:
217
+ [0x0020,0x3122] is the default value for group/element pair (_[32, 12578]_), but any valid pair of numbers for this tag will be refers that information:
206
218
 
207
219
  ```ruby
208
220
  > '(0020,31XX)'.tag_name
@@ -226,15 +238,17 @@ As an example for this data element the default tag in array form is [0x0020,0x3
226
238
  and so on.
227
239
 
228
240
  ## UID data in detail
229
- Any UID features can be accessed from a *String* or a *Symbol* object.
241
+
242
+ Any UID features can be accessed from a _String_ or a _Symbol_ object.
230
243
 
231
244
  ### UID Values
245
+
232
246
  For these objects is possible to access to value, name and type values for any single uid.
233
247
  Main methods supported are:
234
248
 
235
249
  | Method | Note | Type | |
236
250
  | :------------ | :----------------------: | :----: | :--------------------: |
237
- | **uid** | value of uid | String | (alias of *uid_value*) |
251
+ | **uid** | value of uid | String | (alias of _uid_value_) |
238
252
  | **uid_value** | value of uid | String | |
239
253
  | **uid_name** | name of uid | String | |
240
254
  | **uid_key** | keyword of uid | String | |
@@ -251,7 +265,8 @@ each uid is indexed by:
251
265
  | **uid_sym** | Symbol |
252
266
 
253
267
  From these fields is possible to access to all uid informations.
254
- Consider the case of the uid *1.2.840.10008.1.1* (*Verification SOP Class*), the primary fields are the strings **'1.2.840.10008.1.1'**, **"Verification SOP Class"**, **"Verification"**.
268
+ Consider the case of the uid _1.2.840.10008.1.1_ (_Verification SOP Class_), the primary fields are the strings **'1.2.840.10008.1.1'**, **"Verification SOP Class"**, **"Verification"**.
269
+
255
270
  - As key you may use the standard value **'1.2.840.10008.1.1'**, the uid name **"Verification SOP Class"**, the uid keyword **"Verification"** and the symbol **:verification**
256
271
 
257
272
  For this uid all fields are expressed as:
@@ -283,29 +298,32 @@ For this uid all fields are expressed as:
283
298
  ```
284
299
 
285
300
  ## How data is extracted
286
- The library also contains a script (*dcm_dict_converter.rb* in the *bin* folder) able to download the xml documents and extracts the source data in a *Ruby compatible format*.
287
- The script produces the conversion in the *stdout* so for example is possible to extract the Tag Values by:
301
+
302
+ The library also contains a script (_dcm_dict_converter.rb_ in the _bin_ folder) able to download the xml documents and extracts the source data in a _Ruby compatible format_.
303
+ The script produces the conversion in the _stdout_ so for example is possible to extract the Tag Values by:
288
304
 
289
305
  ```ruby
290
306
  dcm_dict_converter.rb tag > /tmp/tag-dict.rb
291
307
  ```
292
308
 
293
- Note: the script use the [Nokogiri][3] as XML parser if installed as gem, otherwise the standard *REXML*.
309
+ Note: the script use the [Nokogiri][3] as XML parser if installed as gem, otherwise the standard _REXML_.
294
310
 
295
311
  Check the file for other details.
296
312
 
297
313
  ## Note
298
- Current library version is aligned to *DICOM Base Standard* **2025b**
314
+
315
+ Current library version is aligned to _DICOM Base Standard_ **2025c**
299
316
 
300
317
  ## Install
301
318
 
302
319
  $ gem install dcm_dict
303
320
 
304
- *Note for Windows users*: may be that it is installed a previous version of Ruby 2.1, if [RubyInstaller][7] does not provide the official release for the supported version it's still possible to make it manually by clone/download the ['git' version of RubyInstaller][8] and execute the rake command ```rake ruby21``` or equivalent (see RubyInstaller doc for details).
321
+ _Note for Windows users_: may be that it is installed a previous version of Ruby 2.1, if [RubyInstaller][7] does not provide the official release for the supported version it's still possible to make it manually by clone/download the ['git' version of RubyInstaller][8] and execute the rake command `rake ruby21` or equivalent (see RubyInstaller doc for details).
305
322
 
306
323
  ## What's next
307
- The main idea is that *dictionary* should include only fixed data defined in the DICOM standard to encode and then make it available in easy way.
308
- There are many possible *candidates* for inclusion in the *dictionary*, here are some *"ideas"*:
324
+
325
+ The main idea is that _dictionary_ should include only fixed data defined in the DICOM standard to encode and then make it available in easy way.
326
+ There are many possible _candidates_ for inclusion in the _dictionary_, here are some _"ideas"_:
309
327
 
310
328
  - Directory Record type data
311
329
  - Well-known Frames of Reference UID Values
@@ -315,16 +333,20 @@ There are many possible *candidates* for inclusion in the *dictionary*, here are
315
333
  - ...
316
334
 
317
335
  ## Contributing
336
+
318
337
  TBD
319
338
 
320
339
  ## License
321
- Copyright (C) 2014-2025 Enrico Rivarola.
340
+
341
+ Copyright (C) 2014-2025 Enrico Rivarola.
322
342
  See the `LICENSE` and `COPYING` files for license details.
323
343
 
324
344
  ## Ruby Gem
345
+
325
346
  Ruby gem **dcm\_dict** on [RubyGems][9] at [rubygems.org/gems/dcm_dict](https://rubygems.org/gems/dcm_dict)
326
347
 
327
348
  ## Source Code
349
+
328
350
  Main source code repository on github at [henrythebuilder/dcm_dict](https://github.com/henrythebuilder/dcm_dict)
329
351
 
330
352
  <div class="footnotes">
@@ -338,7 +360,6 @@ Main source code repository on github at [henrythebuilder/dcm_dict](https://gith
338
360
  </div>
339
361
 
340
362
  [1]: #fn1-dcm-trademark
341
-
342
363
  [dcm1]: http://medical.nema.org/dicom/ "DICOM Homepage"
343
364
  [2]: http://www.dclunie.com/dicom-status/status.html "DICOM Standard Status"
344
365
  [3]: http://nokogiri.org/ "Nokogiri"
@@ -3015,6 +3015,7 @@ Only characters from the Default Character Repertoire may be used.'},
3015
3015
  { tag_ps: '(0044,0108)', tag_name: "Referenced Assertion UID", tag_key: 'ReferencedAssertionUID', tag_vr: [:UI], tag_vm: ["1"], tag_str: '(0044,0108)', tag_sym: :referenced_assertion_uid, tag_ndm: '00440108', tag_ary: [0x0044,0x0108], tag_multiple: false, tag_note: ''},
3016
3016
  { tag_ps: '(0044,0109)', tag_name: "Approval Subject Sequence", tag_key: 'ApprovalSubjectSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0044,0109)', tag_sym: :approval_subject_sequence, tag_ndm: '00440109', tag_ary: [0x0044,0x0109], tag_multiple: false, tag_note: ''},
3017
3017
  { tag_ps: '(0044,010A)', tag_name: "Organizational Role Code Sequence", tag_key: 'OrganizationalRoleCodeSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0044,010A)', tag_sym: :organizational_role_code_sequence, tag_ndm: '0044010A', tag_ary: [0x0044,0x010A], tag_multiple: false, tag_note: ''},
3018
+ { tag_ps: '(0044,0110)', tag_name: "RT Assertions Sequence", tag_key: 'RTAssertionsSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0044,0110)', tag_sym: :rt_assertions_sequence, tag_ndm: '00440110', tag_ary: [0x0044,0x0110], tag_multiple: false, tag_note: ''},
3018
3019
  { tag_ps: '(0046,0012)', tag_name: "Lens Description", tag_key: 'LensDescription', tag_vr: [:LO], tag_vm: ["1"], tag_str: '(0046,0012)', tag_sym: :lens_description, tag_ndm: '00460012', tag_ary: [0x0046,0x0012], tag_multiple: false, tag_note: ''},
3019
3020
  { tag_ps: '(0046,0014)', tag_name: "Right Lens Sequence", tag_key: 'RightLensSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0046,0014)', tag_sym: :right_lens_sequence, tag_ndm: '00460014', tag_ary: [0x0046,0x0014], tag_multiple: false, tag_note: ''},
3020
3021
  { tag_ps: '(0046,0015)', tag_name: "Left Lens Sequence", tag_key: 'LeftLensSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0046,0015)', tag_sym: :left_lens_sequence, tag_ndm: '00460015', tag_ary: [0x0046,0x0015], 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.64.0"
26
- DICOM_DOC_VERSION = "2025b"
25
+ VERSION = "0.65.0"
26
+ DICOM_DOC_VERSION = "2025c"
27
27
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dcm_dict
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.64.0
4
+ version: 0.65.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Enrico Rivarola
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-04-24 00:00:00.000000000 Z
10
+ date: 2025-09-08 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: nokogiri
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '1.18'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 1.18.8
21
+ version: 1.18.9
22
22
  type: :development
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '1.18'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 1.18.8
31
+ version: 1.18.9
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: rspec
34
34
  requirement: !ruby/object:Gem::Requirement
@@ -38,7 +38,7 @@ dependencies:
38
38
  version: '3.13'
39
39
  - - ">="
40
40
  - !ruby/object:Gem::Version
41
- version: 3.13.0
41
+ version: 3.13.1
42
42
  type: :development
43
43
  prerelease: false
44
44
  version_requirements: !ruby/object:Gem::Requirement
@@ -48,7 +48,7 @@ dependencies:
48
48
  version: '3.13'
49
49
  - - ">="
50
50
  - !ruby/object:Gem::Version
51
- version: 3.13.0
51
+ version: 3.13.1
52
52
  - !ruby/object:Gem::Dependency
53
53
  name: simplecov
54
54
  requirement: !ruby/object:Gem::Requirement
@@ -75,20 +75,20 @@ dependencies:
75
75
  requirements:
76
76
  - - "~>"
77
77
  - !ruby/object:Gem::Version
78
- version: '13.2'
78
+ version: '13.3'
79
79
  - - ">="
80
80
  - !ruby/object:Gem::Version
81
- version: 13.2.1
81
+ version: 13.3.0
82
82
  type: :development
83
83
  prerelease: false
84
84
  version_requirements: !ruby/object:Gem::Requirement
85
85
  requirements:
86
86
  - - "~>"
87
87
  - !ruby/object:Gem::Version
88
- version: '13.2'
88
+ version: '13.3'
89
89
  - - ">="
90
90
  - !ruby/object:Gem::Version
91
- version: 13.2.1
91
+ version: 13.3.0
92
92
  description: DcmDict is a Ruby gem (dcm_dict) to handle in a simple way the Data Dictionary
93
93
  defined within the DICOM Standard
94
94
  email: henrythebuilder@yahoo.it
@@ -164,7 +164,7 @@ licenses:
164
164
  metadata:
165
165
  bug_tracker_uri: https://github.com/henrythebuilder/dcm_dict/issues
166
166
  changelog_uri: https://github.com/henrythebuilder/dcm_dict/blob/master/CHANGELOG.md
167
- documentation_uri: http://www.rubydoc.info/gems/dcm_dict/0.64.0
167
+ documentation_uri: http://www.rubydoc.info/gems/dcm_dict/0.65.0
168
168
  homepage_uri: http://rubygems.org/gems/dcm_dict
169
169
  source_code_uri: https://github.com/henrythebuilder/dcm_dict
170
170
  rdoc_options: []
@@ -181,7 +181,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
181
181
  - !ruby/object:Gem::Version
182
182
  version: '0'
183
183
  requirements: []
184
- rubygems_version: 3.6.8
184
+ rubygems_version: 3.7.1
185
185
  specification_version: 4
186
186
  summary: A simple way to handle DICOM Data Dictionary
187
187
  test_files: