dcm_dict 0.59.0 → 0.60.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 +101 -3
- data/lib/dcm_dict/source_data/uid_values_data.rb +7 -0
- data/lib/dcm_dict/version.rb +2 -2
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f3c496798e1acddb677961e5ca4ad7cd845cebb0ff372c3dcbd12b066e184309
|
4
|
+
data.tar.gz: 9ba8377310495e8d6347c53eeb5bb6d454cd7e0bd3b4f137c2d1a9aafbc1dd06
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bee4e74a9edb40c355b15c76fc4315129a8ef2f9e9ec14a2c81c8e7479d865c523a90d06dd7d9552ee53f9048dc06cf853c524a65016c569e067992c2d673453
|
7
|
+
data.tar.gz: 6d9208e0198de990bb4669ba084432978ff39808f1910264d1edaa53a5e22c11b0ccfed447de849a83fd1fb953cd8ec62504d0acee32f4408265a7f98d95a566
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
@@ -295,7 +295,7 @@ Note: the script use the [Nokogiri][3] as XML parser if installed as gem, otherw
|
|
295
295
|
Check the file for other details.
|
296
296
|
|
297
297
|
## Note
|
298
|
-
Current library version is aligned to *DICOM Base Standard* **
|
298
|
+
Current library version is aligned to *DICOM Base Standard* **2024d**
|
299
299
|
|
300
300
|
## Install
|
301
301
|
|
@@ -35,7 +35,7 @@ module DcmDict
|
|
35
35
|
8010H C-GET-RSP
|
36
36
|
0020H C-FIND-RQ
|
37
37
|
8020H C-FIND-RSP
|
38
|
-
|
38
|
+
0021H C-MOVE-RQ
|
39
39
|
8021H C-MOVE-RSP
|
40
40
|
0030H C-ECHO-RQ
|
41
41
|
8030H C-ECHO-RSP
|
@@ -323,6 +323,7 @@ Only characters from the Default Character Repertoire may be used.'},
|
|
323
323
|
{ tag_ps: '(0008,1145)', tag_name: "Referenced Curve Sequence", tag_key: 'ReferencedCurveSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0008,1145)', tag_sym: :referenced_curve_sequence, tag_ndm: '00081145', tag_ary: [0x0008,0x1145], tag_multiple: false, tag_note: 'RET (2004)'},
|
324
324
|
{ tag_ps: '(0008,114A)', tag_name: "Referenced Instance Sequence", tag_key: 'ReferencedInstanceSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0008,114A)', tag_sym: :referenced_instance_sequence, tag_ndm: '0008114A', tag_ary: [0x0008,0x114A], tag_multiple: false, tag_note: ''},
|
325
325
|
{ tag_ps: '(0008,114B)', tag_name: "Referenced Real World Value Mapping Instance Sequence", tag_key: 'ReferencedRealWorldValueMappingInstanceSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0008,114B)', tag_sym: :referenced_real_world_value_mapping_instance_sequence, tag_ndm: '0008114B', tag_ary: [0x0008,0x114B], tag_multiple: false, tag_note: ''},
|
326
|
+
{ tag_ps: '(0008,114C)', tag_name: "Referenced Segmentation Sequence", tag_key: 'ReferencedSegmentationSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0008,114C)', tag_sym: :referenced_segmentation_sequence, tag_ndm: '0008114C', tag_ary: [0x0008,0x114C], tag_multiple: false, tag_note: ''},
|
326
327
|
{ tag_ps: '(0008,1150)', tag_name: "Referenced SOP Class UID", tag_key: 'ReferencedSOPClassUID', tag_vr: [:UI], tag_vm: ["1"], tag_str: '(0008,1150)', tag_sym: :referenced_sop_class_uid, tag_ndm: '00081150', tag_ary: [0x0008,0x1150], tag_multiple: false, tag_note: ''},
|
327
328
|
{ tag_ps: '(0008,1155)', tag_name: "Referenced SOP Instance UID", tag_key: 'ReferencedSOPInstanceUID', tag_vr: [:UI], tag_vm: ["1"], tag_str: '(0008,1155)', tag_sym: :referenced_sop_instance_uid, tag_ndm: '00081155', tag_ary: [0x0008,0x1155], tag_multiple: false, tag_note: ''},
|
328
329
|
{ tag_ps: '(0008,1156)', tag_name: "Definition Source Sequence", tag_key: 'DefinitionSourceSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0008,1156)', tag_sym: :definition_source_sequence, tag_ndm: '00081156', tag_ary: [0x0008,0x1156], tag_multiple: false, tag_note: ''},
|
@@ -716,6 +717,98 @@ Only characters from the Default Character Repertoire may be used.'},
|
|
716
717
|
{ tag_ps: '(0014,511D)', tag_name: "Wedge Chamfer Height", tag_key: 'WedgeChamferHeight', tag_vr: [:DS], tag_vm: ["1"], tag_str: '(0014,511D)', tag_sym: :wedge_chamfer_height, tag_ndm: '0014511D', tag_ary: [0x0014,0x511D], tag_multiple: false, tag_note: 'DICONDE'},
|
717
718
|
{ tag_ps: '(0014,511E)', tag_name: "Wedge Curve", tag_key: 'WedgeCurve', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(0014,511E)', tag_sym: :wedge_curve, tag_ndm: '0014511E', tag_ary: [0x0014,0x511E], tag_multiple: false, tag_note: 'DICONDE'},
|
718
719
|
{ tag_ps: '(0014,511F)', tag_name: "Radius Along the Wedge", tag_key: 'RadiusAlongWedge', tag_vr: [:DS], tag_vm: ["1"], tag_str: '(0014,511F)', tag_sym: :radius_along_wedge, tag_ndm: '0014511F', tag_ary: [0x0014,0x511F], tag_multiple: false, tag_note: 'DICONDE'},
|
720
|
+
{ tag_ps: '(0014,6001)', tag_name: "Thermal Camera Settings Sequence", tag_key: 'ThermalCameraSettingsSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0014,6001)', tag_sym: :thermal_camera_settings_sequence, tag_ndm: '00146001', tag_ary: [0x0014,0x6001], tag_multiple: false, tag_note: 'DICONDE'},
|
721
|
+
{ tag_ps: '(0014,6002)', tag_name: "Acquisition Frame Rate", tag_key: 'AcquisitionFrameRate', tag_vr: [:DS], tag_vm: ["1"], tag_str: '(0014,6002)', tag_sym: :acquisition_frame_rate, tag_ndm: '00146002', tag_ary: [0x0014,0x6002], tag_multiple: false, tag_note: 'DICONDE'},
|
722
|
+
{ tag_ps: '(0014,6003)', tag_name: "Integration Time", tag_key: 'IntegrationTime', tag_vr: [:DS], tag_vm: ["1"], tag_str: '(0014,6003)', tag_sym: :integration_time, tag_ndm: '00146003', tag_ary: [0x0014,0x6003], tag_multiple: false, tag_note: 'DICONDE'},
|
723
|
+
{ tag_ps: '(0014,6004)', tag_name: "Number of Calibration Frames", tag_key: 'NumberOfCalibrationFrames', tag_vr: [:DS], tag_vm: ["1"], tag_str: '(0014,6004)', tag_sym: :number_of_calibration_frames, tag_ndm: '00146004', tag_ary: [0x0014,0x6004], tag_multiple: false, tag_note: 'DICONDE'},
|
724
|
+
{ tag_ps: '(0014,6005)', tag_name: "Number of Rows in Full Acquisition Image", tag_key: 'NumberOfRowsInFullAcquisitionImage', tag_vr: [:DS], tag_vm: ["1"], tag_str: '(0014,6005)', tag_sym: :number_of_rows_in_full_acquisition_image, tag_ndm: '00146005', tag_ary: [0x0014,0x6005], tag_multiple: false, tag_note: 'DICONDE'},
|
725
|
+
{ tag_ps: '(0014,6006)', tag_name: "Number Of Columns in Full Acquisition Image", tag_key: 'NumberOfColumnsInFullAcquisitionImage', tag_vr: [:DS], tag_vm: ["1"], tag_str: '(0014,6006)', tag_sym: :number_of_columns_in_full_acquisition_image, tag_ndm: '00146006', tag_ary: [0x0014,0x6006], tag_multiple: false, tag_note: 'DICONDE'},
|
726
|
+
{ tag_ps: '(0014,6007)', tag_name: "Thermal Source Settings Sequence", tag_key: 'ThermalSourceSettingsSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0014,6007)', tag_sym: :thermal_source_settings_sequence, tag_ndm: '00146007', tag_ary: [0x0014,0x6007], tag_multiple: false, tag_note: 'DICONDE'},
|
727
|
+
{ tag_ps: '(0014,6008)', tag_name: "Source Horizontal Pitch", tag_key: 'SourceHorizontalPitch', tag_vr: [:DS], tag_vm: ["1"], tag_str: '(0014,6008)', tag_sym: :source_horizontal_pitch, tag_ndm: '00146008', tag_ary: [0x0014,0x6008], tag_multiple: false, tag_note: 'DICONDE'},
|
728
|
+
{ tag_ps: '(0014,6009)', tag_name: "Source Vertical Pitch", tag_key: 'SourceVerticalPitch', tag_vr: [:DS], tag_vm: ["1"], tag_str: '(0014,6009)', tag_sym: :source_vertical_pitch, tag_ndm: '00146009', tag_ary: [0x0014,0x6009], tag_multiple: false, tag_note: 'DICONDE'},
|
729
|
+
{ tag_ps: '(0014,600A)', tag_name: "Source Horizontal Scan Speed", tag_key: 'SourceHorizontalScanSpeed', tag_vr: [:DS], tag_vm: ["1"], tag_str: '(0014,600A)', tag_sym: :source_horizontal_scan_speed, tag_ndm: '0014600A', tag_ary: [0x0014,0x600A], tag_multiple: false, tag_note: 'DICONDE'},
|
730
|
+
{ tag_ps: '(0014,600B)', tag_name: "Thermal Source Modulation Frequency", tag_key: 'ThermalSourceModulationFrequency', tag_vr: [:DS], tag_vm: ["1"], tag_str: '(0014,600B)', tag_sym: :thermal_source_modulation_frequency, tag_ndm: '0014600B', tag_ary: [0x0014,0x600B], tag_multiple: false, tag_note: 'DICONDE'},
|
731
|
+
{ tag_ps: '(0014,600C)', tag_name: "Induction Source Setting Sequence", tag_key: 'InductionSourceSettingSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0014,600C)', tag_sym: :induction_source_setting_sequence, tag_ndm: '0014600C', tag_ary: [0x0014,0x600C], tag_multiple: false, tag_note: 'DICONDE'},
|
732
|
+
{ tag_ps: '(0014,600D)', tag_name: "Coil Frequency", tag_key: 'CoilFrequency', tag_vr: [:DS], tag_vm: ["1"], tag_str: '(0014,600D)', tag_sym: :coil_frequency, tag_ndm: '0014600D', tag_ary: [0x0014,0x600D], tag_multiple: false, tag_note: 'DICONDE'},
|
733
|
+
{ tag_ps: '(0014,600E)', tag_name: "Current Amplitude Across Coil", tag_key: 'CurrentAmplitudeAcrossCoil', tag_vr: [:DS], tag_vm: ["1"], tag_str: '(0014,600E)', tag_sym: :current_amplitude_across_coil, tag_ndm: '0014600E', tag_ary: [0x0014,0x600E], tag_multiple: false, tag_note: 'DICONDE'},
|
734
|
+
{ tag_ps: '(0014,600F)', tag_name: "Flash Source Setting Sequence", tag_key: 'FlashSourceSettingSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0014,600F)', tag_sym: :flash_source_setting_sequence, tag_ndm: '0014600F', tag_ary: [0x0014,0x600F], tag_multiple: false, tag_note: 'DICONDE'},
|
735
|
+
{ tag_ps: '(0014,6010)', tag_name: "Flash Duration", tag_key: 'FlashDuration', tag_vr: [:DS], tag_vm: ["1"], tag_str: '(0014,6010)', tag_sym: :flash_duration, tag_ndm: '00146010', tag_ary: [0x0014,0x6010], tag_multiple: false, tag_note: 'DICONDE'},
|
736
|
+
{ tag_ps: '(0014,6011)', tag_name: "Flash Frame Number", tag_key: 'FlashFrameNumber', tag_vr: [:DS], tag_vm: ["1-n"], tag_str: '(0014,6011)', tag_sym: :flash_frame_number, tag_ndm: '00146011', tag_ary: [0x0014,0x6011], tag_multiple: false, tag_note: 'DICONDE'},
|
737
|
+
{ tag_ps: '(0014,6012)', tag_name: "Laser Source Setting Sequence", tag_key: 'LaserSourceSettingSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0014,6012)', tag_sym: :laser_source_setting_sequence, tag_ndm: '00146012', tag_ary: [0x0014,0x6012], tag_multiple: false, tag_note: 'DICONDE'},
|
738
|
+
{ tag_ps: '(0014,6013)', tag_name: "Horizontal Laser Spot Dimension", tag_key: 'HorizontalLaserSpotDimension', tag_vr: [:DS], tag_vm: ["1"], tag_str: '(0014,6013)', tag_sym: :horizontal_laser_spot_dimension, tag_ndm: '00146013', tag_ary: [0x0014,0x6013], tag_multiple: false, tag_note: 'DICONDE'},
|
739
|
+
{ tag_ps: '(0014,6014)', tag_name: "Vertical Laser Spot Dimension", tag_key: 'VerticalLaserSpotDimension', tag_vr: [:DS], tag_vm: ["1"], tag_str: '(0014,6014)', tag_sym: :vertical_laser_spot_dimension, tag_ndm: '00146014', tag_ary: [0x0014,0x6014], tag_multiple: false, tag_note: 'DICONDE'},
|
740
|
+
{ tag_ps: '(0014,6015)', tag_name: "Laser Wavelength", tag_key: 'LaserWavelength', tag_vr: [:DS], tag_vm: ["1"], tag_str: '(0014,6015)', tag_sym: :laser_wavelength, tag_ndm: '00146015', tag_ary: [0x0014,0x6015], tag_multiple: false, tag_note: 'DICONDE'},
|
741
|
+
{ tag_ps: '(0014,6016)', tag_name: "Laser Power", tag_key: 'LaserPower', tag_vr: [:DS], tag_vm: ["1"], tag_str: '(0014,6016)', tag_sym: :laser_power, tag_ndm: '00146016', tag_ary: [0x0014,0x6016], tag_multiple: false, tag_note: 'DICONDE'},
|
742
|
+
{ tag_ps: '(0014,6017)', tag_name: "Forced Gas Setting Sequence", tag_key: 'ForcedGasSettingSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0014,6017)', tag_sym: :forced_gas_setting_sequence, tag_ndm: '00146017', tag_ary: [0x0014,0x6017], tag_multiple: false, tag_note: 'DICONDE'},
|
743
|
+
{ tag_ps: '(0014,6018)', tag_name: "Vibration Source Setting Sequence", tag_key: 'VibrationSourceSettingSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0014,6018)', tag_sym: :vibration_source_setting_sequence, tag_ndm: '00146018', tag_ary: [0x0014,0x6018], tag_multiple: false, tag_note: 'DICONDE'},
|
744
|
+
{ tag_ps: '(0014,6019)', tag_name: "Vibration Excitation Frequency", tag_key: 'VibrationExcitationFrequency', tag_vr: [:DS], tag_vm: ["1"], tag_str: '(0014,6019)', tag_sym: :vibration_excitation_frequency, tag_ndm: '00146019', tag_ary: [0x0014,0x6019], tag_multiple: false, tag_note: 'DICONDE'},
|
745
|
+
{ tag_ps: '(0014,601A)', tag_name: "Vibration Excitation Voltage", tag_key: 'VibrationExcitationVoltage', tag_vr: [:DS], tag_vm: ["1"], tag_str: '(0014,601A)', tag_sym: :vibration_excitation_voltage, tag_ndm: '0014601A', tag_ary: [0x0014,0x601A], tag_multiple: false, tag_note: 'DICONDE'},
|
746
|
+
{ tag_ps: '(0014,601B)', tag_name: "Thermography Data Capture Method", tag_key: 'ThermographyDataCaptureMethod', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(0014,601B)', tag_sym: :thermography_data_capture_method, tag_ndm: '0014601B', tag_ary: [0x0014,0x601B], tag_multiple: false, tag_note: 'DICONDE'},
|
747
|
+
{ tag_ps: '(0014,601C)', tag_name: "Thermal Technique", tag_key: 'ThermalTechnique', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(0014,601C)', tag_sym: :thermal_technique, tag_ndm: '0014601C', tag_ary: [0x0014,0x601C], tag_multiple: false, tag_note: 'DICONDE'},
|
748
|
+
{ tag_ps: '(0014,601D)', tag_name: "Thermal Camera Core Sequence", tag_key: 'ThermalCameraCoreSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0014,601D)', tag_sym: :thermal_camera_core_sequence, tag_ndm: '0014601D', tag_ary: [0x0014,0x601D], tag_multiple: false, tag_note: 'DICONDE'},
|
749
|
+
{ tag_ps: '(0014,601E)', tag_name: "Detector Wavelength Range", tag_key: 'DetectorWavelengthRange', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(0014,601E)', tag_sym: :detector_wavelength_range, tag_ndm: '0014601E', tag_ary: [0x0014,0x601E], tag_multiple: false, tag_note: 'DICONDE'},
|
750
|
+
{ tag_ps: '(0014,601F)', tag_name: "Thermal Camera Calibration Type", tag_key: 'ThermalCameraCalibrationType', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(0014,601F)', tag_sym: :thermal_camera_calibration_type, tag_ndm: '0014601F', tag_ary: [0x0014,0x601F], tag_multiple: false, tag_note: 'DICONDE'},
|
751
|
+
{ tag_ps: '(0014,6020)', tag_name: "Acquisition Image Counter", tag_key: 'AcquisitionImageCounter', tag_vr: [:UV], tag_vm: ["1"], tag_str: '(0014,6020)', tag_sym: :acquisition_image_counter, tag_ndm: '00146020', tag_ary: [0x0014,0x6020], tag_multiple: false, tag_note: 'DICONDE'},
|
752
|
+
{ tag_ps: '(0014,6021)', tag_name: "Front Panel Temperature", tag_key: 'FrontPanelTemperature', tag_vr: [:DS], tag_vm: ["1"], tag_str: '(0014,6021)', tag_sym: :front_panel_temperature, tag_ndm: '00146021', tag_ary: [0x0014,0x6021], tag_multiple: false, tag_note: 'DICONDE'},
|
753
|
+
{ tag_ps: '(0014,6022)', tag_name: "Air Gap Temperature", tag_key: 'AirGapTemperature', tag_vr: [:DS], tag_vm: ["1"], tag_str: '(0014,6022)', tag_sym: :air_gap_temperature, tag_ndm: '00146022', tag_ary: [0x0014,0x6022], tag_multiple: false, tag_note: 'DICONDE'},
|
754
|
+
{ tag_ps: '(0014,6023)', tag_name: "Vertical Pixel Size", tag_key: 'VerticalPixelSize', tag_vr: [:DS], tag_vm: ["1"], tag_str: '(0014,6023)', tag_sym: :vertical_pixel_size, tag_ndm: '00146023', tag_ary: [0x0014,0x6023], tag_multiple: false, tag_note: 'DICONDE'},
|
755
|
+
{ tag_ps: '(0014,6024)', tag_name: "Horizontal Pixel Size", tag_key: 'HorizontalPixelSize', tag_vr: [:DS], tag_vm: ["1"], tag_str: '(0014,6024)', tag_sym: :horizontal_pixel_size, tag_ndm: '00146024', tag_ary: [0x0014,0x6024], tag_multiple: false, tag_note: 'DICONDE'},
|
756
|
+
{ tag_ps: '(0014,6025)', tag_name: "Data Streaming Protocol", tag_key: 'DataStreamingProtocol', tag_vr: [:ST], tag_vm: ["1-n"], tag_str: '(0014,6025)', tag_sym: :data_streaming_protocol, tag_ndm: '00146025', tag_ary: [0x0014,0x6025], tag_multiple: false, tag_note: 'DICONDE'},
|
757
|
+
{ tag_ps: '(0014,6026)', tag_name: "Lens Sequence", tag_key: 'LensSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0014,6026)', tag_sym: :lens_sequence, tag_ndm: '00146026', tag_ary: [0x0014,0x6026], tag_multiple: false, tag_note: 'DICONDE'},
|
758
|
+
{ tag_ps: '(0014,6027)', tag_name: "Field of View", tag_key: 'FieldOfView', tag_vr: [:DS], tag_vm: ["1"], tag_str: '(0014,6027)', tag_sym: :field_of_view, tag_ndm: '00146027', tag_ary: [0x0014,0x6027], tag_multiple: false, tag_note: 'DICONDE'},
|
759
|
+
{ tag_ps: '(0014,6028)', tag_name: "Lens Filter Manufacturer", tag_key: 'LensFilterManufacturer', tag_vr: [:LO], tag_vm: ["1"], tag_str: '(0014,6028)', tag_sym: :lens_filter_manufacturer, tag_ndm: '00146028', tag_ary: [0x0014,0x6028], tag_multiple: false, tag_note: 'DICONDE'},
|
760
|
+
{ tag_ps: '(0014,6029)', tag_name: "Cutoff Filter Type", tag_key: 'CutoffFilterType', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(0014,6029)', tag_sym: :cutoff_filter_type, tag_ndm: '00146029', tag_ary: [0x0014,0x6029], tag_multiple: false, tag_note: 'DICONDE'},
|
761
|
+
{ tag_ps: '(0014,602A)', tag_name: "Lens Filter Cut-Off Wavelength", tag_key: 'LensFilterCutOffWavelength', tag_vr: [:DS], tag_vm: ["1-n"], tag_str: '(0014,602A)', tag_sym: :lens_filter_cut_off_wavelength, tag_ndm: '0014602A', tag_ary: [0x0014,0x602A], tag_multiple: false, tag_note: 'DICONDE'},
|
762
|
+
{ tag_ps: '(0014,602B)', tag_name: "Thermal Source Sequence", tag_key: 'ThermalSourceSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0014,602B)', tag_sym: :thermal_source_sequence, tag_ndm: '0014602B', tag_ary: [0x0014,0x602B], tag_multiple: false, tag_note: 'DICONDE'},
|
763
|
+
{ tag_ps: '(0014,602C)', tag_name: "Thermal Source Motion State", tag_key: 'ThermalSourceMotionState', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(0014,602C)', tag_sym: :thermal_source_motion_state, tag_ndm: '0014602C', tag_ary: [0x0014,0x602C], tag_multiple: false, tag_note: 'DICONDE'},
|
764
|
+
{ tag_ps: '(0014,602D)', tag_name: "Thermal Source Motion Type", tag_key: 'ThermalSourceMotionType', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(0014,602D)', tag_sym: :thermal_source_motion_type, tag_ndm: '0014602D', tag_ary: [0x0014,0x602D], tag_multiple: false, tag_note: 'DICONDE'},
|
765
|
+
{ tag_ps: '(0014,602E)', tag_name: "Induction Heating Sequence", tag_key: 'InductionHeatingSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0014,602E)', tag_sym: :induction_heating_sequence, tag_ndm: '0014602E', tag_ary: [0x0014,0x602E], tag_multiple: false, tag_note: 'DICONDE'},
|
766
|
+
{ tag_ps: '(0014,602F)', tag_name: "Coil Configuration ID", tag_key: 'CoilConfigurationID', tag_vr: [:ST], tag_vm: ["1"], tag_str: '(0014,602F)', tag_sym: :coil_configuration_id, tag_ndm: '0014602F', tag_ary: [0x0014,0x602F], tag_multiple: false, tag_note: 'DICONDE'},
|
767
|
+
{ tag_ps: '(0014,6030)', tag_name: "Number of Turns in Coil", tag_key: 'NumberOfTurnsInCoil', tag_vr: [:DS], tag_vm: ["1"], tag_str: '(0014,6030)', tag_sym: :number_of_turns_in_coil, tag_ndm: '00146030', tag_ary: [0x0014,0x6030], tag_multiple: false, tag_note: 'DICONDE'},
|
768
|
+
{ tag_ps: '(0014,6031)', tag_name: "Shape of Individual Turn", tag_key: 'ShapeOfIndividualTurn', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(0014,6031)', tag_sym: :shape_of_individual_turn, tag_ndm: '00146031', tag_ary: [0x0014,0x6031], tag_multiple: false, tag_note: 'DICONDE'},
|
769
|
+
{ tag_ps: '(0014,6032)', tag_name: "Size of Individual Turn", tag_key: 'SizeOfIndividualTurn', tag_vr: [:DS], tag_vm: ["1-n"], tag_str: '(0014,6032)', tag_sym: :size_of_individual_turn, tag_ndm: '00146032', tag_ary: [0x0014,0x6032], tag_multiple: false, tag_note: 'DICONDE'},
|
770
|
+
{ tag_ps: '(0014,6033)', tag_name: "Distance Between Turns", tag_key: 'DistanceBetweenTurns', tag_vr: [:DS], tag_vm: ["1-n"], tag_str: '(0014,6033)', tag_sym: :distance_between_turns, tag_ndm: '00146033', tag_ary: [0x0014,0x6033], tag_multiple: false, tag_note: 'DICONDE'},
|
771
|
+
{ tag_ps: '(0014,6034)', tag_name: "Flash Heating Sequence", tag_key: 'FlashHeatingSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0014,6034)', tag_sym: :flash_heating_sequence, tag_ndm: '00146034', tag_ary: [0x0014,0x6034], tag_multiple: false, tag_note: 'DICONDE'},
|
772
|
+
{ tag_ps: '(0014,6035)', tag_name: "Number of Lamps", tag_key: 'NumberOfLamps', tag_vr: [:DS], tag_vm: ["1"], tag_str: '(0014,6035)', tag_sym: :number_of_lamps, tag_ndm: '00146035', tag_ary: [0x0014,0x6035], tag_multiple: false, tag_note: 'DICONDE'},
|
773
|
+
{ tag_ps: '(0014,6036)', tag_name: "Flash Synchronization Protocol", tag_key: 'FlashSynchronizationProtocol', tag_vr: [:ST], tag_vm: ["1"], tag_str: '(0014,6036)', tag_sym: :flash_synchronization_protocol, tag_ndm: '00146036', tag_ary: [0x0014,0x6036], tag_multiple: false, tag_note: 'DICONDE'},
|
774
|
+
{ tag_ps: '(0014,6037)', tag_name: "Flash Modification Status", tag_key: 'FlashModificationStatus', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(0014,6037)', tag_sym: :flash_modification_status, tag_ndm: '00146037', tag_ary: [0x0014,0x6037], tag_multiple: false, tag_note: 'DICONDE'},
|
775
|
+
{ tag_ps: '(0014,6038)', tag_name: "Laser Heating Sequence", tag_key: 'LaserHeatingSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0014,6038)', tag_sym: :laser_heating_sequence, tag_ndm: '00146038', tag_ary: [0x0014,0x6038], tag_multiple: false, tag_note: 'DICONDE'},
|
776
|
+
{ tag_ps: '(0014,6039)', tag_name: "Laser Manufacturer", tag_key: 'LaserManufacturer', tag_vr: [:LO], tag_vm: ["1"], tag_str: '(0014,6039)', tag_sym: :laser_manufacturer, tag_ndm: '00146039', tag_ary: [0x0014,0x6039], tag_multiple: false, tag_note: 'DICONDE'},
|
777
|
+
{ tag_ps: '(0014,603A)', tag_name: "Laser Model Number", tag_key: 'LaserModelNumber', tag_vr: [:LO], tag_vm: ["1"], tag_str: '(0014,603A)', tag_sym: :laser_model_number, tag_ndm: '0014603A', tag_ary: [0x0014,0x603A], tag_multiple: false, tag_note: 'DICONDE'},
|
778
|
+
{ tag_ps: '(0014,603B)', tag_name: "Laser Type Description", tag_key: 'LaserTypeDescription', tag_vr: [:ST], tag_vm: ["1"], tag_str: '(0014,603B)', tag_sym: :laser_type_description, tag_ndm: '0014603B', tag_ary: [0x0014,0x603B], tag_multiple: false, tag_note: 'DICONDE'},
|
779
|
+
{ tag_ps: '(0014,603C)', tag_name: "Forced Gas Heating Sequence", tag_key: 'ForcedGasHeatingSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0014,603C)', tag_sym: :forced_gas_heating_sequence, tag_ndm: '0014603C', tag_ary: [0x0014,0x603C], tag_multiple: false, tag_note: 'DICONDE'},
|
780
|
+
{ tag_ps: '(0014,603D)', tag_name: "Gas Used for Heating/Cooling Part", tag_key: 'GasUsedForHeatingCoolingPart', tag_vr: [:LO], tag_vm: ["1"], tag_str: '(0014,603D)', tag_sym: :gas_used_for_heating_cooling_part, tag_ndm: '0014603D', tag_ary: [0x0014,0x603D], tag_multiple: false, tag_note: 'DICONDE'},
|
781
|
+
{ tag_ps: '(0014,603E)', tag_name: "Vibration/Sonic Heating Sequence", tag_key: 'VibrationSonicHeatingSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0014,603E)', tag_sym: :vibration_sonic_heating_sequence, tag_ndm: '0014603E', tag_ary: [0x0014,0x603E], tag_multiple: false, tag_note: 'DICONDE'},
|
782
|
+
{ tag_ps: '(0014,603F)', tag_name: "Probe Manufacturer", tag_key: 'ProbeManufacturer', tag_vr: [:LO], tag_vm: ["1"], tag_str: '(0014,603F)', tag_sym: :probe_manufacturer, tag_ndm: '0014603F', tag_ary: [0x0014,0x603F], tag_multiple: false, tag_note: 'DICONDE'},
|
783
|
+
{ tag_ps: '(0014,6040)', tag_name: "Probe Model Number", tag_key: 'ProbeModelNumber', tag_vr: [:LO], tag_vm: ["1"], tag_str: '(0014,6040)', tag_sym: :probe_model_number, tag_ndm: '00146040', tag_ary: [0x0014,0x6040], tag_multiple: false, tag_note: 'DICONDE'},
|
784
|
+
{ tag_ps: '(0014,6041)', tag_name: "Aperture Size", tag_key: 'ApertureSize', tag_vr: [:DS], tag_vm: ["1"], tag_str: '(0014,6041)', tag_sym: :aperture_size, tag_ndm: '00146041', tag_ary: [0x0014,0x6041], tag_multiple: false, tag_note: 'DICONDE'},
|
785
|
+
{ tag_ps: '(0014,6042)', tag_name: "Probe Resonant Frequency", tag_key: 'ProbeResonantFrequency', tag_vr: [:DS], tag_vm: ["1"], tag_str: '(0014,6042)', tag_sym: :probe_resonant_frequency, tag_ndm: '00146042', tag_ary: [0x0014,0x6042], tag_multiple: false, tag_note: 'DICONDE'},
|
786
|
+
{ tag_ps: '(0014,6043)', tag_name: "Heat Source Description", tag_key: 'HeatSourceDescription', tag_vr: [:UT], tag_vm: ["1"], tag_str: '(0014,6043)', tag_sym: :heat_source_description, tag_ndm: '00146043', tag_ary: [0x0014,0x6043], tag_multiple: false, tag_note: 'DICONDE'},
|
787
|
+
{ tag_ps: '(0014,6044)', tag_name: "Surface Preparation with Optical Coating", tag_key: 'SurfacePreparationWithOpticalCoating', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(0014,6044)', tag_sym: :surface_preparation_with_optical_coating, tag_ndm: '00146044', tag_ary: [0x0014,0x6044], tag_multiple: false, tag_note: 'DICONDE'},
|
788
|
+
{ tag_ps: '(0014,6045)', tag_name: "Optical Coating Type", tag_key: 'OpticalCoatingType', tag_vr: [:ST], tag_vm: ["1"], tag_str: '(0014,6045)', tag_sym: :optical_coating_type, tag_ndm: '00146045', tag_ary: [0x0014,0x6045], tag_multiple: false, tag_note: 'DICONDE'},
|
789
|
+
{ tag_ps: '(0014,6046)', tag_name: "Thermal Conductivity of Exposed Surface", tag_key: 'ThermalConductivityOfExposedSurface', tag_vr: [:DS], tag_vm: ["1"], tag_str: '(0014,6046)', tag_sym: :thermal_conductivity_of_exposed_surface, tag_ndm: '00146046', tag_ary: [0x0014,0x6046], tag_multiple: false, tag_note: 'DICONDE'},
|
790
|
+
{ tag_ps: '(0014,6047)', tag_name: "Material Density", tag_key: 'MaterialDensity', tag_vr: [:DS], tag_vm: ["1"], tag_str: '(0014,6047)', tag_sym: :material_density, tag_ndm: '00146047', tag_ary: [0x0014,0x6047], tag_multiple: false, tag_note: 'DICONDE'},
|
791
|
+
{ tag_ps: '(0014,6048)', tag_name: "Specific Heat of Inspection Surface", tag_key: 'SpecificHeatOfInspectionSurface', tag_vr: [:DS], tag_vm: ["1"], tag_str: '(0014,6048)', tag_sym: :specific_heat_of_inspection_surface, tag_ndm: '00146048', tag_ary: [0x0014,0x6048], tag_multiple: false, tag_note: 'DICONDE'},
|
792
|
+
{ tag_ps: '(0014,6049)', tag_name: "Emissivity of Inspection Surface", tag_key: 'EmissivityOfInspectionSurface', tag_vr: [:DS], tag_vm: ["1"], tag_str: '(0014,6049)', tag_sym: :emissivity_of_inspection_surface, tag_ndm: '00146049', tag_ary: [0x0014,0x6049], tag_multiple: false, tag_note: 'DICONDE'},
|
793
|
+
{ tag_ps: '(0014,604A)', tag_name: "Electromagnetic Classification of Inspection Surface", tag_key: 'ElectromagneticClassificationOfInspectionSurface', tag_vr: [:CS], tag_vm: ["1-n"], tag_str: '(0014,604A)', tag_sym: :electromagnetic_classification_of_inspection_surface, tag_ndm: '0014604A', tag_ary: [0x0014,0x604A], tag_multiple: false, tag_note: 'DICONDE'},
|
794
|
+
{ tag_ps: '(0014,604C)', tag_name: "Moving Window Size", tag_key: 'MovingWindowSize', tag_vr: [:DS], tag_vm: ["1"], tag_str: '(0014,604C)', tag_sym: :moving_window_size, tag_ndm: '0014604C', tag_ary: [0x0014,0x604C], tag_multiple: false, tag_note: 'DICONDE'},
|
795
|
+
{ tag_ps: '(0014,604D)', tag_name: "Moving Window Type", tag_key: 'MovingWindowType', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(0014,604D)', tag_sym: :moving_window_type, tag_ndm: '0014604D', tag_ary: [0x0014,0x604D], tag_multiple: false, tag_note: 'DICONDE'},
|
796
|
+
{ tag_ps: '(0014,604E)', tag_name: "Moving Window Weights", tag_key: 'MovingWindowWeights', tag_vr: [:DS], tag_vm: ["1-n"], tag_str: '(0014,604E)', tag_sym: :moving_window_weights, tag_ndm: '0014604E', tag_ary: [0x0014,0x604E], tag_multiple: false, tag_note: 'DICONDE'},
|
797
|
+
{ tag_ps: '(0014,604F)', tag_name: "Moving Window Pitch", tag_key: 'MovingWindowPitch', tag_vr: [:DS], tag_vm: ["1"], tag_str: '(0014,604F)', tag_sym: :moving_window_pitch, tag_ndm: '0014604F', tag_ary: [0x0014,0x604F], tag_multiple: false, tag_note: 'DICONDE'},
|
798
|
+
{ tag_ps: '(0014,6050)', tag_name: "Moving Window Padding Scheme", tag_key: 'MovingWindowPaddingScheme', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(0014,6050)', tag_sym: :moving_window_padding_scheme, tag_ndm: '00146050', tag_ary: [0x0014,0x6050], tag_multiple: false, tag_note: 'DICONDE'},
|
799
|
+
{ tag_ps: '(0014,6051)', tag_name: "Moving Window Padding Sength", tag_key: 'MovingWindowPaddingLength', tag_vr: [:DS], tag_vm: ["1"], tag_str: '(0014,6051)', tag_sym: :moving_window_padding_length, tag_ndm: '00146051', tag_ary: [0x0014,0x6051], tag_multiple: false, tag_note: 'DICONDE'},
|
800
|
+
{ tag_ps: '(0014,6052)', tag_name: "Spatial Filtering Parameters Sequence", tag_key: 'SpatialFilteringParametersSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0014,6052)', tag_sym: :spatial_filtering_parameters_sequence, tag_ndm: '00146052', tag_ary: [0x0014,0x6052], tag_multiple: false, tag_note: 'DICONDE'},
|
801
|
+
{ tag_ps: '(0014,6053)', tag_name: "Spatial Filtering Scheme", tag_key: 'SpatialFilteringScheme', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(0014,6053)', tag_sym: :spatial_filtering_scheme, tag_ndm: '00146053', tag_ary: [0x0014,0x6053], tag_multiple: false, tag_note: 'DICONDE'},
|
802
|
+
{ tag_ps: '(0014,6056)', tag_name: "Horizontal Moving Window Size", tag_key: 'HorizontalMovingWindowSize', tag_vr: [:DS], tag_vm: ["1"], tag_str: '(0014,6056)', tag_sym: :horizontal_moving_window_size, tag_ndm: '00146056', tag_ary: [0x0014,0x6056], tag_multiple: false, tag_note: 'DICONDE'},
|
803
|
+
{ tag_ps: '(0014,6057)', tag_name: "Vertical Moving Window Size", tag_key: 'VerticalMovingWindowSize', tag_vr: [:DS], tag_vm: ["1"], tag_str: '(0014,6057)', tag_sym: :vertical_moving_window_size, tag_ndm: '00146057', tag_ary: [0x0014,0x6057], tag_multiple: false, tag_note: 'DICONDE'},
|
804
|
+
{ tag_ps: '(0014,6059)', tag_name: "Polynomial Fitting Sequence", tag_key: 'PolynomialFittingSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0014,6059)', tag_sym: :polynomial_fitting_sequence, tag_ndm: '00146059', tag_ary: [0x0014,0x6059], tag_multiple: false, tag_note: 'DICONDE'},
|
805
|
+
{ tag_ps: '(0014,605A)', tag_name: "Fitting Data Type", tag_key: 'FittingDataType', tag_vr: [:CS], tag_vm: ["1-n"], tag_str: '(0014,605A)', tag_sym: :fitting_data_type, tag_ndm: '0014605A', tag_ary: [0x0014,0x605A], tag_multiple: false, tag_note: 'DICONDE'},
|
806
|
+
{ tag_ps: '(0014,605B)', tag_name: "Operation on Time Axis Before Fitting", tag_key: 'OperationOnTimeAxisBeforeFitting', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(0014,605B)', tag_sym: :operation_on_time_axis_before_fitting, tag_ndm: '0014605B', tag_ary: [0x0014,0x605B], tag_multiple: false, tag_note: 'DICONDE'},
|
807
|
+
{ tag_ps: '(0014,605C)', tag_name: "Operation on Pixel Intensity Before Fitting", tag_key: 'OperationOnPixelIntensityBeforeFitting', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(0014,605C)', tag_sym: :operation_on_pixel_intensity_before_fitting, tag_ndm: '0014605C', tag_ary: [0x0014,0x605C], tag_multiple: false, tag_note: 'DICONDE'},
|
808
|
+
{ tag_ps: '(0014,605D)', tag_name: "Order of Polynomial", tag_key: 'OrderOfPolynomial', tag_vr: [:DS], tag_vm: ["1"], tag_str: '(0014,605D)', tag_sym: :order_of_polynomial, tag_ndm: '0014605D', tag_ary: [0x0014,0x605D], tag_multiple: false, tag_note: 'DICONDE'},
|
809
|
+
{ tag_ps: '(0014,605E)', tag_name: "Independent Variable for Polynomial Fit", tag_key: 'IndependentVariableForPolynomialFit', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(0014,605E)', tag_sym: :independent_variable_for_polynomial_fit, tag_ndm: '0014605E', tag_ary: [0x0014,0x605E], tag_multiple: false, tag_note: 'DICONDE'},
|
810
|
+
{ tag_ps: '(0014,605F)', tag_name: "PolynomialCoefficients", tag_key: 'PolynomialCoefficients', tag_vr: [:DS], tag_vm: ["1-n"], tag_str: '(0014,605F)', tag_sym: :polynomial_coefficients, tag_ndm: '0014605F', tag_ary: [0x0014,0x605F], tag_multiple: false, tag_note: 'DICONDE'},
|
811
|
+
{ tag_ps: '(0014,6060)', tag_name: "Thermography Pixel Data Unit", tag_key: 'ThermographyPixelDataUnit', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(0014,6060)', tag_sym: :thermography_pixel_data_unit, tag_ndm: '00146060', tag_ary: [0x0014,0x6060], tag_multiple: false, tag_note: 'DICONDE'},
|
719
812
|
{ tag_ps: '(0016,0001)', tag_name: "White Point", tag_key: 'WhitePoint', tag_vr: [:DS], tag_vm: ["1"], tag_str: '(0016,0001)', tag_sym: :white_point, tag_ndm: '00160001', tag_ary: [0x0016,0x0001], tag_multiple: false, tag_note: ''},
|
720
813
|
{ tag_ps: '(0016,0002)', tag_name: "Primary Chromaticities", tag_key: 'PrimaryChromaticities', tag_vr: [:DS], tag_vm: ["3"], tag_str: '(0016,0002)', tag_sym: :primary_chromaticities, tag_ndm: '00160002', tag_ary: [0x0016,0x0002], tag_multiple: false, tag_note: ''},
|
721
814
|
{ tag_ps: '(0016,0003)', tag_name: "Battery Level", tag_key: 'BatteryLevel', tag_vr: [:UT], tag_vm: ["1"], tag_str: '(0016,0003)', tag_sym: :battery_level, tag_ndm: '00160003', tag_ary: [0x0016,0x0003], tag_multiple: false, tag_note: ''},
|
@@ -2010,7 +2103,9 @@ Only characters from the Default Character Repertoire may be used.'},
|
|
2010
2103
|
{ tag_ps: '(0022,1622)', tag_name: "Ophthalmic Volumetric Properties Flag", tag_key: 'OphthalmicVolumetricPropertiesFlag', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(0022,1622)', tag_sym: :ophthalmic_volumetric_properties_flag, tag_ndm: '00221622', tag_ary: [0x0022,0x1622], tag_multiple: false, tag_note: ''},
|
2011
2104
|
{ tag_ps: '(0022,1624)', tag_name: "Ophthalmic Anatomic Reference Point X-Coordinate", tag_key: 'OphthalmicAnatomicReferencePointXCoordinate', tag_vr: [:FL], tag_vm: ["1"], tag_str: '(0022,1624)', tag_sym: :ophthalmic_anatomic_reference_point_x_coordinate, tag_ndm: '00221624', tag_ary: [0x0022,0x1624], tag_multiple: false, tag_note: ''},
|
2012
2105
|
{ tag_ps: '(0022,1626)', tag_name: "Ophthalmic Anatomic Reference Point Y-Coordinate", tag_key: 'OphthalmicAnatomicReferencePointYCoordinate', tag_vr: [:FL], tag_vm: ["1"], tag_str: '(0022,1626)', tag_sym: :ophthalmic_anatomic_reference_point_y_coordinate, tag_ndm: '00221626', tag_ary: [0x0022,0x1626], tag_multiple: false, tag_note: ''},
|
2106
|
+
{ tag_ps: '(0022,1627)', tag_name: "Ophthalmic En Face Volume Descriptor Sequence", tag_key: 'OphthalmicEnFaceVolumeDescriptorSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0022,1627)', tag_sym: :ophthalmic_en_face_volume_descriptor_sequence, tag_ndm: '00221627', tag_ary: [0x0022,0x1627], tag_multiple: false, tag_note: ''},
|
2013
2107
|
{ tag_ps: '(0022,1628)', tag_name: "Ophthalmic En Face Image Quality Rating Sequence", tag_key: 'OphthalmicEnFaceImageQualityRatingSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0022,1628)', tag_sym: :ophthalmic_en_face_image_quality_rating_sequence, tag_ndm: '00221628', tag_ary: [0x0022,0x1628], tag_multiple: false, tag_note: ''},
|
2108
|
+
{ tag_ps: '(0022,1629)', tag_name: "Ophthalmic En Face Volume Descriptor Scope", tag_key: 'OphthalmicEnFaceVolumeDescriptorScope', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(0022,1629)', tag_sym: :ophthalmic_en_face_volume_descriptor_scope, tag_ndm: '00221629', tag_ary: [0x0022,0x1629], tag_multiple: false, tag_note: ''},
|
2014
2109
|
{ tag_ps: '(0022,1630)', tag_name: "Quality Threshold", tag_key: 'QualityThreshold', tag_vr: [:DS], tag_vm: ["1"], tag_str: '(0022,1630)', tag_sym: :quality_threshold, tag_ndm: '00221630', tag_ary: [0x0022,0x1630], tag_multiple: false, tag_note: ''},
|
2015
2110
|
{ tag_ps: '(0022,1640)', tag_name: "OCT B-scan Analysis Acquisition Parameters Sequence", tag_key: 'OCTBscanAnalysisAcquisitionParametersSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0022,1640)', tag_sym: :oct_bscan_analysis_acquisition_parameters_sequence, tag_ndm: '00221640', tag_ary: [0x0022,0x1640], tag_multiple: false, tag_note: ''},
|
2016
2111
|
{ tag_ps: '(0022,1642)', tag_name: "Number of B-scans Per Frame", tag_key: 'NumberOfBscansPerFrame', tag_vr: [:UL], tag_vm: ["1"], tag_str: '(0022,1642)', tag_sym: :number_of_bscans_per_frame, tag_ndm: '00221642', tag_ary: [0x0022,0x1642], tag_multiple: false, tag_note: ''},
|
@@ -2490,12 +2585,12 @@ Only characters from the Default Character Repertoire may be used.'},
|
|
2490
2585
|
{ tag_ps: '(003A,0317)', tag_name: "Waveform Amplifier Type", tag_key: 'WaveformAmplifierType', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(003A,0317)', tag_sym: :waveform_amplifier_type, tag_ndm: '003A0317', tag_ary: [0x003A,0x0317], tag_multiple: false, tag_note: ''},
|
2491
2586
|
{ tag_ps: '(003A,0318)', tag_name: "Filter Low Frequency Characteristics Sequence", tag_key: 'FilterLowFrequencyCharacteristicsSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(003A,0318)', tag_sym: :filter_low_frequency_characteristics_sequence, tag_ndm: '003A0318', tag_ary: [0x003A,0x0318], tag_multiple: false, tag_note: ''},
|
2492
2587
|
{ tag_ps: '(003A,0319)', tag_name: "Filter High Frequency Characteristics Sequence", tag_key: 'FilterHighFrequencyCharacteristicsSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(003A,0319)', tag_sym: :filter_high_frequency_characteristics_sequence, tag_ndm: '003A0319', tag_ary: [0x003A,0x0319], tag_multiple: false, tag_note: ''},
|
2493
|
-
{ tag_ps: '(003A,0320)', tag_name: "Summarized Filter Lookup Table Sequence", tag_key: '
|
2588
|
+
{ tag_ps: '(003A,0320)', tag_name: "Summarized Filter Lookup Table Sequence", tag_key: 'SummarizedFilterLookupTableSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(003A,0320)', tag_sym: :summarized_filter_lookup_table_sequence, tag_ndm: '003A0320', tag_ary: [0x003A,0x0320], tag_multiple: false, tag_note: ''},
|
2494
2589
|
{ tag_ps: '(003A,0321)', tag_name: "Notch Filter Characteristics Sequence", tag_key: 'NotchFilterCharacteristicsSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(003A,0321)', tag_sym: :notch_filter_characteristics_sequence, tag_ndm: '003A0321', tag_ary: [0x003A,0x0321], tag_multiple: false, tag_note: ''},
|
2495
2590
|
{ tag_ps: '(003A,0322)', tag_name: "Waveform Filter Type", tag_key: 'WaveformFilterType', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(003A,0322)', tag_sym: :waveform_filter_type, tag_ndm: '003A0322', tag_ary: [0x003A,0x0322], tag_multiple: false, tag_note: ''},
|
2496
2591
|
{ tag_ps: '(003A,0323)', tag_name: "Analog Filter Characteristics Sequence", tag_key: 'AnalogFilterCharacteristicsSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(003A,0323)', tag_sym: :analog_filter_characteristics_sequence, tag_ndm: '003A0323', tag_ary: [0x003A,0x0323], tag_multiple: false, tag_note: ''},
|
2497
2592
|
{ tag_ps: '(003A,0324)', tag_name: "Analog Filter Roll Off", tag_key: 'AnalogFilterRollOff', tag_vr: [:DS], tag_vm: ["1"], tag_str: '(003A,0324)', tag_sym: :analog_filter_roll_off, tag_ndm: '003A0324', tag_ary: [0x003A,0x0324], tag_multiple: false, tag_note: ''},
|
2498
|
-
{ tag_ps: '(003A,0325)', tag_name: "Analog Filter Type Code Sequence", tag_key: '
|
2593
|
+
{ tag_ps: '(003A,0325)', tag_name: "Analog Filter Type Code Sequence", tag_key: 'AnalogFilterTypeCodeSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(003A,0325)', tag_sym: :analog_filter_type_code_sequence, tag_ndm: '003A0325', tag_ary: [0x003A,0x0325], tag_multiple: false, tag_note: ''},
|
2499
2594
|
{ tag_ps: '(003A,0326)', tag_name: "Digital Filter Characteristics Sequence", tag_key: 'DigitalFilterCharacteristicsSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(003A,0326)', tag_sym: :digital_filter_characteristics_sequence, tag_ndm: '003A0326', tag_ary: [0x003A,0x0326], tag_multiple: false, tag_note: ''},
|
2500
2595
|
{ tag_ps: '(003A,0327)', tag_name: "Digital Filter Order", tag_key: 'DigitalFilterOrder', tag_vr: [:IS], tag_vm: ["1"], tag_str: '(003A,0327)', tag_sym: :digital_filter_order, tag_ndm: '003A0327', tag_ary: [0x003A,0x0327], tag_multiple: false, tag_note: ''},
|
2501
2596
|
{ tag_ps: '(003A,0328)', tag_name: "Digital Filter Type Code Sequence", tag_key: 'DigitalFilterTypeCodeSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(003A,0328)', tag_sym: :digital_filter_type_code_sequence, tag_ndm: '003A0328', tag_ary: [0x003A,0x0328], tag_multiple: false, tag_note: ''},
|
@@ -3154,6 +3249,7 @@ Only characters from the Default Character Repertoire may be used.'},
|
|
3154
3249
|
{ tag_ps: '(0066,0002)', tag_name: "Surface Sequence", tag_key: 'SurfaceSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0066,0002)', tag_sym: :surface_sequence, tag_ndm: '00660002', tag_ary: [0x0066,0x0002], tag_multiple: false, tag_note: ''},
|
3155
3250
|
{ tag_ps: '(0066,0003)', tag_name: "Surface Number", tag_key: 'SurfaceNumber', tag_vr: [:UL], tag_vm: ["1"], tag_str: '(0066,0003)', tag_sym: :surface_number, tag_ndm: '00660003', tag_ary: [0x0066,0x0003], tag_multiple: false, tag_note: ''},
|
3156
3251
|
{ tag_ps: '(0066,0004)', tag_name: "Surface Comments", tag_key: 'SurfaceComments', tag_vr: [:LT], tag_vm: ["1"], tag_str: '(0066,0004)', tag_sym: :surface_comments, tag_ndm: '00660004', tag_ary: [0x0066,0x0004], tag_multiple: false, tag_note: ''},
|
3252
|
+
{ tag_ps: '(0066,0005)', tag_name: "Surface Offset", tag_key: 'SurfaceOffset', tag_vr: [:FL], tag_vm: ["1"], tag_str: '(0066,0005)', tag_sym: :surface_offset, tag_ndm: '00660005', tag_ary: [0x0066,0x0005], tag_multiple: false, tag_note: ''},
|
3157
3253
|
{ tag_ps: '(0066,0009)', tag_name: "Surface Processing", tag_key: 'SurfaceProcessing', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(0066,0009)', tag_sym: :surface_processing, tag_ndm: '00660009', tag_ary: [0x0066,0x0009], tag_multiple: false, tag_note: ''},
|
3158
3254
|
{ tag_ps: '(0066,000A)', tag_name: "Surface Processing Ratio", tag_key: 'SurfaceProcessingRatio', tag_vr: [:FL], tag_vm: ["1"], tag_str: '(0066,000A)', tag_sym: :surface_processing_ratio, tag_ndm: '0066000A', tag_ary: [0x0066,0x000A], tag_multiple: false, tag_note: ''},
|
3159
3255
|
{ tag_ps: '(0066,000B)', tag_name: "Surface Processing Description", tag_key: 'SurfaceProcessingDescription', tag_vr: [:LO], tag_vm: ["1"], tag_str: '(0066,000B)', tag_sym: :surface_processing_description, tag_ndm: '0066000B', tag_ary: [0x0066,0x000B], tag_multiple: false, tag_note: ''},
|
@@ -4015,6 +4111,7 @@ Only characters from the Default Character Repertoire may be used.'},
|
|
4015
4111
|
{ tag_ps: '(3002,0133)', tag_name: "Energy Derivation Code Sequence", tag_key: 'EnergyDerivationCodeSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(3002,0133)', tag_sym: :energy_derivation_code_sequence, tag_ndm: '30020133', tag_ary: [0x3002,0x0133], tag_multiple: false, tag_note: ''},
|
4016
4112
|
{ tag_ps: '(3002,0134)', tag_name: "Maximum Cumulative Meterset Exposure", tag_key: 'MaximumCumulativeMetersetExposure', tag_vr: [:FD], tag_vm: ["1"], tag_str: '(3002,0134)', tag_sym: :maximum_cumulative_meterset_exposure, tag_ndm: '30020134', tag_ary: [0x3002,0x0134], tag_multiple: false, tag_note: ''},
|
4017
4113
|
{ tag_ps: '(3002,0135)', tag_name: "Acquisition Initiation Sequence", tag_key: 'AcquisitionInitiationSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(3002,0135)', tag_sym: :acquisition_initiation_sequence, tag_ndm: '30020135', tag_ary: [0x3002,0x0135], tag_multiple: false, tag_note: ''},
|
4114
|
+
{ tag_ps: '(3002,0136)', tag_name: "RT Cone-Beam Imaging Geometry Sequence", tag_key: 'RTConeBeamImagingGeometrySequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(3002,0136)', tag_sym: :rt_cone_beam_imaging_geometry_sequence, tag_ndm: '30020136', tag_ary: [0x3002,0x0136], tag_multiple: false, tag_note: ''},
|
4018
4115
|
{ tag_ps: '(3004,0001)', tag_name: "DVH Type", tag_key: 'DVHType', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(3004,0001)', tag_sym: :dvh_type, tag_ndm: '30040001', tag_ary: [0x3004,0x0001], tag_multiple: false, tag_note: ''},
|
4019
4116
|
{ tag_ps: '(3004,0002)', tag_name: "Dose Units", tag_key: 'DoseUnits', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(3004,0002)', tag_sym: :dose_units, tag_ndm: '30040002', tag_ary: [0x3004,0x0002], tag_multiple: false, tag_note: ''},
|
4020
4117
|
{ tag_ps: '(3004,0004)', tag_name: "Dose Type", tag_key: 'DoseType', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(3004,0004)', tag_sym: :dose_type, tag_ndm: '30040004', tag_ary: [0x3004,0x0004], tag_multiple: false, tag_note: ''},
|
@@ -4380,6 +4477,7 @@ Only characters from the Default Character Repertoire may be used.'},
|
|
4380
4477
|
{ tag_ps: '(300A,0132)', tag_name: "Source to External Contour Distance", tag_key: 'SourceToExternalContourDistance', tag_vr: [:FL], tag_vm: ["1"], tag_str: '(300A,0132)', tag_sym: :source_to_external_contour_distance, tag_ndm: '300A0132', tag_ary: [0x300A,0x0132], tag_multiple: false, tag_note: ''},
|
4381
4478
|
{ tag_ps: '(300A,0133)', tag_name: "External Contour Entry Point", tag_key: 'ExternalContourEntryPoint', tag_vr: [:FL], tag_vm: ["3"], tag_str: '(300A,0133)', tag_sym: :external_contour_entry_point, tag_ndm: '300A0133', tag_ary: [0x300A,0x0133], tag_multiple: false, tag_note: ''},
|
4382
4479
|
{ tag_ps: '(300A,0134)', tag_name: "Cumulative Meterset Weight", tag_key: 'CumulativeMetersetWeight', tag_vr: [:DS], tag_vm: ["1"], tag_str: '(300A,0134)', tag_sym: :cumulative_meterset_weight, tag_ndm: '300A0134', tag_ary: [0x300A,0x0134], tag_multiple: false, tag_note: ''},
|
4480
|
+
{ tag_ps: '(300A,0135)', tag_name: "Placeholder (300A,0135)", tag_key: 'Placeholder_300A_0135', tag_vr: [:UN], tag_vm: ["1"], tag_str: '(300A,0135)', tag_sym: :placeholder_300a_0135, tag_ndm: '300A0135', tag_ary: [0x300A,0x0135], tag_multiple: false, tag_note: 'RET'},
|
4383
4481
|
{ tag_ps: '(300A,0140)', tag_name: "Table Top Pitch Angle", tag_key: 'TableTopPitchAngle', tag_vr: [:FL], tag_vm: ["1"], tag_str: '(300A,0140)', tag_sym: :table_top_pitch_angle, tag_ndm: '300A0140', tag_ary: [0x300A,0x0140], tag_multiple: false, tag_note: ''},
|
4384
4482
|
{ tag_ps: '(300A,0142)', tag_name: "Table Top Pitch Rotation Direction", tag_key: 'TableTopPitchRotationDirection', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(300A,0142)', tag_sym: :table_top_pitch_rotation_direction, tag_ndm: '300A0142', tag_ary: [0x300A,0x0142], tag_multiple: false, tag_note: ''},
|
4385
4483
|
{ tag_ps: '(300A,0144)', tag_name: "Table Top Roll Angle", tag_key: 'TableTopRollAngle', tag_vr: [:FL], tag_vm: ["1"], tag_str: '(300A,0144)', tag_sym: :table_top_roll_angle, tag_ndm: '300A0144', tag_ary: [0x300A,0x0144], tag_multiple: false, tag_note: ''},
|
@@ -73,6 +73,9 @@ module DcmDict
|
|
73
73
|
{ uid_value: '1.2.840.10008.1.2.4.106.1', uid_name: 'Fragmentable MPEG-4 AVC/H.264 Stereo High Profile / Level 4.2', uid_key: 'MPEG4HP42STEREOF', uid_sym: :mpeg4hp42stereof, uid_type: :transfer_syntax},
|
74
74
|
{ uid_value: '1.2.840.10008.1.2.4.107', uid_name: 'HEVC/H.265 Main Profile / Level 5.1', uid_key: 'HEVCMP51', uid_sym: :hevcmp51, uid_type: :transfer_syntax},
|
75
75
|
{ uid_value: '1.2.840.10008.1.2.4.108', uid_name: 'HEVC/H.265 Main 10 Profile / Level 5.1', uid_key: 'HEVCM10P51', uid_sym: :hevcm10p51, uid_type: :transfer_syntax},
|
76
|
+
{ uid_value: '1.2.840.10008.1.2.4.110', uid_name: 'JPEG XL Lossless', uid_key: 'JPEGXLLossless', uid_sym: :jpegxl_lossless, uid_type: :transfer_syntax},
|
77
|
+
{ uid_value: '1.2.840.10008.1.2.4.111', uid_name: 'JPEG XL JPEG Recompression', uid_key: 'JPEGXLJPEGRecompression', uid_sym: :jpegxljpeg_recompression, uid_type: :transfer_syntax},
|
78
|
+
{ uid_value: '1.2.840.10008.1.2.4.112', uid_name: 'JPEG XL', uid_key: 'JPEGXL', uid_sym: :jpegxl, uid_type: :transfer_syntax},
|
76
79
|
{ uid_value: '1.2.840.10008.1.2.4.201', uid_name: 'High-Throughput JPEG 2000 Image Compression (Lossless Only)', uid_key: 'HTJ2KLossless', uid_sym: :htj2k_lossless, uid_type: :transfer_syntax},
|
77
80
|
{ uid_value: '1.2.840.10008.1.2.4.202', uid_name: 'High-Throughput JPEG 2000 with RPCL Options Image Compression (Lossless Only)', uid_key: 'HTJ2KLosslessRPCL', uid_sym: :htj2k_lossless_rpcl, uid_type: :transfer_syntax},
|
78
81
|
{ uid_value: '1.2.840.10008.1.2.4.203', uid_name: 'High-Throughput JPEG 2000 Image Compression', uid_key: 'HTJ2K', uid_sym: :htj2k, uid_type: :transfer_syntax},
|
@@ -245,6 +248,8 @@ module DcmDict
|
|
245
248
|
{ uid_value: '1.2.840.10008.5.1.4.1.1.66.4', uid_name: 'Segmentation Storage', uid_key: 'SegmentationStorage', uid_sym: :segmentation_storage, uid_type: :sop_class},
|
246
249
|
{ uid_value: '1.2.840.10008.5.1.4.1.1.66.5', uid_name: 'Surface Segmentation Storage', uid_key: 'SurfaceSegmentationStorage', uid_sym: :surface_segmentation_storage, uid_type: :sop_class},
|
247
250
|
{ uid_value: '1.2.840.10008.5.1.4.1.1.66.6', uid_name: 'Tractography Results Storage', uid_key: 'TractographyResultsStorage', uid_sym: :tractography_results_storage, uid_type: :sop_class},
|
251
|
+
{ uid_value: '1.2.840.10008.5.1.4.1.1.66.7', uid_name: 'Label Map Segmentation Storage', uid_key: 'LabelMapSegmentationStorage', uid_sym: :label_map_segmentation_storage, uid_type: :sop_class},
|
252
|
+
{ uid_value: '1.2.840.10008.5.1.4.1.1.66.8', uid_name: 'Height Map Segmentation Storage', uid_key: 'HeightMapSegmentationStorage', uid_sym: :height_map_segmentation_storage, uid_type: :sop_class},
|
248
253
|
{ uid_value: '1.2.840.10008.5.1.4.1.1.67', uid_name: 'Real World Value Mapping Storage', uid_key: 'RealWorldValueMappingStorage', uid_sym: :real_world_value_mapping_storage, uid_type: :sop_class},
|
249
254
|
{ uid_value: '1.2.840.10008.5.1.4.1.1.68.1', uid_name: 'Surface Scan Mesh Storage', uid_key: 'SurfaceScanMeshStorage', uid_sym: :surface_scan_mesh_storage, uid_type: :sop_class},
|
250
255
|
{ uid_value: '1.2.840.10008.5.1.4.1.1.68.2', uid_name: 'Surface Scan Point Cloud Storage', uid_key: 'SurfaceScanPointCloudStorage', uid_sym: :surface_scan_point_cloud_storage, uid_type: :sop_class},
|
@@ -366,6 +371,8 @@ module DcmDict
|
|
366
371
|
{ uid_value: '1.2.840.10008.5.1.4.1.1.501.6', uid_name: 'DICOS Quadrupole Resonance (QR) Storage', uid_key: 'DICOSQuadrupoleResonanceStorage', uid_sym: :dicos_quadrupole_resonance_storage, uid_type: :sop_class},
|
367
372
|
{ uid_value: '1.2.840.10008.5.1.4.1.1.601.1', uid_name: 'Eddy Current Image Storage', uid_key: 'EddyCurrentImageStorage', uid_sym: :eddy_current_image_storage, uid_type: :sop_class},
|
368
373
|
{ uid_value: '1.2.840.10008.5.1.4.1.1.601.2', uid_name: 'Eddy Current Multi-frame Image Storage', uid_key: 'EddyCurrentMultiFrameImageStorage', uid_sym: :eddy_current_multi_frame_image_storage, uid_type: :sop_class},
|
374
|
+
{ uid_value: '1.2.840.10008.5.1.4.1.1.601.3', uid_name: 'Thermography Image Storage', uid_key: 'ThermographyImageStorage', uid_sym: :thermography_image_storage, uid_type: :sop_class},
|
375
|
+
{ uid_value: '1.2.840.10008.5.1.4.1.1.601.4', uid_name: 'Thermography Multi-frame Image Storage', uid_key: 'ThermographyMultiFrameImageStorage', uid_sym: :thermography_multi_frame_image_storage, uid_type: :sop_class},
|
369
376
|
{ uid_value: '1.2.840.10008.5.1.4.1.2.1.1', uid_name: 'Patient Root Query/Retrieve Information Model - FIND', uid_key: 'PatientRootQueryRetrieveInformationModelFind', uid_sym: :patient_root_query_retrieve_information_model_find, uid_type: :sop_class},
|
370
377
|
{ uid_value: '1.2.840.10008.5.1.4.1.2.1.2', uid_name: 'Patient Root Query/Retrieve Information Model - MOVE', uid_key: 'PatientRootQueryRetrieveInformationModelMove', uid_sym: :patient_root_query_retrieve_information_model_move, uid_type: :sop_class},
|
371
378
|
{ uid_value: '1.2.840.10008.5.1.4.1.2.1.3', uid_name: 'Patient Root Query/Retrieve Information Model - GET', uid_key: 'PatientRootQueryRetrieveInformationModelGet', uid_sym: :patient_root_query_retrieve_information_model_get, uid_type: :sop_class},
|
data/lib/dcm_dict/version.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.60.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Enrico Rivarola
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-10-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: nokogiri
|
@@ -165,10 +165,10 @@ 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.60.0
|
169
169
|
homepage_uri: http://rubygems.org/gems/dcm_dict
|
170
170
|
source_code_uri: https://github.com/henrythebuilder/dcm_dict
|
171
|
-
post_install_message:
|
171
|
+
post_install_message:
|
172
172
|
rdoc_options: []
|
173
173
|
require_paths:
|
174
174
|
- lib
|
@@ -183,8 +183,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
183
183
|
- !ruby/object:Gem::Version
|
184
184
|
version: '0'
|
185
185
|
requirements: []
|
186
|
-
rubygems_version: 3.5.
|
187
|
-
signing_key:
|
186
|
+
rubygems_version: 3.5.21
|
187
|
+
signing_key:
|
188
188
|
specification_version: 4
|
189
189
|
summary: A simple way to handle DICOM Data Dictionary
|
190
190
|
test_files:
|