dcm_dict 0.36.0 → 0.37.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/LICENSE +1 -1
- data/README.md +2 -2
- data/bin/dcm_dict_converter.rb +2 -2
- data/lib/dcm_dict/dictionary/base_dictionary.rb +1 -1
- data/lib/dcm_dict/dictionary/base_record.rb +1 -1
- data/lib/dcm_dict/dictionary/data_element_dictionary.rb +1 -1
- data/lib/dcm_dict/dictionary/data_element_record.rb +1 -1
- data/lib/dcm_dict/dictionary/uid_record.rb +1 -1
- data/lib/dcm_dict/encoder/data_to_code.rb +1 -1
- data/lib/dcm_dict/error/dictionary_error.rb +1 -1
- data/lib/dcm_dict/ext/object_extension.rb +1 -1
- data/lib/dcm_dict/refine/array_refine.rb +1 -1
- data/lib/dcm_dict/refine/data_element_refine.rb +1 -1
- data/lib/dcm_dict/refine/internal/array_refine_internal.rb +1 -1
- data/lib/dcm_dict/refine/internal/hash_refine_internal.rb +1 -1
- data/lib/dcm_dict/refine/internal/string_refine_internal.rb +1 -1
- data/lib/dcm_dict/refine/string_refine.rb +1 -1
- data/lib/dcm_dict/refine/symbol_refine.rb +1 -1
- data/lib/dcm_dict/refine/uid_refine.rb +1 -1
- data/lib/dcm_dict/rubies/rb_ext.rb +1 -1
- data/lib/dcm_dict/source_data/data_elements_data.rb +20 -2
- data/lib/dcm_dict/source_data/detached_data.rb +1 -1
- data/lib/dcm_dict/source_data/uid_values_data.rb +3 -1
- data/lib/dcm_dict/version.rb +3 -3
- data/lib/dcm_dict/xml/constant.rb +1 -1
- data/lib/dcm_dict/xml/field_data.rb +1 -1
- data/lib/dcm_dict/xml/nokogiri_tool.rb +1 -1
- data/lib/dcm_dict/xml/rexml_tool.rb +1 -1
- data/lib/dcm_dict/xml/tag_field_data.rb +1 -1
- data/lib/dcm_dict/xml/uid_field_data.rb +1 -1
- data/lib/dcm_dict/xml/xml_tool.rb +1 -1
- data/lib/dcm_dict.rb +1 -1
- data/spec/data_element_sample_spec_helper.rb +1 -1
- data/spec/data_element_shared_example_spec_helper.rb +1 -1
- data/spec/dcm_dict/dictionary/data_element_dictionary_spec.rb +1 -1
- data/spec/dcm_dict/dictionary/data_element_record_spec.rb +1 -1
- data/spec/dcm_dict/dictionary/uid_record_spec.rb +1 -1
- data/spec/dcm_dict/encoder/data_to_code_spec.rb +1 -1
- data/spec/dcm_dict/ext/object_extension_spec.rb +1 -1
- data/spec/dcm_dict/refine/array_refine_spec.rb +1 -1
- data/spec/dcm_dict/refine/internal/array_refine_internal_spec.rb +1 -1
- data/spec/dcm_dict/refine/internal/hash_refine_internal_spec.rb +1 -1
- data/spec/dcm_dict/refine/internal/string_refine_internal_spec.rb +1 -1
- data/spec/dcm_dict/refine/string_refine_spec.rb +1 -1
- data/spec/dcm_dict/refine/symbol_refine_spec.rb +1 -1
- data/spec/dcm_dict/rubies/rb_ext_spec.rb +1 -1
- data/spec/dcm_dict/source_data/data_elements_data_spec.rb +1 -1
- data/spec/dcm_dict/source_data/detached_data_spec.rb +1 -1
- data/spec/dcm_dict/source_data/uid_values_data_spec.rb +1 -1
- data/spec/dcm_dict/version_spec.rb +1 -1
- data/spec/dcm_dict/xml/tag_field_data_spec.rb +1 -1
- data/spec/dcm_dict/xml/uid_field_data_spec.rb +1 -1
- data/spec/dictionary_shared_example_spec_helper.rb +1 -1
- data/spec/refine_shared_example_spec_helper.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- data/spec/xml_sample_spec_helper.rb +1 -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: 720eef7d82c74e43216877a18b747a93497a311b941c225788946ef86a9ef965
|
4
|
+
data.tar.gz: 2db5b5ff932943d65e221fb038f26b1753211d1b31558c3193be7780f33cd0b6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f41f34fab029c15a51cc6d353efd76882b7b31adc5f1dd3a31cf04cc594dad6989ffacf6a0cc5bef4e75c4efb9282ae004eb460bdab5427cdc184378bef1a9d2
|
7
|
+
data.tar.gz: fba1f1b445f082323013b8a7f2853bf1fe79c76ca15804fd5e368439f879b58b7f89cee57c87859de7a07de7eaf78c3532cfa29858f329c485b497f1024a9062
|
data/CHANGELOG.md
CHANGED
data/LICENSE
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
DcmDict is a Ruby gem (dcm_dict) to handle
|
2
2
|
in a simple way the Data defined within the DICOM Standard.
|
3
3
|
|
4
|
-
Copyright (C) 2014-
|
4
|
+
Copyright (C) 2014-2022 Enrico Rivarola
|
5
5
|
|
6
6
|
DcmDict is free software: you can redistribute it and/or modify
|
7
7
|
it under the terms of the GNU General Public License as published by
|
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* **2022a**
|
291
291
|
|
292
292
|
## Install
|
293
293
|
|
@@ -310,7 +310,7 @@ There are many possible *candidates* for inclusion in the *dictionary*, here are
|
|
310
310
|
TBD
|
311
311
|
|
312
312
|
## License
|
313
|
-
Copyright (C) 2014-
|
313
|
+
Copyright (C) 2014-2022 Enrico Rivarola.
|
314
314
|
See the `LICENSE` and `COPYING` files for license details.
|
315
315
|
|
316
316
|
## Ruby Gem
|
data/bin/dcm_dict_converter.rb
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
#!/usr/bin/env ruby
|
2
2
|
# -*- ruby -*-
|
3
3
|
#
|
4
|
-
# Copyright (C) 2014-
|
4
|
+
# Copyright (C) 2014-2022 Enrico Rivarola
|
5
5
|
#
|
6
6
|
# This file is part of DcmDict gem (dcm_dict).
|
7
7
|
#
|
@@ -29,7 +29,7 @@ require 'dcm_dict'
|
|
29
29
|
require 'dcm_dict/xml/xml_tool'
|
30
30
|
|
31
31
|
LICENSE_TEXT=<<END_LICENSE
|
32
|
-
Copyright (C) 2014-
|
32
|
+
Copyright (C) 2014-2022 Enrico Rivarola
|
33
33
|
|
34
34
|
This file is part of DcmDict gem (dcm_dict).
|
35
35
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# coding: utf-8
|
2
2
|
#
|
3
|
-
# Copyright (C) 2014-
|
3
|
+
# Copyright (C) 2014-2022 Enrico Rivarola
|
4
4
|
#
|
5
5
|
# This file is part of DcmDict gem (dcm_dict).
|
6
6
|
#
|
@@ -952,6 +952,7 @@ HIGH = 0001H'},
|
|
952
952
|
{ tag_ps: '(0018,1200)', tag_name: "Date of Last Calibration", tag_key: 'DateOfLastCalibration', tag_vr: [:DA], tag_vm: ["1-n"], tag_str: '(0018,1200)', tag_sym: :date_of_last_calibration, tag_ndm: '00181200', tag_ary: [0x0018,0x1200], tag_multiple: false, tag_note: ''},
|
953
953
|
{ tag_ps: '(0018,1201)', tag_name: "Time of Last Calibration", tag_key: 'TimeOfLastCalibration', tag_vr: [:TM], tag_vm: ["1-n"], tag_str: '(0018,1201)', tag_sym: :time_of_last_calibration, tag_ndm: '00181201', tag_ary: [0x0018,0x1201], tag_multiple: false, tag_note: ''},
|
954
954
|
{ tag_ps: '(0018,1202)', tag_name: "DateTime of Last Calibration", tag_key: 'DateTimeOfLastCalibration', tag_vr: [:DT], tag_vm: ["1"], tag_str: '(0018,1202)', tag_sym: :date_time_of_last_calibration, tag_ndm: '00181202', tag_ary: [0x0018,0x1202], tag_multiple: false, tag_note: ''},
|
955
|
+
{ tag_ps: '(0018,1203)', tag_name: "Calibration DateTime", tag_key: 'CalibrationDateTime', tag_vr: [:DT], tag_vm: ["1"], tag_str: '(0018,1203)', tag_sym: :calibration_date_time, tag_ndm: '00181203', tag_ary: [0x0018,0x1203], tag_multiple: false, tag_note: ''},
|
955
956
|
{ tag_ps: '(0018,1210)', tag_name: "Convolution Kernel", tag_key: 'ConvolutionKernel', tag_vr: [:SH], tag_vm: ["1-n"], tag_str: '(0018,1210)', tag_sym: :convolution_kernel, tag_ndm: '00181210', tag_ary: [0x0018,0x1210], tag_multiple: false, tag_note: ''},
|
956
957
|
{ tag_ps: '(0018,1240)', tag_name: "Upper/Lower Pixel Values", tag_key: 'UpperLowerPixelValues', tag_vr: [:IS], tag_vm: ["1-n"], tag_str: '(0018,1240)', tag_sym: :upper_lower_pixel_values, tag_ndm: '00181240', tag_ary: [0x0018,0x1240], tag_multiple: false, tag_note: 'RET'},
|
957
958
|
{ tag_ps: '(0018,1242)', tag_name: "Actual Frame Duration", tag_key: 'ActualFrameDuration', tag_vr: [:IS], tag_vm: ["1"], tag_str: '(0018,1242)', tag_sym: :actual_frame_duration, tag_ndm: '00181242', tag_ary: [0x0018,0x1242], tag_multiple: false, tag_note: ''},
|
@@ -2301,6 +2302,7 @@ HIGH = 0001H'},
|
|
2301
2302
|
{ tag_ps: '(0032,1055)', tag_name: "Study Component Status ID", tag_key: 'StudyComponentStatusID', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(0032,1055)', tag_sym: :study_component_status_id, tag_ndm: '00321055', tag_ary: [0x0032,0x1055], tag_multiple: false, tag_note: 'RET (2004)'},
|
2302
2303
|
{ tag_ps: '(0032,1060)', tag_name: "Requested Procedure Description", tag_key: 'RequestedProcedureDescription', tag_vr: [:LO], tag_vm: ["1"], tag_str: '(0032,1060)', tag_sym: :requested_procedure_description, tag_ndm: '00321060', tag_ary: [0x0032,0x1060], tag_multiple: false, tag_note: ''},
|
2303
2304
|
{ tag_ps: '(0032,1064)', tag_name: "Requested Procedure Code Sequence", tag_key: 'RequestedProcedureCodeSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0032,1064)', tag_sym: :requested_procedure_code_sequence, tag_ndm: '00321064', tag_ary: [0x0032,0x1064], tag_multiple: false, tag_note: ''},
|
2305
|
+
{ tag_ps: '(0032,1065)', tag_name: "Requested Laterality Code Sequence", tag_key: 'RequestedLateralityCodeSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0032,1065)', tag_sym: :requested_laterality_code_sequence, tag_ndm: '00321065', tag_ary: [0x0032,0x1065], tag_multiple: false, tag_note: ''},
|
2304
2306
|
{ tag_ps: '(0032,1066)', tag_name: "Reason for Visit", tag_key: 'ReasonForVisit', tag_vr: [:UT], tag_vm: ["1"], tag_str: '(0032,1066)', tag_sym: :reason_for_visit, tag_ndm: '00321066', tag_ary: [0x0032,0x1066], tag_multiple: false, tag_note: ''},
|
2305
2307
|
{ tag_ps: '(0032,1067)', tag_name: "Reason for Visit Code Sequence", tag_key: 'ReasonForVisitCodeSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0032,1067)', tag_sym: :reason_for_visit_code_sequence, tag_ndm: '00321067', tag_ary: [0x0032,0x1067], tag_multiple: false, tag_note: ''},
|
2306
2308
|
{ tag_ps: '(0032,1070)', tag_name: "Requested Contrast Agent", tag_key: 'RequestedContrastAgent', tag_vr: [:LO], tag_vm: ["1"], tag_str: '(0032,1070)', tag_sym: :requested_contrast_agent, tag_ndm: '00321070', tag_ary: [0x0032,0x1070], tag_multiple: false, tag_note: ''},
|
@@ -3979,6 +3981,7 @@ HIGH = 0001H'},
|
|
3979
3981
|
{ tag_ps: '(3008,00B0)', tag_name: "Recorded Wedge Sequence", tag_key: 'RecordedWedgeSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(3008,00B0)', tag_sym: :recorded_wedge_sequence, tag_ndm: '300800B0', tag_ary: [0x3008,0x00B0], tag_multiple: false, tag_note: ''},
|
3980
3982
|
{ tag_ps: '(3008,00C0)', tag_name: "Recorded Compensator Sequence", tag_key: 'RecordedCompensatorSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(3008,00C0)', tag_sym: :recorded_compensator_sequence, tag_ndm: '300800C0', tag_ary: [0x3008,0x00C0], tag_multiple: false, tag_note: ''},
|
3981
3983
|
{ tag_ps: '(3008,00D0)', tag_name: "Recorded Block Sequence", tag_key: 'RecordedBlockSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(3008,00D0)', tag_sym: :recorded_block_sequence, tag_ndm: '300800D0', tag_ary: [0x3008,0x00D0], tag_multiple: false, tag_note: ''},
|
3984
|
+
{ tag_ps: '(3008,00D1)', tag_name: "Recorded Block Slab Sequence", tag_key: 'RecordedBlockSlabSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(3008,00D1)', tag_sym: :recorded_block_slab_sequence, tag_ndm: '300800D1', tag_ary: [0x3008,0x00D1], tag_multiple: false, tag_note: ''},
|
3982
3985
|
{ tag_ps: '(3008,00E0)', tag_name: "Treatment Summary Measured Dose Reference Sequence", tag_key: 'TreatmentSummaryMeasuredDoseReferenceSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(3008,00E0)', tag_sym: :treatment_summary_measured_dose_reference_sequence, tag_ndm: '300800E0', tag_ary: [0x3008,0x00E0], tag_multiple: false, tag_note: ''},
|
3983
3986
|
{ tag_ps: '(3008,00F0)', tag_name: "Recorded Snout Sequence", tag_key: 'RecordedSnoutSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(3008,00F0)', tag_sym: :recorded_snout_sequence, tag_ndm: '300800F0', tag_ary: [0x3008,0x00F0], tag_multiple: false, tag_note: ''},
|
3984
3987
|
{ tag_ps: '(3008,00F2)', tag_name: "Recorded Range Shifter Sequence", tag_key: 'RecordedRangeShifterSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(3008,00F2)', tag_sym: :recorded_range_shifter_sequence, tag_ndm: '300800F2', tag_ary: [0x3008,0x00F2], tag_multiple: false, tag_note: ''},
|
@@ -4025,7 +4028,7 @@ HIGH = 0001H'},
|
|
4025
4028
|
{ tag_ps: '(300A,0007)', tag_name: "RT Plan Time", tag_key: 'RTPlanTime', tag_vr: [:TM], tag_vm: ["1"], tag_str: '(300A,0007)', tag_sym: :rt_plan_time, tag_ndm: '300A0007', tag_ary: [0x300A,0x0007], tag_multiple: false, tag_note: ''},
|
4026
4029
|
{ tag_ps: '(300A,0009)', tag_name: "Treatment Protocols", tag_key: 'TreatmentProtocols', tag_vr: [:LO], tag_vm: ["1-n"], tag_str: '(300A,0009)', tag_sym: :treatment_protocols, tag_ndm: '300A0009', tag_ary: [0x300A,0x0009], tag_multiple: false, tag_note: ''},
|
4027
4030
|
{ tag_ps: '(300A,000A)', tag_name: "Plan Intent", tag_key: 'PlanIntent', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(300A,000A)', tag_sym: :plan_intent, tag_ndm: '300A000A', tag_ary: [0x300A,0x000A], tag_multiple: false, tag_note: ''},
|
4028
|
-
{ tag_ps: '(300A,000B)', tag_name: "Treatment Sites", tag_key: 'TreatmentSites', tag_vr: [:LO], tag_vm: ["1-n"], tag_str: '(300A,000B)', tag_sym: :treatment_sites, tag_ndm: '300A000B', tag_ary: [0x300A,0x000B], tag_multiple: false, tag_note: ''},
|
4031
|
+
{ tag_ps: '(300A,000B)', tag_name: "Treatment Sites", tag_key: 'TreatmentSites', tag_vr: [:LO], tag_vm: ["1-n"], tag_str: '(300A,000B)', tag_sym: :treatment_sites, tag_ndm: '300A000B', tag_ary: [0x300A,0x000B], tag_multiple: false, tag_note: 'RET (2021e)'},
|
4029
4032
|
{ tag_ps: '(300A,000C)', tag_name: "RT Plan Geometry", tag_key: 'RTPlanGeometry', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(300A,000C)', tag_sym: :rt_plan_geometry, tag_ndm: '300A000C', tag_ary: [0x300A,0x000C], tag_multiple: false, tag_note: ''},
|
4030
4033
|
{ tag_ps: '(300A,000E)', tag_name: "Prescription Description", tag_key: 'PrescriptionDescription', tag_vr: [:ST], tag_vm: ["1"], tag_str: '(300A,000E)', tag_sym: :prescription_description, tag_ndm: '300A000E', tag_ary: [0x300A,0x000E], tag_multiple: false, tag_note: ''},
|
4031
4034
|
{ tag_ps: '(300A,0010)', tag_name: "Dose Reference Sequence", tag_key: 'DoseReferenceSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(300A,0010)', tag_sym: :dose_reference_sequence, tag_ndm: '300A0010', tag_ary: [0x300A,0x0010], tag_multiple: false, tag_note: ''},
|
@@ -4662,6 +4665,21 @@ HIGH = 0001H'},
|
|
4662
4665
|
{ tag_ps: '(300C,0111)', tag_name: "Omitted Beam Task Sequence", tag_key: 'OmittedBeamTaskSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(300C,0111)', tag_sym: :omitted_beam_task_sequence, tag_ndm: '300C0111', tag_ary: [0x300C,0x0111], tag_multiple: false, tag_note: ''},
|
4663
4666
|
{ tag_ps: '(300C,0112)', tag_name: "Reason for Omission", tag_key: 'ReasonForOmission', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(300C,0112)', tag_sym: :reason_for_omission, tag_ndm: '300C0112', tag_ary: [0x300C,0x0112], tag_multiple: false, tag_note: ''},
|
4664
4667
|
{ tag_ps: '(300C,0113)', tag_name: "Reason for Omission Description", tag_key: 'ReasonForOmissionDescription', tag_vr: [:LO], tag_vm: ["1"], tag_str: '(300C,0113)', tag_sym: :reason_for_omission_description, tag_ndm: '300C0113', tag_ary: [0x300C,0x0113], tag_multiple: false, tag_note: ''},
|
4668
|
+
{ tag_ps: '(300C,0114)', tag_name: "Prescription Overview Sequence", tag_key: 'PrescriptionOverviewSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(300C,0114)', tag_sym: :prescription_overview_sequence, tag_ndm: '300C0114', tag_ary: [0x300C,0x0114], tag_multiple: false, tag_note: ''},
|
4669
|
+
{ tag_ps: '(300C,0115)', tag_name: "Total Prescription Dose", tag_key: 'TotalPrescriptionDose', tag_vr: [:FL], tag_vm: ["1"], tag_str: '(300C,0115)', tag_sym: :total_prescription_dose, tag_ndm: '300C0115', tag_ary: [0x300C,0x0115], tag_multiple: false, tag_note: ''},
|
4670
|
+
{ tag_ps: '(300C,0116)', tag_name: "Plan Overview Sequence", tag_key: 'PlanOverviewSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(300C,0116)', tag_sym: :plan_overview_sequence, tag_ndm: '300C0116', tag_ary: [0x300C,0x0116], tag_multiple: false, tag_note: ''},
|
4671
|
+
{ tag_ps: '(300C,0117)', tag_name: "Plan Overview Index", tag_key: 'PlanOverviewIndex', tag_vr: [:US], tag_vm: ["1"], tag_str: '(300C,0117)', tag_sym: :plan_overview_index, tag_ndm: '300C0117', tag_ary: [0x300C,0x0117], tag_multiple: false, tag_note: ''},
|
4672
|
+
{ tag_ps: '(300C,0118)', tag_name: "Referenced Plan Overview Index", tag_key: 'ReferencedPlanOverviewIndex', tag_vr: [:US], tag_vm: ["1"], tag_str: '(300C,0118)', tag_sym: :referenced_plan_overview_index, tag_ndm: '300C0118', tag_ary: [0x300C,0x0118], tag_multiple: false, tag_note: ''},
|
4673
|
+
{ tag_ps: '(300C,0119)', tag_name: "Number of Fractions Included", tag_key: 'NumberOfFractionsIncluded', tag_vr: [:US], tag_vm: ["1"], tag_str: '(300C,0119)', tag_sym: :number_of_fractions_included, tag_ndm: '300C0119', tag_ary: [0x300C,0x0119], tag_multiple: false, tag_note: ''},
|
4674
|
+
{ tag_ps: '(300C,0120)', tag_name: "Dose Calibration Conditions Sequence", tag_key: 'DoseCalibrationConditionsSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(300C,0120)', tag_sym: :dose_calibration_conditions_sequence, tag_ndm: '300C0120', tag_ary: [0x300C,0x0120], tag_multiple: false, tag_note: ''},
|
4675
|
+
{ tag_ps: '(300C,0121)', tag_name: "Absorbed Dose to Meterset Ratio", tag_key: 'AbsorbedDoseToMetersetRatio', tag_vr: [:FD], tag_vm: ["1"], tag_str: '(300C,0121)', tag_sym: :absorbed_dose_to_meterset_ratio, tag_ndm: '300C0121', tag_ary: [0x300C,0x0121], tag_multiple: false, tag_note: ''},
|
4676
|
+
{ tag_ps: '(300C,0122)', tag_name: "Delineated Radiation Field Size", tag_key: 'DelineatedRadiationFieldSize', tag_vr: [:FD], tag_vm: ["2"], tag_str: '(300C,0122)', tag_sym: :delineated_radiation_field_size, tag_ndm: '300C0122', tag_ary: [0x300C,0x0122], tag_multiple: false, tag_note: ''},
|
4677
|
+
{ tag_ps: '(300C,0123)', tag_name: "Dose Calibration Conditions Verified Flag", tag_key: 'DoseCalibrationConditionsVerifiedFlag', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(300C,0123)', tag_sym: :dose_calibration_conditions_verified_flag, tag_ndm: '300C0123', tag_ary: [0x300C,0x0123], tag_multiple: false, tag_note: ''},
|
4678
|
+
{ tag_ps: '(300C,0124)', tag_name: "Calibration Reference Point Depth", tag_key: 'CalibrationReferencePointDepth', tag_vr: [:FD], tag_vm: ["1"], tag_str: '(300C,0124)', tag_sym: :calibration_reference_point_depth, tag_ndm: '300C0124', tag_ary: [0x300C,0x0124], tag_multiple: false, tag_note: ''},
|
4679
|
+
{ tag_ps: '(300C,0125)', tag_name: "Gating Beam Hold Transition Sequence", tag_key: 'GatingBeamHoldTransitionSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(300C,0125)', tag_sym: :gating_beam_hold_transition_sequence, tag_ndm: '300C0125', tag_ary: [0x300C,0x0125], tag_multiple: false, tag_note: ''},
|
4680
|
+
{ tag_ps: '(300C,0126)', tag_name: "Beam Hold Transition", tag_key: 'BeamHoldTransition', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(300C,0126)', tag_sym: :beam_hold_transition, tag_ndm: '300C0126', tag_ary: [0x300C,0x0126], tag_multiple: false, tag_note: ''},
|
4681
|
+
{ tag_ps: '(300C,0127)', tag_name: "Beam Hold Transition DateTime", tag_key: 'BeamHoldTransitionDateTime', tag_vr: [:DT], tag_vm: ["1"], tag_str: '(300C,0127)', tag_sym: :beam_hold_transition_date_time, tag_ndm: '300C0127', tag_ary: [0x300C,0x0127], tag_multiple: false, tag_note: ''},
|
4682
|
+
{ tag_ps: '(300C,0128)', tag_name: "Beam Hold Originating Device Sequence", tag_key: 'BeamHoldOriginatingDeviceSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(300C,0128)', tag_sym: :beam_hold_originating_device_sequence, tag_ndm: '300C0128', tag_ary: [0x300C,0x0128], tag_multiple: false, tag_note: ''},
|
4665
4683
|
{ tag_ps: '(300E,0002)', tag_name: "Approval Status", tag_key: 'ApprovalStatus', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(300E,0002)', tag_sym: :approval_status, tag_ndm: '300E0002', tag_ary: [0x300E,0x0002], tag_multiple: false, tag_note: ''},
|
4666
4684
|
{ tag_ps: '(300E,0004)', tag_name: "Review Date", tag_key: 'ReviewDate', tag_vr: [:DA], tag_vm: ["1"], tag_str: '(300E,0004)', tag_sym: :review_date, tag_ndm: '300E0004', tag_ary: [0x300E,0x0004], tag_multiple: false, tag_note: ''},
|
4667
4685
|
{ tag_ps: '(300E,0005)', tag_name: "Review Time", tag_key: 'ReviewTime', tag_vr: [:TM], tag_vm: ["1"], tag_str: '(300E,0005)', tag_sym: :review_time, tag_ndm: '300E0005', tag_ary: [0x300E,0x0005], tag_multiple: false, tag_note: ''},
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# coding: utf-8
|
2
2
|
#
|
3
|
-
# Copyright (C) 2014-
|
3
|
+
# Copyright (C) 2014-2022 Enrico Rivarola
|
4
4
|
#
|
5
5
|
# This file is part of DcmDict gem (dcm_dict).
|
6
6
|
#
|
@@ -105,6 +105,8 @@ module DcmDict
|
|
105
105
|
{ uid_value: '1.2.840.10008.2.16.14', uid_name: 'Radiomics Ontology', uid_key: 'RO', uid_sym: :ro, uid_type: :coding_scheme},
|
106
106
|
{ uid_value: '1.2.840.10008.2.16.15', uid_name: 'RadElement', uid_key: 'RADELEMENT', uid_sym: :radelement, uid_type: :coding_scheme},
|
107
107
|
{ uid_value: '1.2.840.10008.2.16.16', uid_name: 'ICD-11', uid_key: 'I11', uid_sym: :i11, uid_type: :coding_scheme},
|
108
|
+
{ uid_value: '1.2.840.10008.2.16.17', uid_name: 'Unified numbering system (UNS) for metals and alloys', uid_key: 'UNS', uid_sym: :uns, uid_type: :coding_scheme},
|
109
|
+
{ uid_value: '1.2.840.10008.2.16.18', uid_name: 'Research Resource Identification', uid_key: 'RRID', uid_sym: :rrid, uid_type: :coding_scheme},
|
108
110
|
{ uid_value: '1.2.840.10008.3.1.1.1', uid_name: 'DICOM Application Context Name', uid_key: 'DICOMApplicationContext', uid_sym: :dicom_application_context, uid_type: :application_context_name},
|
109
111
|
{ uid_value: '1.2.840.10008.3.1.2.1.1', uid_name: 'Detached Patient Management SOP Class (Retired)', uid_key: 'DetachedPatientManagement', uid_sym: :detached_patient_management, uid_type: :sop_class},
|
110
112
|
{ uid_value: '1.2.840.10008.3.1.2.1.4', uid_name: 'Detached Patient Management Meta SOP Class (Retired)', uid_key: 'DetachedPatientManagementMeta', uid_sym: :detached_patient_management_meta, uid_type: :meta_sop_class},
|
data/lib/dcm_dict/version.rb
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
#
|
2
|
-
# Copyright (C) 2014-
|
2
|
+
# Copyright (C) 2014-2022 Enrico Rivarola
|
3
3
|
#
|
4
4
|
# This file is part of DcmDict gem (dcm_dict).
|
5
5
|
#
|
@@ -22,6 +22,6 @@
|
|
22
22
|
# applicable local, state, national or international regulations.
|
23
23
|
#
|
24
24
|
module DcmDict
|
25
|
-
VERSION = "0.
|
26
|
-
DICOM_DOC_VERSION = "
|
25
|
+
VERSION = "0.37.0"
|
26
|
+
DICOM_DOC_VERSION = "2022a"
|
27
27
|
end
|
data/lib/dcm_dict.rb
CHANGED
data/spec/spec_helper.rb
CHANGED
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.
|
4
|
+
version: 0.37.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:
|
11
|
+
date: 2022-01-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: nokogiri
|
@@ -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.md
|
168
|
-
documentation_uri: http://www.rubydoc.info/gems/dcm_dict/0.
|
168
|
+
documentation_uri: http://www.rubydoc.info/gems/dcm_dict/0.37.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:
|
@@ -183,7 +183,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
183
183
|
- !ruby/object:Gem::Version
|
184
184
|
version: '0'
|
185
185
|
requirements: []
|
186
|
-
rubygems_version: 3.
|
186
|
+
rubygems_version: 3.3.6
|
187
187
|
signing_key:
|
188
188
|
specification_version: 4
|
189
189
|
summary: A simple way to handle DICOM Data Dictionary
|