dcm_dict 0.28.1 → 0.29.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 +51 -0
- data/lib/dcm_dict/source_data/uid_values_data.rb +23 -12
- data/lib/dcm_dict/version.rb +2 -2
- data/spec/dcm_dict/dictionary/uid_dictionary_spec.rb +5 -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: 4cbf890306b56d444f945fc9adcf0a8ed8ec5bdd189ae222b579243955bbff92
|
4
|
+
data.tar.gz: 7ca4287cc1a80f7b5d7003786a2d334c21676f5130eb43d19451460a317c23e9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9e35ea243383246b5230dc27e5636b36cde29169df5484f58c7bc2f9329488fd9a811216550867733f04f2497d7a278df1d595bf145bf2764df69de6a98942e7
|
7
|
+
data.tar.gz: d71f8c0310a353e59a4ce5ee26471b7c29a77b04dc975bf14e40c9ad319cd7878507115a80be15ecfe8defc63b2567cfd934e7a6a9ef13eab76a8e632c23397c
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,8 @@
|
|
1
1
|
# DcmDict project Changelog
|
2
2
|
|
3
|
+
## v0.29.0 (2020-07-21)
|
4
|
+
* Update to 2020c Base Standard
|
5
|
+
___
|
3
6
|
## v0.28.1 (2020-03-18)
|
4
7
|
* Updated dcm_dict.gemspec due to a security vulnerabilities into the Rake gem as defined into gemspec (>=10.3 to >=12.3.3)
|
5
8
|
#### Note for gemspec security report:
|
data/README.md
CHANGED
@@ -269,7 +269,7 @@ Note: the script use the [Nokogiri][3] as XML parser if installed as gem, otherw
|
|
269
269
|
Check the file for other details.
|
270
270
|
|
271
271
|
## Note
|
272
|
-
Current library version is aligned to *DICOM Base Standard* **
|
272
|
+
Current library version is aligned to *DICOM Base Standard* **2020c**
|
273
273
|
|
274
274
|
## Install
|
275
275
|
|
@@ -221,6 +221,7 @@ HIGH = 0001H'},
|
|
221
221
|
{ tag_ps: '(0008,0123)', tag_name: "Context Group Identification Sequence", tag_key: 'ContextGroupIdentificationSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0008,0123)', tag_sym: :context_group_identification_sequence, tag_ndm: '00080123', tag_ary: [0x0008,0x0123], tag_multiple: false, tag_note: ''},
|
222
222
|
{ tag_ps: '(0008,0124)', tag_name: "Mapping Resource Identification Sequence", tag_key: 'MappingResourceIdentificationSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0008,0124)', tag_sym: :mapping_resource_identification_sequence, tag_ndm: '00080124', tag_ary: [0x0008,0x0124], tag_multiple: false, tag_note: ''},
|
223
223
|
{ tag_ps: '(0008,0201)', tag_name: "Timezone Offset From UTC", tag_key: 'TimezoneOffsetFromUTC', tag_vr: [:SH], tag_vm: ["1"], tag_str: '(0008,0201)', tag_sym: :timezone_offset_from_utc, tag_ndm: '00080201', tag_ary: [0x0008,0x0201], tag_multiple: false, tag_note: ''},
|
224
|
+
{ tag_ps: '(0008,0202)', tag_name: "Placeholder (0008,0202)", tag_key: 'Placeholder_0008_0202', tag_vr: [:UN], tag_vm: ["1"], tag_str: '(0008,0202)', tag_sym: :placeholder_0008_0202, tag_ndm: '00080202', tag_ary: [0x0008,0x0202], tag_multiple: false, tag_note: 'RET (2020c)'},
|
224
225
|
{ tag_ps: '(0008,0220)', tag_name: "Responsible Group Code Sequence", tag_key: 'ResponsibleGroupCodeSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0008,0220)', tag_sym: :responsible_group_code_sequence, tag_ndm: '00080220', tag_ary: [0x0008,0x0220], tag_multiple: false, tag_note: ''},
|
225
226
|
{ tag_ps: '(0008,0221)', tag_name: "Equipment Modality", tag_key: 'EquipmentModality', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(0008,0221)', tag_sym: :equipment_modality, tag_ndm: '00080221', tag_ary: [0x0008,0x0221], tag_multiple: false, tag_note: ''},
|
226
227
|
{ tag_ps: '(0008,0222)', tag_name: "Manufacturer's Related Model Group", tag_key: 'ManufacturerRelatedModelGroup', tag_vr: [:LO], tag_vm: ["1"], tag_str: '(0008,0222)', tag_sym: :manufacturer_related_model_group, tag_ndm: '00080222', tag_ary: [0x0008,0x0222], tag_multiple: false, tag_note: ''},
|
@@ -2357,6 +2358,13 @@ HIGH = 0001H'},
|
|
2357
2358
|
{ tag_ps: '(003A,0300)', tag_name: "Multiplexed Audio Channels Description Code Sequence", tag_key: 'MultiplexedAudioChannelsDescriptionCodeSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(003A,0300)', tag_sym: :multiplexed_audio_channels_description_code_sequence, tag_ndm: '003A0300', tag_ary: [0x003A,0x0300], tag_multiple: false, tag_note: ''},
|
2358
2359
|
{ tag_ps: '(003A,0301)', tag_name: "Channel Identification Code", tag_key: 'ChannelIdentificationCode', tag_vr: [:IS], tag_vm: ["1"], tag_str: '(003A,0301)', tag_sym: :channel_identification_code, tag_ndm: '003A0301', tag_ary: [0x003A,0x0301], tag_multiple: false, tag_note: ''},
|
2359
2360
|
{ tag_ps: '(003A,0302)', tag_name: "Channel Mode", tag_key: 'ChannelMode', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(003A,0302)', tag_sym: :channel_mode, tag_ndm: '003A0302', tag_ary: [0x003A,0x0302], tag_multiple: false, tag_note: ''},
|
2361
|
+
{ tag_ps: '(003A,0310)', tag_name: "Multiplex Group UID", tag_key: 'MultiplexGroupUID', tag_vr: [:UI], tag_vm: ["1"], tag_str: '(003A,0310)', tag_sym: :multiplex_group_uid, tag_ndm: '003A0310', tag_ary: [0x003A,0x0310], tag_multiple: false, tag_note: ''},
|
2362
|
+
{ tag_ps: '(003A,0311)', tag_name: "Powerline Frequency", tag_key: 'PowerlineFrequency', tag_vr: [:DS], tag_vm: ["1"], tag_str: '(003A,0311)', tag_sym: :powerline_frequency, tag_ndm: '003A0311', tag_ary: [0x003A,0x0311], tag_multiple: false, tag_note: ''},
|
2363
|
+
{ tag_ps: '(003A,0312)', tag_name: "Channel Impedance Sequence", tag_key: 'ChannelImpedanceSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(003A,0312)', tag_sym: :channel_impedance_sequence, tag_ndm: '003A0312', tag_ary: [0x003A,0x0312], tag_multiple: false, tag_note: ''},
|
2364
|
+
{ tag_ps: '(003A,0313)', tag_name: "Impedance Value", tag_key: 'ImpedanceValue', tag_vr: [:DS], tag_vm: ["1"], tag_str: '(003A,0313)', tag_sym: :impedance_value, tag_ndm: '003A0313', tag_ary: [0x003A,0x0313], tag_multiple: false, tag_note: ''},
|
2365
|
+
{ tag_ps: '(003A,0314)', tag_name: "Impedance Measurement DateTime", tag_key: 'ImpedanceMeasurementDateTime', tag_vr: [:DT], tag_vm: ["1"], tag_str: '(003A,0314)', tag_sym: :impedance_measurement_date_time, tag_ndm: '003A0314', tag_ary: [0x003A,0x0314], tag_multiple: false, tag_note: ''},
|
2366
|
+
{ tag_ps: '(003A,0315)', tag_name: "Impedance Measurement Frequency", tag_key: 'ImpedanceMeasurementFrequency', tag_vr: [:DS], tag_vm: ["1"], tag_str: '(003A,0315)', tag_sym: :impedance_measurement_frequency, tag_ndm: '003A0315', tag_ary: [0x003A,0x0315], tag_multiple: false, tag_note: ''},
|
2367
|
+
{ tag_ps: '(003A,0316)', tag_name: "Impedance Measurement Current Type", tag_key: 'ImpedanceMeasurementCurrentType', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(003A,0316)', tag_sym: :impedance_measurement_current_type, tag_ndm: '003A0316', tag_ary: [0x003A,0x0316], tag_multiple: false, tag_note: ''},
|
2360
2368
|
{ tag_ps: '(0040,0001)', tag_name: "Scheduled Station AE Title", tag_key: 'ScheduledStationAETitle', tag_vr: [:AE], tag_vm: ["1-n"], tag_str: '(0040,0001)', tag_sym: :scheduled_station_ae_title, tag_ndm: '00400001', tag_ary: [0x0040,0x0001], tag_multiple: false, tag_note: ''},
|
2361
2369
|
{ tag_ps: '(0040,0002)', tag_name: "Scheduled Procedure Step Start Date", tag_key: 'ScheduledProcedureStepStartDate', tag_vr: [:DA], tag_vm: ["1"], tag_str: '(0040,0002)', tag_sym: :scheduled_procedure_step_start_date, tag_ndm: '00400002', tag_ary: [0x0040,0x0002], tag_multiple: false, tag_note: ''},
|
2362
2370
|
{ tag_ps: '(0040,0003)', tag_name: "Scheduled Procedure Step Start Time", tag_key: 'ScheduledProcedureStepStartTime', tag_vr: [:TM], tag_vm: ["1"], tag_str: '(0040,0003)', tag_sym: :scheduled_procedure_step_start_time, tag_ndm: '00400003', tag_ary: [0x0040,0x0003], tag_multiple: false, tag_note: ''},
|
@@ -4309,6 +4317,7 @@ HIGH = 0001H'},
|
|
4309
4317
|
{ tag_ps: '(300A,0395)', tag_name: "Scan Spot Reordering Allowed", tag_key: 'ScanSpotReorderingAllowed', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(300A,0395)', tag_sym: :scan_spot_reordering_allowed, tag_ndm: '300A0395', tag_ary: [0x300A,0x0395], tag_multiple: false, tag_note: ''},
|
4310
4318
|
{ tag_ps: '(300A,0396)', tag_name: "Scan Spot Meterset Weights", tag_key: 'ScanSpotMetersetWeights', tag_vr: [:FL], tag_vm: ["1-n"], tag_str: '(300A,0396)', tag_sym: :scan_spot_meterset_weights, tag_ndm: '300A0396', tag_ary: [0x300A,0x0396], tag_multiple: false, tag_note: ''},
|
4311
4319
|
{ tag_ps: '(300A,0398)', tag_name: "Scanning Spot Size", tag_key: 'ScanningSpotSize', tag_vr: [:FL], tag_vm: ["2"], tag_str: '(300A,0398)', tag_sym: :scanning_spot_size, tag_ndm: '300A0398', tag_ary: [0x300A,0x0398], tag_multiple: false, tag_note: ''},
|
4320
|
+
{ tag_ps: '(300A,0399)', tag_name: "Scan Spot Sizes Delivered", tag_key: 'ScanSpotSizesDelivered', tag_vr: [:FL], tag_vm: ["2-2n"], tag_str: '(300A,0399)', tag_sym: :scan_spot_sizes_delivered, tag_ndm: '300A0399', tag_ary: [0x300A,0x0399], tag_multiple: false, tag_note: ''},
|
4312
4321
|
{ tag_ps: '(300A,039A)', tag_name: "Number of Paintings", tag_key: 'NumberOfPaintings', tag_vr: [:IS], tag_vm: ["1"], tag_str: '(300A,039A)', tag_sym: :number_of_paintings, tag_ndm: '300A039A', tag_ary: [0x300A,0x039A], tag_multiple: false, tag_note: ''},
|
4313
4322
|
{ tag_ps: '(300A,03A0)', tag_name: "Ion Tolerance Table Sequence", tag_key: 'IonToleranceTableSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(300A,03A0)', tag_sym: :ion_tolerance_table_sequence, tag_ndm: '300A03A0', tag_ary: [0x300A,0x03A0], tag_multiple: false, tag_note: ''},
|
4314
4323
|
{ tag_ps: '(300A,03A2)', tag_name: "Ion Beam Sequence", tag_key: 'IonBeamSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(300A,03A2)', tag_sym: :ion_beam_sequence, tag_ndm: '300A03A2', tag_ary: [0x300A,0x03A2], tag_multiple: false, tag_note: ''},
|
@@ -4492,6 +4501,48 @@ HIGH = 0001H'},
|
|
4492
4501
|
{ tag_ps: '(300A,0688)', tag_name: "RT Beam Modifier Definition Distance", tag_key: 'RTBeamModifierDefinitionDistance', tag_vr: [:FD], tag_vm: ["1"], tag_str: '(300A,0688)', tag_sym: :rt_beam_modifier_definition_distance, tag_ndm: '300A0688', tag_ary: [0x300A,0x0688], tag_multiple: false, tag_note: ''},
|
4493
4502
|
{ tag_ps: '(300A,0689)', tag_name: "Beam Area Limit Sequence", tag_key: 'BeamAreaLimitSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(300A,0689)', tag_sym: :beam_area_limit_sequence, tag_ndm: '300A0689', tag_ary: [0x300A,0x0689], tag_multiple: false, tag_note: ''},
|
4494
4503
|
{ tag_ps: '(300A,068A)', tag_name: "Referenced RT Prescription Sequence", tag_key: 'ReferencedRTPrescriptionSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(300A,068A)', tag_sym: :referenced_rt_prescription_sequence, tag_ndm: '300A068A', tag_ary: [0x300A,0x068A], tag_multiple: false, tag_note: ''},
|
4504
|
+
{ tag_ps: '(300A,0700)', tag_name: "Treatment Session UID", tag_key: 'TreatmentSessionUID', tag_vr: [:UI], tag_vm: ["1"], tag_str: '(300A,0700)', tag_sym: :treatment_session_uid, tag_ndm: '300A0700', tag_ary: [0x300A,0x0700], tag_multiple: false, tag_note: ''},
|
4505
|
+
{ tag_ps: '(300A,0701)', tag_name: "RT Radiation Usage", tag_key: 'RTRadiationUsage', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(300A,0701)', tag_sym: :rt_radiation_usage, tag_ndm: '300A0701', tag_ary: [0x300A,0x0701], tag_multiple: false, tag_note: ''},
|
4506
|
+
{ tag_ps: '(300A,0702)', tag_name: "Referenced RT Radiation Set Sequence", tag_key: 'ReferencedRTRadiationSetSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(300A,0702)', tag_sym: :referenced_rt_radiation_set_sequence, tag_ndm: '300A0702', tag_ary: [0x300A,0x0702], tag_multiple: false, tag_note: ''},
|
4507
|
+
{ tag_ps: '(300A,0703)', tag_name: "Referenced RT Radiation Record Sequence", tag_key: 'ReferencedRTRadiationRecordSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(300A,0703)', tag_sym: :referenced_rt_radiation_record_sequence, tag_ndm: '300A0703', tag_ary: [0x300A,0x0703], tag_multiple: false, tag_note: ''},
|
4508
|
+
{ tag_ps: '(300A,0704)', tag_name: "RT Radiation Set Delivery Number", tag_key: 'RTRadiationSetDeliveryNumber', tag_vr: [:US], tag_vm: ["1"], tag_str: '(300A,0704)', tag_sym: :rt_radiation_set_delivery_number, tag_ndm: '300A0704', tag_ary: [0x300A,0x0704], tag_multiple: false, tag_note: ''},
|
4509
|
+
{ tag_ps: '(300A,0705)', tag_name: "Clinical Fraction Number", tag_key: 'ClinicalFractionNumber', tag_vr: [:US], tag_vm: ["1"], tag_str: '(300A,0705)', tag_sym: :clinical_fraction_number, tag_ndm: '300A0705', tag_ary: [0x300A,0x0705], tag_multiple: false, tag_note: ''},
|
4510
|
+
{ tag_ps: '(300A,0706)', tag_name: "RT Treatment Fraction Completion Status", tag_key: 'RTTreatmentFractionCompletionStatus', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(300A,0706)', tag_sym: :rt_treatment_fraction_completion_status, tag_ndm: '300A0706', tag_ary: [0x300A,0x0706], tag_multiple: false, tag_note: ''},
|
4511
|
+
{ tag_ps: '(300A,0707)', tag_name: "RT Radiation Set Usage", tag_key: 'RTRadiationSetUsage', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(300A,0707)', tag_sym: :rt_radiation_set_usage, tag_ndm: '300A0707', tag_ary: [0x300A,0x0707], tag_multiple: false, tag_note: ''},
|
4512
|
+
{ tag_ps: '(300A,0708)', tag_name: "Treatment Delivery Continuation Flag", tag_key: 'TreatmentDeliveryContinuationFlag', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(300A,0708)', tag_sym: :treatment_delivery_continuation_flag, tag_ndm: '300A0708', tag_ary: [0x300A,0x0708], tag_multiple: false, tag_note: ''},
|
4513
|
+
{ tag_ps: '(300A,0709)', tag_name: "Treatment Record Content Origin", tag_key: 'TreatmentRecordContentOrigin', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(300A,0709)', tag_sym: :treatment_record_content_origin, tag_ndm: '300A0709', tag_ary: [0x300A,0x0709], tag_multiple: false, tag_note: ''},
|
4514
|
+
{ tag_ps: '(300A,0714)', tag_name: "RT Treatment Termination Status", tag_key: 'RTTreatmentTerminationStatus', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(300A,0714)', tag_sym: :rt_treatment_termination_status, tag_ndm: '300A0714', tag_ary: [0x300A,0x0714], tag_multiple: false, tag_note: ''},
|
4515
|
+
{ tag_ps: '(300A,0715)', tag_name: "RT Treatment Termination Reason Code Sequence", tag_key: 'RTTreatmentTerminationReasonCodeSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(300A,0715)', tag_sym: :rt_treatment_termination_reason_code_sequence, tag_ndm: '300A0715', tag_ary: [0x300A,0x0715], tag_multiple: false, tag_note: ''},
|
4516
|
+
{ tag_ps: '(300A,0716)', tag_name: "Machine-Specific Treatment Termination Code Sequence", tag_key: 'MachineSpecificTreatmentTerminationCodeSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(300A,0716)', tag_sym: :machine_specific_treatment_termination_code_sequence, tag_ndm: '300A0716', tag_ary: [0x300A,0x0716], tag_multiple: false, tag_note: ''},
|
4517
|
+
{ tag_ps: '(300A,0722)', tag_name: "RT Radiation Salvage Record Control Point Sequence", tag_key: 'RTRadiationSalvageRecordControlPointSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(300A,0722)', tag_sym: :rt_radiation_salvage_record_control_point_sequence, tag_ndm: '300A0722', tag_ary: [0x300A,0x0722], tag_multiple: false, tag_note: ''},
|
4518
|
+
{ tag_ps: '(300A,0723)', tag_name: "Starting Meterset Value Known Flag", tag_key: 'StartingMetersetValueKnownFlag', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(300A,0723)', tag_sym: :starting_meterset_value_known_flag, tag_ndm: '300A0723', tag_ary: [0x300A,0x0723], tag_multiple: false, tag_note: ''},
|
4519
|
+
{ tag_ps: '(300A,0730)', tag_name: "Treatment Termination Description", tag_key: 'TreatmentTerminationDescription', tag_vr: [:ST], tag_vm: ["1"], tag_str: '(300A,0730)', tag_sym: :treatment_termination_description, tag_ndm: '300A0730', tag_ary: [0x300A,0x0730], tag_multiple: false, tag_note: ''},
|
4520
|
+
{ tag_ps: '(300A,0731)', tag_name: "Treatment Tolerance Violation Sequence", tag_key: 'TreatmentToleranceViolationSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(300A,0731)', tag_sym: :treatment_tolerance_violation_sequence, tag_ndm: '300A0731', tag_ary: [0x300A,0x0731], tag_multiple: false, tag_note: ''},
|
4521
|
+
{ tag_ps: '(300A,0732)', tag_name: "Treatment Tolerance Violation Category", tag_key: 'TreatmentToleranceViolationCategory', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(300A,0732)', tag_sym: :treatment_tolerance_violation_category, tag_ndm: '300A0732', tag_ary: [0x300A,0x0732], tag_multiple: false, tag_note: ''},
|
4522
|
+
{ tag_ps: '(300A,0733)', tag_name: "Treatment Tolerance Violation Attribute Sequence", tag_key: 'TreatmentToleranceViolationAttributeSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(300A,0733)', tag_sym: :treatment_tolerance_violation_attribute_sequence, tag_ndm: '300A0733', tag_ary: [0x300A,0x0733], tag_multiple: false, tag_note: ''},
|
4523
|
+
{ tag_ps: '(300A,0734)', tag_name: "Treatment Tolerance Violation Description", tag_key: 'TreatmentToleranceViolationDescription', tag_vr: [:ST], tag_vm: ["1"], tag_str: '(300A,0734)', tag_sym: :treatment_tolerance_violation_description, tag_ndm: '300A0734', tag_ary: [0x300A,0x0734], tag_multiple: false, tag_note: ''},
|
4524
|
+
{ tag_ps: '(300A,0735)', tag_name: "Treatment Tolerance Violation Identification", tag_key: 'TreatmentToleranceViolationIdentification', tag_vr: [:ST], tag_vm: ["1"], tag_str: '(300A,0735)', tag_sym: :treatment_tolerance_violation_identification, tag_ndm: '300A0735', tag_ary: [0x300A,0x0735], tag_multiple: false, tag_note: ''},
|
4525
|
+
{ tag_ps: '(300A,0736)', tag_name: "Treatment Tolerance Violation DateTime", tag_key: 'TreatmentToleranceViolationDateTime', tag_vr: [:DT], tag_vm: ["1"], tag_str: '(300A,0736)', tag_sym: :treatment_tolerance_violation_date_time, tag_ndm: '300A0736', tag_ary: [0x300A,0x0736], tag_multiple: false, tag_note: ''},
|
4526
|
+
{ tag_ps: '(300A,073A)', tag_name: "Recorded RT Control Point DateTime", tag_key: 'RecordedRTControlPointDateTime', tag_vr: [:DT], tag_vm: ["1"], tag_str: '(300A,073A)', tag_sym: :recorded_rt_control_point_date_time, tag_ndm: '300A073A', tag_ary: [0x300A,0x073A], tag_multiple: false, tag_note: ''},
|
4527
|
+
{ tag_ps: '(300A,073B)', tag_name: "Referenced Radiation RT Control Point Index", tag_key: 'ReferencedRadiationRTControlPointIndex', tag_vr: [:US], tag_vm: ["1"], tag_str: '(300A,073B)', tag_sym: :referenced_radiation_rt_control_point_index, tag_ndm: '300A073B', tag_ary: [0x300A,0x073B], tag_multiple: false, tag_note: ''},
|
4528
|
+
{ tag_ps: '(300A,073E)', tag_name: "Alternate Value Sequence", tag_key: 'AlternateValueSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(300A,073E)', tag_sym: :alternate_value_sequence, tag_ndm: '300A073E', tag_ary: [0x300A,0x073E], tag_multiple: false, tag_note: ''},
|
4529
|
+
{ tag_ps: '(300A,073F)', tag_name: "Confirmation Sequence", tag_key: 'ConfirmationSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(300A,073F)', tag_sym: :confirmation_sequence, tag_ndm: '300A073F', tag_ary: [0x300A,0x073F], tag_multiple: false, tag_note: ''},
|
4530
|
+
{ tag_ps: '(300A,0740)', tag_name: "Interlock Sequence", tag_key: 'InterlockSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(300A,0740)', tag_sym: :interlock_sequence, tag_ndm: '300A0740', tag_ary: [0x300A,0x0740], tag_multiple: false, tag_note: ''},
|
4531
|
+
{ tag_ps: '(300A,0741)', tag_name: "Interlock DateTime", tag_key: 'InterlockDateTime', tag_vr: [:DT], tag_vm: ["1"], tag_str: '(300A,0741)', tag_sym: :interlock_date_time, tag_ndm: '300A0741', tag_ary: [0x300A,0x0741], tag_multiple: false, tag_note: ''},
|
4532
|
+
{ tag_ps: '(300A,0742)', tag_name: "Interlock Description", tag_key: 'InterlockDescription', tag_vr: [:ST], tag_vm: ["1"], tag_str: '(300A,0742)', tag_sym: :interlock_description, tag_ndm: '300A0742', tag_ary: [0x300A,0x0742], tag_multiple: false, tag_note: ''},
|
4533
|
+
{ tag_ps: '(300A,0743)', tag_name: "Interlock Originating Device Sequence", tag_key: 'InterlockOriginatingDeviceSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(300A,0743)', tag_sym: :interlock_originating_device_sequence, tag_ndm: '300A0743', tag_ary: [0x300A,0x0743], tag_multiple: false, tag_note: ''},
|
4534
|
+
{ tag_ps: '(300A,0744)', tag_name: "Interlock Code Sequence", tag_key: 'InterlockCodeSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(300A,0744)', tag_sym: :interlock_code_sequence, tag_ndm: '300A0744', tag_ary: [0x300A,0x0744], tag_multiple: false, tag_note: ''},
|
4535
|
+
{ tag_ps: '(300A,0745)', tag_name: "Interlock Resolution Code Sequence", tag_key: 'InterlockResolutionCodeSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(300A,0745)', tag_sym: :interlock_resolution_code_sequence, tag_ndm: '300A0745', tag_ary: [0x300A,0x0745], tag_multiple: false, tag_note: ''},
|
4536
|
+
{ tag_ps: '(300A,0746)', tag_name: "Interlock Resolution User Sequence", tag_key: 'InterlockResolutionUserSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(300A,0746)', tag_sym: :interlock_resolution_user_sequence, tag_ndm: '300A0746', tag_ary: [0x300A,0x0746], tag_multiple: false, tag_note: ''},
|
4537
|
+
{ tag_ps: '(300A,0760)', tag_name: "Override DateTime", tag_key: 'OverrideDateTime', tag_vr: [:DT], tag_vm: ["1"], tag_str: '(300A,0760)', tag_sym: :override_date_time, tag_ndm: '300A0760', tag_ary: [0x300A,0x0760], tag_multiple: false, tag_note: ''},
|
4538
|
+
{ tag_ps: '(300A,0761)', tag_name: "Treatment Tolerance Violation Type Code Sequence", tag_key: 'TreatmentToleranceViolationTypeCodeSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(300A,0761)', tag_sym: :treatment_tolerance_violation_type_code_sequence, tag_ndm: '300A0761', tag_ary: [0x300A,0x0761], tag_multiple: false, tag_note: ''},
|
4539
|
+
{ tag_ps: '(300A,0762)', tag_name: "Treatment Tolerance Violation Cause Code Sequence", tag_key: 'TreatmentToleranceViolationCauseCodeSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(300A,0762)', tag_sym: :treatment_tolerance_violation_cause_code_sequence, tag_ndm: '300A0762', tag_ary: [0x300A,0x0762], tag_multiple: false, tag_note: ''},
|
4540
|
+
{ tag_ps: '(300A,0772)', tag_name: "Measured Meterset to Dose Mapping Sequence", tag_key: 'MeasuredMetersetToDoseMappingSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(300A,0772)', tag_sym: :measured_meterset_to_dose_mapping_sequence, tag_ndm: '300A0772', tag_ary: [0x300A,0x0772], tag_multiple: false, tag_note: ''},
|
4541
|
+
{ tag_ps: '(300A,0773)', tag_name: "Referenced Expected In-Vivo Measurement Value Index", tag_key: 'ReferencedExpectedInVivoMeasurementValueIndex', tag_vr: [:US], tag_vm: ["1"], tag_str: '(300A,0773)', tag_sym: :referenced_expected_in_vivo_measurement_value_index, tag_ndm: '300A0773', tag_ary: [0x300A,0x0773], tag_multiple: false, tag_note: ''},
|
4542
|
+
{ tag_ps: '(300A,0774)', tag_name: "Dose Measurement Device Code Sequence", tag_key: 'DoseMeasurementDeviceCodeSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(300A,0774)', tag_sym: :dose_measurement_device_code_sequence, tag_ndm: '300A0774', tag_ary: [0x300A,0x0774], tag_multiple: false, tag_note: ''},
|
4543
|
+
{ tag_ps: '(300A,0780)', tag_name: "Additional Parameter Recording Instance Sequence", tag_key: 'AdditionalParameterRecordingInstanceSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(300A,0780)', tag_sym: :additional_parameter_recording_instance_sequence, tag_ndm: '300A0780', tag_ary: [0x300A,0x0780], tag_multiple: false, tag_note: ''},
|
4544
|
+
{ tag_ps: '(300A,0782)', tag_name: "Placeholder (300A,0782)", tag_key: 'Placeholder_300A_0782', tag_vr: [:US], tag_vm: ["1"], tag_str: '(300A,0782)', tag_sym: :placeholder_300a_0782, tag_ndm: '300A0782', tag_ary: [0x300A,0x0782], tag_multiple: false, tag_note: 'RET'},
|
4545
|
+
{ tag_ps: '(300A,0783)', tag_name: "Interlock Origin Description", tag_key: 'InterlockOriginDescription', tag_vr: [:ST], tag_vm: ["1"], tag_str: '(300A,0783)', tag_sym: :interlock_origin_description, tag_ndm: '300A0783', tag_ary: [0x300A,0x0783], tag_multiple: false, tag_note: ''},
|
4495
4546
|
{ tag_ps: '(300C,0002)', tag_name: "Referenced RT Plan Sequence", tag_key: 'ReferencedRTPlanSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(300C,0002)', tag_sym: :referenced_rt_plan_sequence, tag_ndm: '300C0002', tag_ary: [0x300C,0x0002], tag_multiple: false, tag_note: ''},
|
4496
4547
|
{ tag_ps: '(300C,0004)', tag_name: "Referenced Beam Sequence", tag_key: 'ReferencedBeamSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(300C,0004)', tag_sym: :referenced_beam_sequence, tag_ndm: '300C0004', tag_ary: [0x300C,0x0004], tag_multiple: false, tag_note: ''},
|
4497
4548
|
{ tag_ps: '(300C,0006)', tag_name: "Referenced Beam Number", tag_key: 'ReferencedBeamNumber', tag_vr: [:IS], tag_vm: ["1"], tag_str: '(300C,0006)', tag_sym: :referenced_beam_number, tag_ndm: '300C0006', tag_ary: [0x300C,0x0006], tag_multiple: false, tag_note: ''},
|
@@ -31,20 +31,20 @@ module DcmDict
|
|
31
31
|
{ uid_value: '1.2.840.10008.1.2.1.99', uid_name: "Deflated Explicit VR Little Endian", uid_type: :transfer_syntax},
|
32
32
|
{ uid_value: '1.2.840.10008.1.2.2', uid_name: "Explicit VR Big Endian (Retired)", uid_type: :transfer_syntax},
|
33
33
|
{ uid_value: '1.2.840.10008.1.2.4.50', uid_name: "JPEG Baseline (Process 1): Default Transfer Syntax for Lossy JPEG 8 Bit Image Compression", uid_type: :transfer_syntax},
|
34
|
-
{ uid_value: '1.2.840.10008.1.2.4.51', uid_name: "JPEG Extended (Process
|
35
|
-
{ uid_value: '1.2.840.10008.1.2.4.52', uid_name: "JPEG Extended (Process
|
36
|
-
{ uid_value: '1.2.840.10008.1.2.4.53', uid_name: "JPEG Spectral Selection, Non-Hierarchical (Process
|
37
|
-
{ uid_value: '1.2.840.10008.1.2.4.54', uid_name: "JPEG Spectral Selection, Non-Hierarchical (Process
|
38
|
-
{ uid_value: '1.2.840.10008.1.2.4.55', uid_name: "JPEG Full Progression, Non-Hierarchical (Process
|
39
|
-
{ uid_value: '1.2.840.10008.1.2.4.56', uid_name: "JPEG Full Progression, Non-Hierarchical (Process
|
34
|
+
{ uid_value: '1.2.840.10008.1.2.4.51', uid_name: "JPEG Extended (Process 2 & 4): Default Transfer Syntax for Lossy JPEG 12 Bit Image Compression (Process 4 only)", uid_type: :transfer_syntax},
|
35
|
+
{ uid_value: '1.2.840.10008.1.2.4.52', uid_name: "JPEG Extended (Process 3 & 5) (Retired)", uid_type: :transfer_syntax},
|
36
|
+
{ uid_value: '1.2.840.10008.1.2.4.53', uid_name: "JPEG Spectral Selection, Non-Hierarchical (Process 6 & 8) (Retired)", uid_type: :transfer_syntax},
|
37
|
+
{ uid_value: '1.2.840.10008.1.2.4.54', uid_name: "JPEG Spectral Selection, Non-Hierarchical (Process 7 & 9) (Retired)", uid_type: :transfer_syntax},
|
38
|
+
{ uid_value: '1.2.840.10008.1.2.4.55', uid_name: "JPEG Full Progression, Non-Hierarchical (Process 10 & 12) (Retired)", uid_type: :transfer_syntax},
|
39
|
+
{ uid_value: '1.2.840.10008.1.2.4.56', uid_name: "JPEG Full Progression, Non-Hierarchical (Process 11 & 13) (Retired)", uid_type: :transfer_syntax},
|
40
40
|
{ uid_value: '1.2.840.10008.1.2.4.57', uid_name: "JPEG Lossless, Non-Hierarchical (Process 14)", uid_type: :transfer_syntax},
|
41
41
|
{ uid_value: '1.2.840.10008.1.2.4.58', uid_name: "JPEG Lossless, Non-Hierarchical (Process 15) (Retired)", uid_type: :transfer_syntax},
|
42
|
-
{ uid_value: '1.2.840.10008.1.2.4.59', uid_name: "JPEG Extended, Hierarchical (Process
|
43
|
-
{ uid_value: '1.2.840.10008.1.2.4.60', uid_name: "JPEG Extended, Hierarchical (Process
|
44
|
-
{ uid_value: '1.2.840.10008.1.2.4.61', uid_name: "JPEG Spectral Selection, Hierarchical (Process
|
45
|
-
{ uid_value: '1.2.840.10008.1.2.4.62', uid_name: "JPEG Spectral Selection, Hierarchical (Process
|
46
|
-
{ uid_value: '1.2.840.10008.1.2.4.63', uid_name: "JPEG Full Progression, Hierarchical (Process
|
47
|
-
{ uid_value: '1.2.840.10008.1.2.4.64', uid_name: "JPEG Full Progression, Hierarchical (Process
|
42
|
+
{ uid_value: '1.2.840.10008.1.2.4.59', uid_name: "JPEG Extended, Hierarchical (Process 16 & 18) (Retired)", uid_type: :transfer_syntax},
|
43
|
+
{ uid_value: '1.2.840.10008.1.2.4.60', uid_name: "JPEG Extended, Hierarchical (Process 17 & 19) (Retired)", uid_type: :transfer_syntax},
|
44
|
+
{ uid_value: '1.2.840.10008.1.2.4.61', uid_name: "JPEG Spectral Selection, Hierarchical (Process 20 & 22) (Retired)", uid_type: :transfer_syntax},
|
45
|
+
{ uid_value: '1.2.840.10008.1.2.4.62', uid_name: "JPEG Spectral Selection, Hierarchical (Process 21 & 23) (Retired)", uid_type: :transfer_syntax},
|
46
|
+
{ uid_value: '1.2.840.10008.1.2.4.63', uid_name: "JPEG Full Progression, Hierarchical (Process 24 & 26) (Retired)", uid_type: :transfer_syntax},
|
47
|
+
{ uid_value: '1.2.840.10008.1.2.4.64', uid_name: "JPEG Full Progression, Hierarchical (Process 25 & 27) (Retired)", uid_type: :transfer_syntax},
|
48
48
|
{ uid_value: '1.2.840.10008.1.2.4.65', uid_name: "JPEG Lossless, Hierarchical (Process 28) (Retired)", uid_type: :transfer_syntax},
|
49
49
|
{ uid_value: '1.2.840.10008.1.2.4.66', uid_name: "JPEG Lossless, Hierarchical (Process 29) (Retired)", uid_type: :transfer_syntax},
|
50
50
|
{ uid_value: '1.2.840.10008.1.2.4.70', uid_name: "JPEG Lossless, Non-Hierarchical, First-Order Prediction (Process 14 [Selection Value 1]): Default Transfer Syntax for Lossless JPEG Image Compression", uid_type: :transfer_syntax},
|
@@ -206,6 +206,12 @@ module DcmDict
|
|
206
206
|
{ uid_value: '1.2.840.10008.5.1.4.1.1.9.4.2', uid_name: "General Audio Waveform Storage", uid_type: :sop_class},
|
207
207
|
{ uid_value: '1.2.840.10008.5.1.4.1.1.9.5.1', uid_name: "Arterial Pulse Waveform Storage", uid_type: :sop_class},
|
208
208
|
{ uid_value: '1.2.840.10008.5.1.4.1.1.9.6.1', uid_name: "Respiratory Waveform Storage", uid_type: :sop_class},
|
209
|
+
{ uid_value: '1.2.840.10008.5.1.4.1.1.9.6.2', uid_name: "Multi-channel Respiratory Waveform Storage", uid_type: :sop_class},
|
210
|
+
{ uid_value: '1.2.840.10008.5.1.4.1.1.9.7.1', uid_name: "Routine Scalp Electroencephalogram Waveform Storage", uid_type: :sop_class},
|
211
|
+
{ uid_value: '1.2.840.10008.5.1.4.1.1.9.7.2', uid_name: "Electromyogram Waveform Storage", uid_type: :sop_class},
|
212
|
+
{ uid_value: '1.2.840.10008.5.1.4.1.1.9.7.3', uid_name: "Electrooculogram Waveform Storage", uid_type: :sop_class},
|
213
|
+
{ uid_value: '1.2.840.10008.5.1.4.1.1.9.7.4', uid_name: "Sleep Electroencephalogram Waveform Storage", uid_type: :sop_class},
|
214
|
+
{ uid_value: '1.2.840.10008.5.1.4.1.1.9.8.1', uid_name: "Body Position Waveform Storage", uid_type: :sop_class},
|
209
215
|
{ uid_value: '1.2.840.10008.5.1.4.1.1.10', uid_name: "Standalone Modality LUT Storage (Retired)", uid_type: :sop_class},
|
210
216
|
{ uid_value: '1.2.840.10008.5.1.4.1.1.11', uid_name: "Standalone VOI LUT Storage (Retired)", uid_type: :sop_class},
|
211
217
|
{ uid_value: '1.2.840.10008.5.1.4.1.1.11.1', uid_name: "Grayscale Softcopy Presentation State Storage", uid_type: :sop_class},
|
@@ -329,6 +335,11 @@ module DcmDict
|
|
329
335
|
{ uid_value: '1.2.840.10008.5.1.4.1.1.481.13', uid_name: "C-Arm Photon-Electron Radiation Storage", uid_type: :sop_class},
|
330
336
|
{ uid_value: '1.2.840.10008.5.1.4.1.1.481.14', uid_name: "Tomotherapeutic Radiation Storage", uid_type: :sop_class},
|
331
337
|
{ uid_value: '1.2.840.10008.5.1.4.1.1.481.15', uid_name: "Robotic-Arm Radiation Storage", uid_type: :sop_class},
|
338
|
+
{ uid_value: '1.2.840.10008.5.1.4.1.1.481.16', uid_name: "RT Radiation Record Set Storage", uid_type: :sop_class},
|
339
|
+
{ uid_value: '1.2.840.10008.5.1.4.1.1.481.17', uid_name: "RT Radiation Salvage Record Storage", uid_type: :sop_class},
|
340
|
+
{ uid_value: '1.2.840.10008.5.1.4.1.1.481.18', uid_name: "Tomotherapeutic Radiation Record Storage", uid_type: :sop_class},
|
341
|
+
{ uid_value: '1.2.840.10008.5.1.4.1.1.481.19', uid_name: "C-Arm Photon-Electron Radiation Record Storage", uid_type: :sop_class},
|
342
|
+
{ uid_value: '1.2.840.10008.5.1.4.1.1.481.20', uid_name: "Robotic Radiation Record Storage", uid_type: :sop_class},
|
332
343
|
{ uid_value: '1.2.840.10008.5.1.4.1.1.501.1', uid_name: "DICOS CT Image Storage", uid_type: :sop_class},
|
333
344
|
{ uid_value: '1.2.840.10008.5.1.4.1.1.501.2.1', uid_name: "DICOS Digital X-Ray Image Storage - For Presentation", uid_type: :sop_class},
|
334
345
|
{ uid_value: '1.2.840.10008.5.1.4.1.1.501.2.2', uid_name: "DICOS Digital X-Ray Image Storage - For Processing", uid_type: :sop_class},
|
data/lib/dcm_dict/version.rb
CHANGED
@@ -50,8 +50,11 @@ describe DcmDict::Dictionary::UidDictionary do
|
|
50
50
|
:uid_name => "JPEG Lossless, Non-Hierarchical, First-Order Prediction (Process 14 [Selection Value 1]): Default Transfer Syntax for Lossless JPEG Image Compression",
|
51
51
|
:uid_type => :transfer_syntax},
|
52
52
|
'1.2.840.10008.1.2.4.60' => { :uid_value => '1.2.840.10008.1.2.4.60',
|
53
|
-
:uid_name => 'JPEG Extended, Hierarchical (Process
|
54
|
-
:uid_type => :transfer_syntax }
|
53
|
+
:uid_name => 'JPEG Extended, Hierarchical (Process 17 & 19) (Retired)',
|
54
|
+
:uid_type => :transfer_syntax },
|
55
|
+
'1.2.840.10008.5.1.4.1.1.481.19'=> { :uid_value => '1.2.840.10008.5.1.4.1.1.481.19',
|
56
|
+
:uid_name => "C-Arm Photon-Electron Radiation Record Storage",
|
57
|
+
:uid_type => :sop_class},
|
55
58
|
}.each do |uid, data|
|
56
59
|
include_examples "Handle specific record", data[:uid_name],
|
57
60
|
uid, data, DcmDict::Dictionary::TheUidDictionary
|
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.29.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: 2020-
|
11
|
+
date: 2020-07-21 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.29.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:
|