dcm_dict 0.9.0 → 0.10.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 +14 -10
- data/README.md +1 -1
- data/lib/dcm_dict/refine/internal/string_refine_internal.rb +18 -2
- data/lib/dcm_dict/source_data/data_elements_data.rb +106 -25
- data/lib/dcm_dict/source_data/uid_values_data.rb +9 -3
- data/lib/dcm_dict/version.rb +2 -2
- data/spec/data_element_sample_spec_helper.rb +98 -13
- data/spec/dcm_dict/dictionary/data_element_dictionary_spec.rb +1 -0
- data/spec/dcm_dict/dictionary/uid_dictionary_spec.rb +3 -0
- data/spec/dcm_dict/refine/internal/string_refine_internal_spec.rb +15 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b799f49bb0784303c46365871d97268d7ad22dd6
|
4
|
+
data.tar.gz: cad99146473b3642b46e95fae59f1768a544a368
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9f32db45d12ac2bc3f802bcd4f5df4366be334c2cf411386cecbd80e2f61b2436e709897e23523e492e5698c3c8508fb6687517ccb8fd3f3c311cedfc001e5a4
|
7
|
+
data.tar.gz: f945ac1c04d777f35033a7b8df218f5e34cd8412180f54a25fdac348d5cb6d66fb5a7316448154c4de746c4e6fffc84fe88df4550cd7dbb9274e922897a6006d
|
data/CHANGELOG
CHANGED
@@ -1,29 +1,33 @@
|
|
1
|
+
- V0.10.0
|
2
|
+
-- Update to 2016d Base Standard
|
3
|
+
-- Fix symbol extraction for keyword tag with "RTROI", "DVHROI", "OCTZ", "WADORS", "STOWRS", "CIExy", "RGBLUT", "VOILUT", "CTDIvol", "XAXRF", "CurrentInuA", "TimeInuS", "ExposureInuAs" and "dBdt" values
|
4
|
+
|
1
5
|
- V0.9.0
|
2
|
-
Update to 2016c Base Standard
|
6
|
+
-- Update to 2016c Base Standard
|
3
7
|
|
4
8
|
- V0.8.0
|
5
|
-
Update to 2016b Base Standard
|
9
|
+
-- Update to 2016b Base Standard
|
6
10
|
|
7
11
|
- V0.7.0
|
8
|
-
Update to 2016a Base Standard
|
12
|
+
-- Update to 2016a Base Standard
|
9
13
|
|
10
14
|
- v0.6.0
|
11
|
-
Update to 2015c Base Standard
|
15
|
+
-- Update to 2015c Base Standard
|
12
16
|
|
13
17
|
- v0.5.0
|
14
|
-
Update to 2015b Base Standard
|
18
|
+
-- Update to 2015b Base Standard
|
15
19
|
|
16
20
|
- v0.4.0
|
17
|
-
Update to 2015a Base Standard
|
21
|
+
-- Update to 2015a Base Standard
|
18
22
|
|
19
23
|
- v0.3.0
|
20
|
-
Update to 2014c Base Standard
|
24
|
+
-- Update to 2014c Base Standard
|
21
25
|
|
22
26
|
- v0.2.0
|
23
|
-
Update to 2014b Base Standard
|
27
|
+
-- Update to 2014b Base Standard
|
24
28
|
|
25
29
|
- v0.1.1
|
26
|
-
Update README file to fix some issues on files generated by rubydoc.info
|
30
|
+
-- Update README file to fix some issues on files generated by rubydoc.info
|
27
31
|
|
28
32
|
- v0.1.0
|
29
|
-
Initial version
|
33
|
+
-- Initial version
|
data/README.md
CHANGED
@@ -270,7 +270,7 @@ Note: the script use the [Nokogiri][3] as XML parser if installed as gem, otherw
|
|
270
270
|
Check the file for other details.
|
271
271
|
|
272
272
|
## Note
|
273
|
-
Current library version is aligned to *DICOM Base Standard* **
|
273
|
+
Current library version is aligned to *DICOM Base Standard* **2016d**
|
274
274
|
|
275
275
|
## Install
|
276
276
|
|
@@ -37,10 +37,26 @@ module DcmDict
|
|
37
37
|
|
38
38
|
# Convert tag key to tag symbol -> 'PatientName' -> :patient_name
|
39
39
|
def tag_key_to_sym
|
40
|
-
self.gsub('IDs', 'IDS').
|
40
|
+
self.gsub('IDs', 'IDS').
|
41
|
+
gsub('3D', '_3D').
|
42
|
+
gsub('RTROI', 'RT_ROI').
|
43
|
+
gsub('DVHROI', 'DVH_ROI').
|
44
|
+
gsub('OCTZ', 'OCT_Z').
|
45
|
+
gsub('WADORS', 'WADO_RS').
|
46
|
+
gsub('STOWRS', 'STOW_RS').
|
47
|
+
gsub('CIExy', 'CIEXY').
|
48
|
+
gsub('RGBLUT', 'RGB_LUT').
|
49
|
+
gsub('VOILUT', 'VOI_LUT').
|
50
|
+
gsub('CTDIvol', 'CTDIVol').
|
51
|
+
gsub('XAXRF', 'XA_XRF').
|
52
|
+
gsub('CurrentInuA', 'Current_in_ua_').
|
53
|
+
gsub('TimeInuS', 'Time_in_us').
|
54
|
+
gsub('ExposureInuAs', 'Exposure_in_uas_').
|
55
|
+
gsub('dBdt', '_db_dt_').
|
41
56
|
gsub(/([A-Z])([a-z])/,'_\1\2').
|
42
57
|
gsub(/([a-z])([A-Z])/,'\1_\2').
|
43
|
-
gsub(
|
58
|
+
gsub(/\A_/,'').
|
59
|
+
gsub(/_\z/,'').
|
44
60
|
downcase.
|
45
61
|
to_sym
|
46
62
|
end
|
@@ -207,6 +207,9 @@ HIGH = 0001H'},
|
|
207
207
|
{ 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: ''},
|
208
208
|
{ 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: ''},
|
209
209
|
{ 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: ''},
|
210
|
+
{ 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: ''},
|
211
|
+
{ 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: ''},
|
212
|
+
{ 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: ''},
|
210
213
|
{ tag_ps: '(0008,0300)', tag_name: "Private Data Element Characteristics Sequence", tag_key: 'PrivateDataElementCharacteristicsSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0008,0300)', tag_sym: :private_data_element_characteristics_sequence, tag_ndm: '00080300', tag_ary: [0x0008,0x0300], tag_multiple: false, tag_note: ''},
|
211
214
|
{ tag_ps: '(0008,0301)', tag_name: "Private Group Reference", tag_key: 'PrivateGroupReference', tag_vr: [:US], tag_vm: ["1"], tag_str: '(0008,0301)', tag_sym: :private_group_reference, tag_ndm: '00080301', tag_ary: [0x0008,0x0301], tag_multiple: false, tag_note: ''},
|
212
215
|
{ tag_ps: '(0008,0302)', tag_name: "Private Creator Reference", tag_key: 'PrivateCreatorReference', tag_vr: [:LO], tag_vm: ["1"], tag_str: '(0008,0302)', tag_sym: :private_creator_reference, tag_ndm: '00080302', tag_ary: [0x0008,0x0302], tag_multiple: false, tag_note: ''},
|
@@ -215,6 +218,15 @@ HIGH = 0001H'},
|
|
215
218
|
{ tag_ps: '(0008,0306)', tag_name: "Identifying Private Elements", tag_key: 'IdentifyingPrivateElements', tag_vr: [:US], tag_vm: ["1-n"], tag_str: '(0008,0306)', tag_sym: :identifying_private_elements, tag_ndm: '00080306', tag_ary: [0x0008,0x0306], tag_multiple: false, tag_note: ''},
|
216
219
|
{ tag_ps: '(0008,0305)', tag_name: "Deidentification Action Sequence", tag_key: 'DeidentificationActionSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0008,0305)', tag_sym: :deidentification_action_sequence, tag_ndm: '00080305', tag_ary: [0x0008,0x0305], tag_multiple: false, tag_note: ''},
|
217
220
|
{ tag_ps: '(0008,0307)', tag_name: "Deidentification Action", tag_key: 'DeidentificationAction', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(0008,0307)', tag_sym: :deidentification_action, tag_ndm: '00080307', tag_ary: [0x0008,0x0307], tag_multiple: false, tag_note: ''},
|
221
|
+
{ tag_ps: '(0008,0308)', tag_name: "Private Data Element", tag_key: 'PrivateDataElement', tag_vr: [:US], tag_vm: ["1"], tag_str: '(0008,0308)', tag_sym: :private_data_element, tag_ndm: '00080308', tag_ary: [0x0008,0x0308], tag_multiple: false, tag_note: ''},
|
222
|
+
{ tag_ps: '(0008,0309)', tag_name: "Private Data Element Value Multiplicity", tag_key: 'PrivateDataElementValueMultiplicity', tag_vr: [:UL], tag_vm: ["1-3"], tag_str: '(0008,0309)', tag_sym: :private_data_element_value_multiplicity, tag_ndm: '00080309', tag_ary: [0x0008,0x0309], tag_multiple: false, tag_note: ''},
|
223
|
+
{ tag_ps: '(0008,030A)', tag_name: "Private Data Element Value Representation", tag_key: 'PrivateDataElementValueRepresentation', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(0008,030A)', tag_sym: :private_data_element_value_representation, tag_ndm: '0008030A', tag_ary: [0x0008,0x030A], tag_multiple: false, tag_note: ''},
|
224
|
+
{ tag_ps: '(0008,030B)', tag_name: "Private Data Element Number of Items", tag_key: 'PrivateDataElementNumberOfItems', tag_vr: [:UL], tag_vm: ["1-2"], tag_str: '(0008,030B)', tag_sym: :private_data_element_number_of_items, tag_ndm: '0008030B', tag_ary: [0x0008,0x030B], tag_multiple: false, tag_note: ''},
|
225
|
+
{ tag_ps: '(0008,030C)', tag_name: "Private Data Element Name", tag_key: 'PrivateDataElementName', tag_vr: [:UC], tag_vm: ["1"], tag_str: '(0008,030C)', tag_sym: :private_data_element_name, tag_ndm: '0008030C', tag_ary: [0x0008,0x030C], tag_multiple: false, tag_note: ''},
|
226
|
+
{ tag_ps: '(0008,030D)', tag_name: "Private Data Element Keyword", tag_key: 'PrivateDataElementKeyword', tag_vr: [:UC], tag_vm: ["1"], tag_str: '(0008,030D)', tag_sym: :private_data_element_keyword, tag_ndm: '0008030D', tag_ary: [0x0008,0x030D], tag_multiple: false, tag_note: ''},
|
227
|
+
{ tag_ps: '(0008,030E)', tag_name: "Private Data Element Description", tag_key: 'PrivateDataElementDescription', tag_vr: [:UT], tag_vm: ["1"], tag_str: '(0008,030E)', tag_sym: :private_data_element_description, tag_ndm: '0008030E', tag_ary: [0x0008,0x030E], tag_multiple: false, tag_note: ''},
|
228
|
+
{ tag_ps: '(0008,030F)', tag_name: "Private Data Element Encoding", tag_key: 'PrivateDataElementEncoding', tag_vr: [:UT], tag_vm: ["1"], tag_str: '(0008,030F)', tag_sym: :private_data_element_encoding, tag_ndm: '0008030F', tag_ary: [0x0008,0x030F], tag_multiple: false, tag_note: ''},
|
229
|
+
{ tag_ps: '(0008,0310)', tag_name: "Private Data Element Definition Sequence", tag_key: 'PrivateDataElementDefinitionSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0008,0310)', tag_sym: :private_data_element_definition_sequence, tag_ndm: '00080310', tag_ary: [0x0008,0x0310], tag_multiple: false, tag_note: ''},
|
218
230
|
{ tag_ps: '(0008,1000)', tag_name: "Network ID", tag_key: 'NetworkID', tag_vr: [:AE], tag_vm: ["1"], tag_str: '(0008,1000)', tag_sym: :network_id, tag_ndm: '00081000', tag_ary: [0x0008,0x1000], tag_multiple: false, tag_note: 'RET'},
|
219
231
|
{ tag_ps: '(0008,1010)', tag_name: "Station Name", tag_key: 'StationName', tag_vr: [:SH], tag_vm: ["1"], tag_str: '(0008,1010)', tag_sym: :station_name, tag_ndm: '00081010', tag_ary: [0x0008,0x1010], tag_multiple: false, tag_note: ''},
|
220
232
|
{ tag_ps: '(0008,1030)', tag_name: "Study Description", tag_key: 'StudyDescription', tag_vr: [:LO], tag_vm: ["1"], tag_str: '(0008,1030)', tag_sym: :study_description, tag_ndm: '00081030', tag_ary: [0x0008,0x1030], tag_multiple: false, tag_note: ''},
|
@@ -359,6 +371,9 @@ HIGH = 0001H'},
|
|
359
371
|
{ tag_ps: '(0010,1010)', tag_name: "Patient's Age", tag_key: 'PatientAge', tag_vr: [:AS], tag_vm: ["1"], tag_str: '(0010,1010)', tag_sym: :patient_age, tag_ndm: '00101010', tag_ary: [0x0010,0x1010], tag_multiple: false, tag_note: ''},
|
360
372
|
{ tag_ps: '(0010,1020)', tag_name: "Patient's Size", tag_key: 'PatientSize', tag_vr: [:DS], tag_vm: ["1"], tag_str: '(0010,1020)', tag_sym: :patient_size, tag_ndm: '00101020', tag_ary: [0x0010,0x1020], tag_multiple: false, tag_note: ''},
|
361
373
|
{ tag_ps: '(0010,1021)', tag_name: "Patient's Size Code Sequence", tag_key: 'PatientSizeCodeSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0010,1021)', tag_sym: :patient_size_code_sequence, tag_ndm: '00101021', tag_ary: [0x0010,0x1021], tag_multiple: false, tag_note: ''},
|
374
|
+
{ tag_ps: '(0010,1022)', tag_name: "Patient's Body Mass Index", tag_key: 'PatientBodyMassIndex', tag_vr: [:DS], tag_vm: ["1"], tag_str: '(0010,1022)', tag_sym: :patient_body_mass_index, tag_ndm: '00101022', tag_ary: [0x0010,0x1022], tag_multiple: false, tag_note: ''},
|
375
|
+
{ tag_ps: '(0010,1023)', tag_name: "Measured AP Dimension", tag_key: 'MeasuredAPDimension', tag_vr: [:DS], tag_vm: ["1"], tag_str: '(0010,1023)', tag_sym: :measured_ap_dimension, tag_ndm: '00101023', tag_ary: [0x0010,0x1023], tag_multiple: false, tag_note: ''},
|
376
|
+
{ tag_ps: '(0010,1024)', tag_name: "Measured Lateral Dimension", tag_key: 'MeasuredLateralDimension', tag_vr: [:DS], tag_vm: ["1"], tag_str: '(0010,1024)', tag_sym: :measured_lateral_dimension, tag_ndm: '00101024', tag_ary: [0x0010,0x1024], tag_multiple: false, tag_note: ''},
|
362
377
|
{ tag_ps: '(0010,1030)', tag_name: "Patient's Weight", tag_key: 'PatientWeight', tag_vr: [:DS], tag_vm: ["1"], tag_str: '(0010,1030)', tag_sym: :patient_weight, tag_ndm: '00101030', tag_ary: [0x0010,0x1030], tag_multiple: false, tag_note: ''},
|
363
378
|
{ tag_ps: '(0010,1040)', tag_name: "Patient's Address", tag_key: 'PatientAddress', tag_vr: [:LO], tag_vm: ["1"], tag_str: '(0010,1040)', tag_sym: :patient_address, tag_ndm: '00101040', tag_ary: [0x0010,0x1040], tag_multiple: false, tag_note: ''},
|
364
379
|
{ tag_ps: '(0010,1050)', tag_name: "Insurance Plan Identification", tag_key: 'InsurancePlanIdentification', tag_vr: [:LO], tag_vm: ["1-n"], tag_str: '(0010,1050)', tag_sym: :insurance_plan_identification, tag_ndm: '00101050', tag_ary: [0x0010,0x1050], tag_multiple: false, tag_note: 'RET'},
|
@@ -414,6 +429,8 @@ HIGH = 0001H'},
|
|
414
429
|
{ tag_ps: '(0012,0083)', tag_name: "Consent for Clinical Trial Use Sequence", tag_key: 'ConsentForClinicalTrialUseSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0012,0083)', tag_sym: :consent_for_clinical_trial_use_sequence, tag_ndm: '00120083', tag_ary: [0x0012,0x0083], tag_multiple: false, tag_note: ''},
|
415
430
|
{ tag_ps: '(0012,0084)', tag_name: "Distribution Type", tag_key: 'DistributionType', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(0012,0084)', tag_sym: :distribution_type, tag_ndm: '00120084', tag_ary: [0x0012,0x0084], tag_multiple: false, tag_note: ''},
|
416
431
|
{ tag_ps: '(0012,0085)', tag_name: "Consent for Distribution Flag", tag_key: 'ConsentForDistributionFlag', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(0012,0085)', tag_sym: :consent_for_distribution_flag, tag_ndm: '00120085', tag_ary: [0x0012,0x0085], tag_multiple: false, tag_note: ''},
|
432
|
+
{ tag_ps: '(0012,0086)', tag_name: "Ethics Committee Approval Effectiveness Start Date", tag_key: 'EthicsCommitteeApprovalEffectivenessStartDate', tag_vr: [:DA], tag_vm: ["1"], tag_str: '(0012,0086)', tag_sym: :ethics_committee_approval_effectiveness_start_date, tag_ndm: '00120086', tag_ary: [0x0012,0x0086], tag_multiple: false, tag_note: ''},
|
433
|
+
{ tag_ps: '(0012,0087)', tag_name: "Ethics Committee Approval Effectiveness End Date", tag_key: 'EthicsCommitteeApprovalEffectivenessEndDate', tag_vr: [:DA], tag_vm: ["1"], tag_str: '(0012,0087)', tag_sym: :ethics_committee_approval_effectiveness_end_date, tag_ndm: '00120087', tag_ary: [0x0012,0x0087], tag_multiple: false, tag_note: ''},
|
417
434
|
{ tag_ps: '(0014,0023)', tag_name: "CAD File Format", tag_key: 'CADFileFormat', tag_vr: [:ST], tag_vm: ["1"], tag_str: '(0014,0023)', tag_sym: :cad_file_format, tag_ndm: '00140023', tag_ary: [0x0014,0x0023], tag_multiple: false, tag_note: 'RET'},
|
418
435
|
{ tag_ps: '(0014,0024)', tag_name: "Component Reference System", tag_key: 'ComponentReferenceSystem', tag_vr: [:ST], tag_vm: ["1"], tag_str: '(0014,0024)', tag_sym: :component_reference_system, tag_ndm: '00140024', tag_ary: [0x0014,0x0024], tag_multiple: false, tag_note: 'RET'},
|
419
436
|
{ tag_ps: '(0014,0025)', tag_name: "Component Manufacturing Procedure", tag_key: 'ComponentManufacturingProcedure', tag_vr: [:ST], tag_vm: ["1"], tag_str: '(0014,0025)', tag_sym: :component_manufacturing_procedure, tag_ndm: '00140025', tag_ary: [0x0014,0x0025], tag_multiple: false, tag_note: 'DICONDE'},
|
@@ -667,6 +684,8 @@ HIGH = 0001H'},
|
|
667
684
|
{ tag_ps: '(0018,1006)', tag_name: "Grid ID", tag_key: 'GridID', tag_vr: [:LO], tag_vm: ["1"], tag_str: '(0018,1006)', tag_sym: :grid_id, tag_ndm: '00181006', tag_ary: [0x0018,0x1006], tag_multiple: false, tag_note: ''},
|
668
685
|
{ tag_ps: '(0018,1007)', tag_name: "Cassette ID", tag_key: 'CassetteID', tag_vr: [:LO], tag_vm: ["1"], tag_str: '(0018,1007)', tag_sym: :cassette_id, tag_ndm: '00181007', tag_ary: [0x0018,0x1007], tag_multiple: false, tag_note: ''},
|
669
686
|
{ tag_ps: '(0018,1008)', tag_name: "Gantry ID", tag_key: 'GantryID', tag_vr: [:LO], tag_vm: ["1"], tag_str: '(0018,1008)', tag_sym: :gantry_id, tag_ndm: '00181008', tag_ary: [0x0018,0x1008], tag_multiple: false, tag_note: ''},
|
687
|
+
{ tag_ps: '(0018,1009)', tag_name: "Unique Device Identifier", tag_key: 'UniqueDeviceIdentifier', tag_vr: [:UT], tag_vm: ["1"], tag_str: '(0018,1009)', tag_sym: :unique_device_identifier, tag_ndm: '00181009', tag_ary: [0x0018,0x1009], tag_multiple: false, tag_note: ''},
|
688
|
+
{ tag_ps: '(0018,100A)', tag_name: "UDI Sequence", tag_key: 'UDISequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0018,100A)', tag_sym: :udi_sequence, tag_ndm: '0018100A', tag_ary: [0x0018,0x100A], tag_multiple: false, tag_note: ''},
|
670
689
|
{ tag_ps: '(0018,1010)', tag_name: "Secondary Capture Device ID", tag_key: 'SecondaryCaptureDeviceID', tag_vr: [:LO], tag_vm: ["1"], tag_str: '(0018,1010)', tag_sym: :secondary_capture_device_id, tag_ndm: '00181010', tag_ary: [0x0018,0x1010], tag_multiple: false, tag_note: ''},
|
671
690
|
{ tag_ps: '(0018,1011)', tag_name: "Hardcopy Creation Device ID", tag_key: 'HardcopyCreationDeviceID', tag_vr: [:LO], tag_vm: ["1"], tag_str: '(0018,1011)', tag_sym: :hardcopy_creation_device_id, tag_ndm: '00181011', tag_ary: [0x0018,0x1011], tag_multiple: false, tag_note: 'RET'},
|
672
691
|
{ tag_ps: '(0018,1012)', tag_name: "Date of Secondary Capture", tag_key: 'DateOfSecondaryCapture', tag_vr: [:DA], tag_vm: ["1"], tag_str: '(0018,1012)', tag_sym: :date_of_secondary_capture, tag_ndm: '00181012', tag_ary: [0x0018,0x1012], tag_multiple: false, tag_note: ''},
|
@@ -751,7 +770,7 @@ HIGH = 0001H'},
|
|
751
770
|
{ tag_ps: '(0018,1150)', tag_name: "Exposure Time", tag_key: 'ExposureTime', tag_vr: [:IS], tag_vm: ["1"], tag_str: '(0018,1150)', tag_sym: :exposure_time, tag_ndm: '00181150', tag_ary: [0x0018,0x1150], tag_multiple: false, tag_note: ''},
|
752
771
|
{ tag_ps: '(0018,1151)', tag_name: "X-Ray Tube Current", tag_key: 'XRayTubeCurrent', tag_vr: [:IS], tag_vm: ["1"], tag_str: '(0018,1151)', tag_sym: :x_ray_tube_current, tag_ndm: '00181151', tag_ary: [0x0018,0x1151], tag_multiple: false, tag_note: ''},
|
753
772
|
{ tag_ps: '(0018,1152)', tag_name: "Exposure", tag_key: 'Exposure', tag_vr: [:IS], tag_vm: ["1"], tag_str: '(0018,1152)', tag_sym: :exposure, tag_ndm: '00181152', tag_ary: [0x0018,0x1152], tag_multiple: false, tag_note: ''},
|
754
|
-
{ tag_ps: '(0018,1153)', tag_name: "Exposure in µAs", tag_key: 'ExposureInuAs', tag_vr: [:IS], tag_vm: ["1"], tag_str: '(0018,1153)', tag_sym: :
|
773
|
+
{ tag_ps: '(0018,1153)', tag_name: "Exposure in µAs", tag_key: 'ExposureInuAs', tag_vr: [:IS], tag_vm: ["1"], tag_str: '(0018,1153)', tag_sym: :exposure_in_uas, tag_ndm: '00181153', tag_ary: [0x0018,0x1153], tag_multiple: false, tag_note: ''},
|
755
774
|
{ tag_ps: '(0018,1154)', tag_name: "Average Pulse Width", tag_key: 'AveragePulseWidth', tag_vr: [:DS], tag_vm: ["1"], tag_str: '(0018,1154)', tag_sym: :average_pulse_width, tag_ndm: '00181154', tag_ary: [0x0018,0x1154], tag_multiple: false, tag_note: ''},
|
756
775
|
{ tag_ps: '(0018,1155)', tag_name: "Radiation Setting", tag_key: 'RadiationSetting', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(0018,1155)', tag_sym: :radiation_setting, tag_ndm: '00181155', tag_ary: [0x0018,0x1155], tag_multiple: false, tag_note: ''},
|
757
776
|
{ tag_ps: '(0018,1156)', tag_name: "Rectification Type", tag_key: 'RectificationType', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(0018,1156)', tag_sym: :rectification_type, tag_ndm: '00181156', tag_ary: [0x0018,0x1156], tag_multiple: false, tag_note: ''},
|
@@ -795,7 +814,7 @@ HIGH = 0001H'},
|
|
795
814
|
{ tag_ps: '(0018,1314)', tag_name: "Flip Angle", tag_key: 'FlipAngle', tag_vr: [:DS], tag_vm: ["1"], tag_str: '(0018,1314)', tag_sym: :flip_angle, tag_ndm: '00181314', tag_ary: [0x0018,0x1314], tag_multiple: false, tag_note: ''},
|
796
815
|
{ tag_ps: '(0018,1315)', tag_name: "Variable Flip Angle Flag", tag_key: 'VariableFlipAngleFlag', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(0018,1315)', tag_sym: :variable_flip_angle_flag, tag_ndm: '00181315', tag_ary: [0x0018,0x1315], tag_multiple: false, tag_note: ''},
|
797
816
|
{ tag_ps: '(0018,1316)', tag_name: "SAR", tag_key: 'SAR', tag_vr: [:DS], tag_vm: ["1"], tag_str: '(0018,1316)', tag_sym: :sar, tag_ndm: '00181316', tag_ary: [0x0018,0x1316], tag_multiple: false, tag_note: ''},
|
798
|
-
{ tag_ps: '(0018,1318)', tag_name: "dB/dt", tag_key: 'dBdt', tag_vr: [:DS], tag_vm: ["1"], tag_str: '(0018,1318)', tag_sym: :
|
817
|
+
{ tag_ps: '(0018,1318)', tag_name: "dB/dt", tag_key: 'dBdt', tag_vr: [:DS], tag_vm: ["1"], tag_str: '(0018,1318)', tag_sym: :db_dt, tag_ndm: '00181318', tag_ary: [0x0018,0x1318], tag_multiple: false, tag_note: ''},
|
799
818
|
{ tag_ps: '(0018,1320)', tag_name: "B1rms", tag_key: 'B1rms', tag_vr: [:FL], tag_vm: ["1"], tag_str: '(0018,1320)', tag_sym: :b1rms, tag_ndm: '00181320', tag_ary: [0x0018,0x1320], tag_multiple: false, tag_note: ''},
|
800
819
|
{ tag_ps: '(0018,1400)', tag_name: "Acquisition Device Processing Description", tag_key: 'AcquisitionDeviceProcessingDescription', tag_vr: [:LO], tag_vm: ["1"], tag_str: '(0018,1400)', tag_sym: :acquisition_device_processing_description, tag_ndm: '00181400', tag_ary: [0x0018,0x1400], tag_multiple: false, tag_note: ''},
|
801
820
|
{ tag_ps: '(0018,1401)', tag_name: "Acquisition Device Processing Code", tag_key: 'AcquisitionDeviceProcessingCode', tag_vr: [:LO], tag_vm: ["1"], tag_str: '(0018,1401)', tag_sym: :acquisition_device_processing_code, tag_ndm: '00181401', tag_ary: [0x0018,0x1401], tag_multiple: false, tag_note: ''},
|
@@ -975,8 +994,8 @@ HIGH = 0001H'},
|
|
975
994
|
{ tag_ps: '(0018,7062)', tag_name: "Exposure Control Mode Description", tag_key: 'ExposureControlModeDescription', tag_vr: [:LT], tag_vm: ["1"], tag_str: '(0018,7062)', tag_sym: :exposure_control_mode_description, tag_ndm: '00187062', tag_ary: [0x0018,0x7062], tag_multiple: false, tag_note: ''},
|
976
995
|
{ tag_ps: '(0018,7064)', tag_name: "Exposure Status", tag_key: 'ExposureStatus', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(0018,7064)', tag_sym: :exposure_status, tag_ndm: '00187064', tag_ary: [0x0018,0x7064], tag_multiple: false, tag_note: ''},
|
977
996
|
{ tag_ps: '(0018,7065)', tag_name: "Phototimer Setting", tag_key: 'PhototimerSetting', tag_vr: [:DS], tag_vm: ["1"], tag_str: '(0018,7065)', tag_sym: :phototimer_setting, tag_ndm: '00187065', tag_ary: [0x0018,0x7065], tag_multiple: false, tag_note: ''},
|
978
|
-
{ tag_ps: '(0018,8150)', tag_name: "Exposure Time in µS", tag_key: 'ExposureTimeInuS', tag_vr: [:DS], tag_vm: ["1"], tag_str: '(0018,8150)', tag_sym: :
|
979
|
-
{ tag_ps: '(0018,8151)', tag_name: "X-Ray Tube Current in µA", tag_key: 'XRayTubeCurrentInuA', tag_vr: [:DS], tag_vm: ["1"], tag_str: '(0018,8151)', tag_sym: :
|
997
|
+
{ tag_ps: '(0018,8150)', tag_name: "Exposure Time in µS", tag_key: 'ExposureTimeInuS', tag_vr: [:DS], tag_vm: ["1"], tag_str: '(0018,8150)', tag_sym: :exposure_time_in_us, tag_ndm: '00188150', tag_ary: [0x0018,0x8150], tag_multiple: false, tag_note: ''},
|
998
|
+
{ tag_ps: '(0018,8151)', tag_name: "X-Ray Tube Current in µA", tag_key: 'XRayTubeCurrentInuA', tag_vr: [:DS], tag_vm: ["1"], tag_str: '(0018,8151)', tag_sym: :x_ray_tube_current_in_ua, tag_ndm: '00188151', tag_ary: [0x0018,0x8151], tag_multiple: false, tag_note: ''},
|
980
999
|
{ tag_ps: '(0018,9004)', tag_name: "Content Qualification", tag_key: 'ContentQualification', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(0018,9004)', tag_sym: :content_qualification, tag_ndm: '00189004', tag_ary: [0x0018,0x9004], tag_multiple: false, tag_note: ''},
|
981
1000
|
{ tag_ps: '(0018,9005)', tag_name: "Pulse Sequence Name", tag_key: 'PulseSequenceName', tag_vr: [:SH], tag_vm: ["1"], tag_str: '(0018,9005)', tag_sym: :pulse_sequence_name, tag_ndm: '00189005', tag_ary: [0x0018,0x9005], tag_multiple: false, tag_note: ''},
|
982
1001
|
{ tag_ps: '(0018,9006)', tag_name: "MR Imaging Modifier Sequence", tag_key: 'MRImagingModifierSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0018,9006)', tag_sym: :mr_imaging_modifier_sequence, tag_ndm: '00189006', tag_ary: [0x0018,0x9006], tag_multiple: false, tag_note: ''},
|
@@ -1160,7 +1179,7 @@ HIGH = 0001H'},
|
|
1160
1179
|
{ tag_ps: '(0018,9320)', tag_name: "Image Filter", tag_key: 'ImageFilter', tag_vr: [:SH], tag_vm: ["1"], tag_str: '(0018,9320)', tag_sym: :image_filter, tag_ndm: '00189320', tag_ary: [0x0018,0x9320], tag_multiple: false, tag_note: ''},
|
1161
1180
|
{ tag_ps: '(0018,9321)', tag_name: "CT Exposure Sequence", tag_key: 'CTExposureSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0018,9321)', tag_sym: :ct_exposure_sequence, tag_ndm: '00189321', tag_ary: [0x0018,0x9321], tag_multiple: false, tag_note: ''},
|
1162
1181
|
{ tag_ps: '(0018,9322)', tag_name: "Reconstruction Pixel Spacing", tag_key: 'ReconstructionPixelSpacing', tag_vr: [:FD], tag_vm: ["2"], tag_str: '(0018,9322)', tag_sym: :reconstruction_pixel_spacing, tag_ndm: '00189322', tag_ary: [0x0018,0x9322], tag_multiple: false, tag_note: ''},
|
1163
|
-
{ tag_ps: '(0018,9323)', tag_name: "Exposure Modulation Type", tag_key: 'ExposureModulationType', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(0018,9323)', tag_sym: :exposure_modulation_type, tag_ndm: '00189323', tag_ary: [0x0018,0x9323], tag_multiple: false, tag_note: ''},
|
1182
|
+
{ tag_ps: '(0018,9323)', tag_name: "Exposure Modulation Type", tag_key: 'ExposureModulationType', tag_vr: [:CS], tag_vm: ["1-n"], tag_str: '(0018,9323)', tag_sym: :exposure_modulation_type, tag_ndm: '00189323', tag_ary: [0x0018,0x9323], tag_multiple: false, tag_note: ''},
|
1164
1183
|
{ tag_ps: '(0018,9324)', tag_name: "Estimated Dose Saving", tag_key: 'EstimatedDoseSaving', tag_vr: [:FD], tag_vm: ["1"], tag_str: '(0018,9324)', tag_sym: :estimated_dose_saving, tag_ndm: '00189324', tag_ary: [0x0018,0x9324], tag_multiple: false, tag_note: ''},
|
1165
1184
|
{ tag_ps: '(0018,9325)', tag_name: "CT X-Ray Details Sequence", tag_key: 'CTXRayDetailsSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0018,9325)', tag_sym: :ctx_ray_details_sequence, tag_ndm: '00189325', tag_ary: [0x0018,0x9325], tag_multiple: false, tag_note: ''},
|
1166
1185
|
{ tag_ps: '(0018,9326)', tag_name: "CT Position Sequence", tag_key: 'CTPositionSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0018,9326)', tag_sym: :ct_position_sequence, tag_ndm: '00189326', tag_ary: [0x0018,0x9326], tag_multiple: false, tag_note: ''},
|
@@ -1179,7 +1198,7 @@ HIGH = 0001H'},
|
|
1179
1198
|
{ tag_ps: '(0018,9342)', tag_name: "Contrast/Bolus Agent Administered", tag_key: 'ContrastBolusAgentAdministered', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(0018,9342)', tag_sym: :contrast_bolus_agent_administered, tag_ndm: '00189342', tag_ary: [0x0018,0x9342], tag_multiple: false, tag_note: ''},
|
1180
1199
|
{ tag_ps: '(0018,9343)', tag_name: "Contrast/Bolus Agent Detected", tag_key: 'ContrastBolusAgentDetected', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(0018,9343)', tag_sym: :contrast_bolus_agent_detected, tag_ndm: '00189343', tag_ary: [0x0018,0x9343], tag_multiple: false, tag_note: ''},
|
1181
1200
|
{ tag_ps: '(0018,9344)', tag_name: "Contrast/Bolus Agent Phase", tag_key: 'ContrastBolusAgentPhase', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(0018,9344)', tag_sym: :contrast_bolus_agent_phase, tag_ndm: '00189344', tag_ary: [0x0018,0x9344], tag_multiple: false, tag_note: ''},
|
1182
|
-
{ tag_ps: '(0018,9345)', tag_name: "CTDIvol", tag_key: 'CTDIvol', tag_vr: [:FD], tag_vm: ["1"], tag_str: '(0018,9345)', tag_sym: :
|
1201
|
+
{ tag_ps: '(0018,9345)', tag_name: "CTDIvol", tag_key: 'CTDIvol', tag_vr: [:FD], tag_vm: ["1"], tag_str: '(0018,9345)', tag_sym: :ctdi_vol, tag_ndm: '00189345', tag_ary: [0x0018,0x9345], tag_multiple: false, tag_note: ''},
|
1183
1202
|
{ tag_ps: '(0018,9346)', tag_name: "CTDI Phantom Type Code Sequence", tag_key: 'CTDIPhantomTypeCodeSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0018,9346)', tag_sym: :ctdi_phantom_type_code_sequence, tag_ndm: '00189346', tag_ary: [0x0018,0x9346], tag_multiple: false, tag_note: ''},
|
1184
1203
|
{ tag_ps: '(0018,9351)', tag_name: "Calcium Scoring Mass Factor Patient", tag_key: 'CalciumScoringMassFactorPatient', tag_vr: [:FL], tag_vm: ["1"], tag_str: '(0018,9351)', tag_sym: :calcium_scoring_mass_factor_patient, tag_ndm: '00189351', tag_ary: [0x0018,0x9351], tag_multiple: false, tag_note: ''},
|
1185
1204
|
{ tag_ps: '(0018,9352)', tag_name: "Calcium Scoring Mass Factor Device", tag_key: 'CalciumScoringMassFactorDevice', tag_vr: [:FL], tag_vm: ["3"], tag_str: '(0018,9352)', tag_sym: :calcium_scoring_mass_factor_device, tag_ndm: '00189352', tag_ary: [0x0018,0x9352], tag_multiple: false, tag_note: ''},
|
@@ -1193,7 +1212,7 @@ HIGH = 0001H'},
|
|
1193
1212
|
{ tag_ps: '(0018,9406)', tag_name: "Table Position Sequence", tag_key: 'TablePositionSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0018,9406)', tag_sym: :table_position_sequence, tag_ndm: '00189406', tag_ary: [0x0018,0x9406], tag_multiple: false, tag_note: ''},
|
1194
1213
|
{ tag_ps: '(0018,9407)', tag_name: "Collimator Shape Sequence", tag_key: 'CollimatorShapeSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0018,9407)', tag_sym: :collimator_shape_sequence, tag_ndm: '00189407', tag_ary: [0x0018,0x9407], tag_multiple: false, tag_note: ''},
|
1195
1214
|
{ tag_ps: '(0018,9410)', tag_name: "Planes in Acquisition", tag_key: 'PlanesInAcquisition', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(0018,9410)', tag_sym: :planes_in_acquisition, tag_ndm: '00189410', tag_ary: [0x0018,0x9410], tag_multiple: false, tag_note: ''},
|
1196
|
-
{ tag_ps: '(0018,9412)', tag_name: "XA/XRF Frame Characteristics Sequence", tag_key: 'XAXRFFrameCharacteristicsSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0018,9412)', tag_sym: :
|
1215
|
+
{ tag_ps: '(0018,9412)', tag_name: "XA/XRF Frame Characteristics Sequence", tag_key: 'XAXRFFrameCharacteristicsSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0018,9412)', tag_sym: :xa_xrf_frame_characteristics_sequence, tag_ndm: '00189412', tag_ary: [0x0018,0x9412], tag_multiple: false, tag_note: ''},
|
1197
1216
|
{ tag_ps: '(0018,9417)', tag_name: "Frame Acquisition Sequence", tag_key: 'FrameAcquisitionSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0018,9417)', tag_sym: :frame_acquisition_sequence, tag_ndm: '00189417', tag_ary: [0x0018,0x9417], tag_multiple: false, tag_note: ''},
|
1198
1217
|
{ tag_ps: '(0018,9420)', tag_name: "X-Ray Receptor Type", tag_key: 'XRayReceptorType', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(0018,9420)', tag_sym: :x_ray_receptor_type, tag_ndm: '00189420', tag_ary: [0x0018,0x9420], tag_multiple: false, tag_note: ''},
|
1199
1218
|
{ tag_ps: '(0018,9423)', tag_name: "Acquisition Protocol Name", tag_key: 'AcquisitionProtocolName', tag_vr: [:LO], tag_vm: ["1"], tag_str: '(0018,9423)', tag_sym: :acquisition_protocol_name, tag_ndm: '00189423', tag_ary: [0x0018,0x9423], tag_multiple: false, tag_note: ''},
|
@@ -1347,6 +1366,65 @@ HIGH = 0001H'},
|
|
1347
1366
|
{ tag_ps: '(0018,980E)', tag_name: "Transducer Beam Steering Code Sequence", tag_key: 'TransducerBeamSteeringCodeSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0018,980E)', tag_sym: :transducer_beam_steering_code_sequence, tag_ndm: '0018980E', tag_ary: [0x0018,0x980E], tag_multiple: false, tag_note: ''},
|
1348
1367
|
{ tag_ps: '(0018,980F)', tag_name: "Transducer Application Code Sequence", tag_key: 'TransducerApplicationCodeSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0018,980F)', tag_sym: :transducer_application_code_sequence, tag_ndm: '0018980F', tag_ary: [0x0018,0x980F], tag_multiple: false, tag_note: ''},
|
1349
1368
|
{ tag_ps: '(0018,9810)', tag_name: "Zero Velocity Pixel Value", tag_key: 'ZeroVelocityPixelValue', tag_vr: [:US, :SS], tag_vm: ["1"], tag_str: '(0018,9810)', tag_sym: :zero_velocity_pixel_value, tag_ndm: '00189810', tag_ary: [0x0018,0x9810], tag_multiple: false, tag_note: ''},
|
1369
|
+
{ tag_ps: '(0018,9900)', tag_name: "Reference Location Label", tag_key: 'ReferenceLocationLabel', tag_vr: [:LO], tag_vm: ["1"], tag_str: '(0018,9900)', tag_sym: :reference_location_label, tag_ndm: '00189900', tag_ary: [0x0018,0x9900], tag_multiple: false, tag_note: ''},
|
1370
|
+
{ tag_ps: '(0018,9901)', tag_name: "Reference Location Description", tag_key: 'ReferenceLocationDescription', tag_vr: [:UT], tag_vm: ["1"], tag_str: '(0018,9901)', tag_sym: :reference_location_description, tag_ndm: '00189901', tag_ary: [0x0018,0x9901], tag_multiple: false, tag_note: ''},
|
1371
|
+
{ tag_ps: '(0018,9902)', tag_name: "Reference Basis Code Sequence", tag_key: 'ReferenceBasisCodeSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0018,9902)', tag_sym: :reference_basis_code_sequence, tag_ndm: '00189902', tag_ary: [0x0018,0x9902], tag_multiple: false, tag_note: ''},
|
1372
|
+
{ tag_ps: '(0018,9903)', tag_name: "Reference Geometry Code Sequence", tag_key: 'ReferenceGeometryCodeSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0018,9903)', tag_sym: :reference_geometry_code_sequence, tag_ndm: '00189903', tag_ary: [0x0018,0x9903], tag_multiple: false, tag_note: ''},
|
1373
|
+
{ tag_ps: '(0018,9904)', tag_name: "Offset Distance", tag_key: 'OffsetDistance', tag_vr: [:DS], tag_vm: ["1"], tag_str: '(0018,9904)', tag_sym: :offset_distance, tag_ndm: '00189904', tag_ary: [0x0018,0x9904], tag_multiple: false, tag_note: ''},
|
1374
|
+
{ tag_ps: '(0018,9905)', tag_name: "Offset Direction", tag_key: 'OffsetDirection', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(0018,9905)', tag_sym: :offset_direction, tag_ndm: '00189905', tag_ary: [0x0018,0x9905], tag_multiple: false, tag_note: ''},
|
1375
|
+
{ tag_ps: '(0018,9906)', tag_name: "Potential Scheduled Protocol Code Sequence", tag_key: 'PotentialScheduledProtocolCodeSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0018,9906)', tag_sym: :potential_scheduled_protocol_code_sequence, tag_ndm: '00189906', tag_ary: [0x0018,0x9906], tag_multiple: false, tag_note: ''},
|
1376
|
+
{ tag_ps: '(0018,9907)', tag_name: "Potential Requested Procedure Code Sequence", tag_key: 'PotentialRequestedProcedureCodeSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0018,9907)', tag_sym: :potential_requested_procedure_code_sequence, tag_ndm: '00189907', tag_ary: [0x0018,0x9907], tag_multiple: false, tag_note: ''},
|
1377
|
+
{ tag_ps: '(0018,9908)', tag_name: "Potential Reasons for Procedure", tag_key: 'PotentialReasonsForProcedure', tag_vr: [:UC], tag_vm: ["1-n"], tag_str: '(0018,9908)', tag_sym: :potential_reasons_for_procedure, tag_ndm: '00189908', tag_ary: [0x0018,0x9908], tag_multiple: false, tag_note: ''},
|
1378
|
+
{ tag_ps: '(0018,9909)', tag_name: "Potential Reasons for Procedure Code Sequence", tag_key: 'PotentialReasonsForProcedureCodeSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0018,9909)', tag_sym: :potential_reasons_for_procedure_code_sequence, tag_ndm: '00189909', tag_ary: [0x0018,0x9909], tag_multiple: false, tag_note: ''},
|
1379
|
+
{ tag_ps: '(0018,990A)', tag_name: "Potential Diagnostic Tasks", tag_key: 'PotentialDiagnosticTasks', tag_vr: [:UC], tag_vm: ["1-n"], tag_str: '(0018,990A)', tag_sym: :potential_diagnostic_tasks, tag_ndm: '0018990A', tag_ary: [0x0018,0x990A], tag_multiple: false, tag_note: ''},
|
1380
|
+
{ tag_ps: '(0018,990B)', tag_name: "Contraindications Code Sequence", tag_key: 'ContraindicationsCodeSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0018,990B)', tag_sym: :contraindications_code_sequence, tag_ndm: '0018990B', tag_ary: [0x0018,0x990B], tag_multiple: false, tag_note: ''},
|
1381
|
+
{ tag_ps: '(0018,990C)', tag_name: "Referenced Defined Protocol Sequence", tag_key: 'ReferencedDefinedProtocolSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0018,990C)', tag_sym: :referenced_defined_protocol_sequence, tag_ndm: '0018990C', tag_ary: [0x0018,0x990C], tag_multiple: false, tag_note: ''},
|
1382
|
+
{ tag_ps: '(0018,990D)', tag_name: "Referenced Performed Protocol Sequence", tag_key: 'ReferencedPerformedProtocolSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0018,990D)', tag_sym: :referenced_performed_protocol_sequence, tag_ndm: '0018990D', tag_ary: [0x0018,0x990D], tag_multiple: false, tag_note: ''},
|
1383
|
+
{ tag_ps: '(0018,990E)', tag_name: "Predecessor Protocol Sequence", tag_key: 'PredecessorProtocolSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0018,990E)', tag_sym: :predecessor_protocol_sequence, tag_ndm: '0018990E', tag_ary: [0x0018,0x990E], tag_multiple: false, tag_note: ''},
|
1384
|
+
{ tag_ps: '(0018,990F)', tag_name: "Protocol Planning Information", tag_key: 'ProtocolPlanningInformation', tag_vr: [:UT], tag_vm: ["1"], tag_str: '(0018,990F)', tag_sym: :protocol_planning_information, tag_ndm: '0018990F', tag_ary: [0x0018,0x990F], tag_multiple: false, tag_note: ''},
|
1385
|
+
{ tag_ps: '(0018,9910)', tag_name: "Protocol Design Rationale", tag_key: 'ProtocolDesignRationale', tag_vr: [:UT], tag_vm: ["1"], tag_str: '(0018,9910)', tag_sym: :protocol_design_rationale, tag_ndm: '00189910', tag_ary: [0x0018,0x9910], tag_multiple: false, tag_note: ''},
|
1386
|
+
{ tag_ps: '(0018,9911)', tag_name: "Patient Specification Sequence", tag_key: 'PatientSpecificationSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0018,9911)', tag_sym: :patient_specification_sequence, tag_ndm: '00189911', tag_ary: [0x0018,0x9911], tag_multiple: false, tag_note: ''},
|
1387
|
+
{ tag_ps: '(0018,9912)', tag_name: "Model Specification Sequence", tag_key: 'ModelSpecificationSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0018,9912)', tag_sym: :model_specification_sequence, tag_ndm: '00189912', tag_ary: [0x0018,0x9912], tag_multiple: false, tag_note: ''},
|
1388
|
+
{ tag_ps: '(0018,9913)', tag_name: "Parameters Specification Sequence", tag_key: 'ParametersSpecificationSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0018,9913)', tag_sym: :parameters_specification_sequence, tag_ndm: '00189913', tag_ary: [0x0018,0x9913], tag_multiple: false, tag_note: ''},
|
1389
|
+
{ tag_ps: '(0018,9914)', tag_name: "Instruction Sequence", tag_key: 'InstructionSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0018,9914)', tag_sym: :instruction_sequence, tag_ndm: '00189914', tag_ary: [0x0018,0x9914], tag_multiple: false, tag_note: ''},
|
1390
|
+
{ tag_ps: '(0018,9915)', tag_name: "Instruction Index", tag_key: 'InstructionIndex', tag_vr: [:US], tag_vm: ["1"], tag_str: '(0018,9915)', tag_sym: :instruction_index, tag_ndm: '00189915', tag_ary: [0x0018,0x9915], tag_multiple: false, tag_note: ''},
|
1391
|
+
{ tag_ps: '(0018,9916)', tag_name: "Instruction Text", tag_key: 'InstructionText', tag_vr: [:LO], tag_vm: ["1"], tag_str: '(0018,9916)', tag_sym: :instruction_text, tag_ndm: '00189916', tag_ary: [0x0018,0x9916], tag_multiple: false, tag_note: ''},
|
1392
|
+
{ tag_ps: '(0018,9917)', tag_name: "Instruction Description", tag_key: 'InstructionDescription', tag_vr: [:UT], tag_vm: ["1"], tag_str: '(0018,9917)', tag_sym: :instruction_description, tag_ndm: '00189917', tag_ary: [0x0018,0x9917], tag_multiple: false, tag_note: ''},
|
1393
|
+
{ tag_ps: '(0018,9918)', tag_name: "Instruction Performed Flag", tag_key: 'InstructionPerformedFlag', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(0018,9918)', tag_sym: :instruction_performed_flag, tag_ndm: '00189918', tag_ary: [0x0018,0x9918], tag_multiple: false, tag_note: ''},
|
1394
|
+
{ tag_ps: '(0018,9919)', tag_name: "Instruction Performed DateTime", tag_key: 'InstructionPerformedDateTime', tag_vr: [:DT], tag_vm: ["1"], tag_str: '(0018,9919)', tag_sym: :instruction_performed_date_time, tag_ndm: '00189919', tag_ary: [0x0018,0x9919], tag_multiple: false, tag_note: ''},
|
1395
|
+
{ tag_ps: '(0018,991A)', tag_name: "Instruction Performance Comment", tag_key: 'InstructionPerformanceComment', tag_vr: [:UT], tag_vm: ["1"], tag_str: '(0018,991A)', tag_sym: :instruction_performance_comment, tag_ndm: '0018991A', tag_ary: [0x0018,0x991A], tag_multiple: false, tag_note: ''},
|
1396
|
+
{ tag_ps: '(0018,991B)', tag_name: "Patient Positioning Instruction Sequence", tag_key: 'PatientPositioningInstructionSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0018,991B)', tag_sym: :patient_positioning_instruction_sequence, tag_ndm: '0018991B', tag_ary: [0x0018,0x991B], tag_multiple: false, tag_note: ''},
|
1397
|
+
{ tag_ps: '(0018,991C)', tag_name: "Positioning Method Code Sequence", tag_key: 'PositioningMethodCodeSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0018,991C)', tag_sym: :positioning_method_code_sequence, tag_ndm: '0018991C', tag_ary: [0x0018,0x991C], tag_multiple: false, tag_note: ''},
|
1398
|
+
{ tag_ps: '(0018,991D)', tag_name: "Positioning Landmark Sequence", tag_key: 'PositioningLandmarkSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0018,991D)', tag_sym: :positioning_landmark_sequence, tag_ndm: '0018991D', tag_ary: [0x0018,0x991D], tag_multiple: false, tag_note: ''},
|
1399
|
+
{ tag_ps: '(0018,991E)', tag_name: "Target Frame of Reference UID", tag_key: 'TargetFrameOfReferenceUID', tag_vr: [:UI], tag_vm: ["1"], tag_str: '(0018,991E)', tag_sym: :target_frame_of_reference_uid, tag_ndm: '0018991E', tag_ary: [0x0018,0x991E], tag_multiple: false, tag_note: ''},
|
1400
|
+
{ tag_ps: '(0018,991F)', tag_name: "Acquisition Protocol Element Specification Sequence", tag_key: 'AcquisitionProtocolElementSpecificationSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0018,991F)', tag_sym: :acquisition_protocol_element_specification_sequence, tag_ndm: '0018991F', tag_ary: [0x0018,0x991F], tag_multiple: false, tag_note: ''},
|
1401
|
+
{ tag_ps: '(0018,9920)', tag_name: "Acquisition Protocol Element Sequence", tag_key: 'AcquisitionProtocolElementSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0018,9920)', tag_sym: :acquisition_protocol_element_sequence, tag_ndm: '00189920', tag_ary: [0x0018,0x9920], tag_multiple: false, tag_note: ''},
|
1402
|
+
{ tag_ps: '(0018,9921)', tag_name: "Protocol Element Number", tag_key: 'ProtocolElementNumber', tag_vr: [:US], tag_vm: ["1"], tag_str: '(0018,9921)', tag_sym: :protocol_element_number, tag_ndm: '00189921', tag_ary: [0x0018,0x9921], tag_multiple: false, tag_note: ''},
|
1403
|
+
{ tag_ps: '(0018,9922)', tag_name: "Protocol Element Name", tag_key: 'ProtocolElementName', tag_vr: [:LO], tag_vm: ["1"], tag_str: '(0018,9922)', tag_sym: :protocol_element_name, tag_ndm: '00189922', tag_ary: [0x0018,0x9922], tag_multiple: false, tag_note: ''},
|
1404
|
+
{ tag_ps: '(0018,9923)', tag_name: "Protocol Element Characteristics Summary", tag_key: 'ProtocolElementCharacteristicsSummary', tag_vr: [:UT], tag_vm: ["1"], tag_str: '(0018,9923)', tag_sym: :protocol_element_characteristics_summary, tag_ndm: '00189923', tag_ary: [0x0018,0x9923], tag_multiple: false, tag_note: ''},
|
1405
|
+
{ tag_ps: '(0018,9924)', tag_name: "Protocol Element Purpose", tag_key: 'ProtocolElementPurpose', tag_vr: [:UT], tag_vm: ["1"], tag_str: '(0018,9924)', tag_sym: :protocol_element_purpose, tag_ndm: '00189924', tag_ary: [0x0018,0x9924], tag_multiple: false, tag_note: ''},
|
1406
|
+
{ tag_ps: '(0018,9930)', tag_name: "Acquisition Motion", tag_key: 'AcquisitionMotion', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(0018,9930)', tag_sym: :acquisition_motion, tag_ndm: '00189930', tag_ary: [0x0018,0x9930], tag_multiple: false, tag_note: ''},
|
1407
|
+
{ tag_ps: '(0018,9931)', tag_name: "Acquisition Start Location Sequence", tag_key: 'AcquisitionStartLocationSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0018,9931)', tag_sym: :acquisition_start_location_sequence, tag_ndm: '00189931', tag_ary: [0x0018,0x9931], tag_multiple: false, tag_note: ''},
|
1408
|
+
{ tag_ps: '(0018,9932)', tag_name: "Acquisition End Location Sequence", tag_key: 'AcquisitionEndLocationSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0018,9932)', tag_sym: :acquisition_end_location_sequence, tag_ndm: '00189932', tag_ary: [0x0018,0x9932], tag_multiple: false, tag_note: ''},
|
1409
|
+
{ tag_ps: '(0018,9933)', tag_name: "Reconstruction Protocol Element Specification Sequence", tag_key: 'ReconstructionProtocolElementSpecificationSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0018,9933)', tag_sym: :reconstruction_protocol_element_specification_sequence, tag_ndm: '00189933', tag_ary: [0x0018,0x9933], tag_multiple: false, tag_note: ''},
|
1410
|
+
{ tag_ps: '(0018,9934)', tag_name: "Reconstruction Protocol Element Sequence", tag_key: 'ReconstructionProtocolElementSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0018,9934)', tag_sym: :reconstruction_protocol_element_sequence, tag_ndm: '00189934', tag_ary: [0x0018,0x9934], tag_multiple: false, tag_note: ''},
|
1411
|
+
{ tag_ps: '(0018,9935)', tag_name: "Storage Protocol Element Specification Sequence", tag_key: 'StorageProtocolElementSpecificationSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0018,9935)', tag_sym: :storage_protocol_element_specification_sequence, tag_ndm: '00189935', tag_ary: [0x0018,0x9935], tag_multiple: false, tag_note: ''},
|
1412
|
+
{ tag_ps: '(0018,9936)', tag_name: "Storage Protocol Element Sequence", tag_key: 'StorageProtocolElementSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0018,9936)', tag_sym: :storage_protocol_element_sequence, tag_ndm: '00189936', tag_ary: [0x0018,0x9936], tag_multiple: false, tag_note: ''},
|
1413
|
+
{ tag_ps: '(0018,9937)', tag_name: "Requested Series Description", tag_key: 'RequestedSeriesDescription', tag_vr: [:LO], tag_vm: ["1"], tag_str: '(0018,9937)', tag_sym: :requested_series_description, tag_ndm: '00189937', tag_ary: [0x0018,0x9937], tag_multiple: false, tag_note: ''},
|
1414
|
+
{ tag_ps: '(0018,9938)', tag_name: "Source Acquisition Protocol Element Number", tag_key: 'SourceAcquisitionProtocolElementNumber', tag_vr: [:US], tag_vm: ["1-n"], tag_str: '(0018,9938)', tag_sym: :source_acquisition_protocol_element_number, tag_ndm: '00189938', tag_ary: [0x0018,0x9938], tag_multiple: false, tag_note: ''},
|
1415
|
+
{ tag_ps: '(0018,9939)', tag_name: "Source Acquisition Beam Number", tag_key: 'SourceAcquisitionBeamNumber', tag_vr: [:US], tag_vm: ["1-n"], tag_str: '(0018,9939)', tag_sym: :source_acquisition_beam_number, tag_ndm: '00189939', tag_ary: [0x0018,0x9939], tag_multiple: false, tag_note: ''},
|
1416
|
+
{ tag_ps: '(0018,993A)', tag_name: "Source Reconstruction Protocol Element Number", tag_key: 'SourceReconstructionProtocolElementNumber', tag_vr: [:US], tag_vm: ["1-n"], tag_str: '(0018,993A)', tag_sym: :source_reconstruction_protocol_element_number, tag_ndm: '0018993A', tag_ary: [0x0018,0x993A], tag_multiple: false, tag_note: ''},
|
1417
|
+
{ tag_ps: '(0018,993B)', tag_name: "Reconstruction Start Location Sequence", tag_key: 'ReconstructionStartLocationSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0018,993B)', tag_sym: :reconstruction_start_location_sequence, tag_ndm: '0018993B', tag_ary: [0x0018,0x993B], tag_multiple: false, tag_note: ''},
|
1418
|
+
{ tag_ps: '(0018,993C)', tag_name: "Reconstruction End Location Sequence", tag_key: 'ReconstructionEndLocationSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0018,993C)', tag_sym: :reconstruction_end_location_sequence, tag_ndm: '0018993C', tag_ary: [0x0018,0x993C], tag_multiple: false, tag_note: ''},
|
1419
|
+
{ tag_ps: '(0018,993D)', tag_name: "Reconstruction Algorithm Sequence", tag_key: 'ReconstructionAlgorithmSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0018,993D)', tag_sym: :reconstruction_algorithm_sequence, tag_ndm: '0018993D', tag_ary: [0x0018,0x993D], tag_multiple: false, tag_note: ''},
|
1420
|
+
{ tag_ps: '(0018,993E)', tag_name: "Reconstruction Target Center Location Sequence", tag_key: 'ReconstructionTargetCenterLocationSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0018,993E)', tag_sym: :reconstruction_target_center_location_sequence, tag_ndm: '0018993E', tag_ary: [0x0018,0x993E], tag_multiple: false, tag_note: ''},
|
1421
|
+
{ tag_ps: '(0018,9941)', tag_name: "Image Filter Description", tag_key: 'ImageFilterDescription', tag_vr: [:UT], tag_vm: ["1"], tag_str: '(0018,9941)', tag_sym: :image_filter_description, tag_ndm: '00189941', tag_ary: [0x0018,0x9941], tag_multiple: false, tag_note: ''},
|
1422
|
+
{ tag_ps: '(0018,9942)', tag_name: "CTDIvol Notification Trigger", tag_key: 'CTDIvolNotificationTrigger', tag_vr: [:FD], tag_vm: ["1"], tag_str: '(0018,9942)', tag_sym: :ctdi_vol_notification_trigger, tag_ndm: '00189942', tag_ary: [0x0018,0x9942], tag_multiple: false, tag_note: ''},
|
1423
|
+
{ tag_ps: '(0018,9943)', tag_name: "DLP Notification Trigger", tag_key: 'DLPNotificationTrigger', tag_vr: [:FD], tag_vm: ["1"], tag_str: '(0018,9943)', tag_sym: :dlp_notification_trigger, tag_ndm: '00189943', tag_ary: [0x0018,0x9943], tag_multiple: false, tag_note: ''},
|
1424
|
+
{ tag_ps: '(0018,9944)', tag_name: "Auto KVP Selection Type", tag_key: 'AutoKVPSelectionType', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(0018,9944)', tag_sym: :auto_kvp_selection_type, tag_ndm: '00189944', tag_ary: [0x0018,0x9944], tag_multiple: false, tag_note: ''},
|
1425
|
+
{ tag_ps: '(0018,9945)', tag_name: "Auto KVP Upper Bound", tag_key: 'AutoKVPUpperBound', tag_vr: [:FD], tag_vm: ["1"], tag_str: '(0018,9945)', tag_sym: :auto_kvp_upper_bound, tag_ndm: '00189945', tag_ary: [0x0018,0x9945], tag_multiple: false, tag_note: ''},
|
1426
|
+
{ tag_ps: '(0018,9946)', tag_name: "Auto KVP Lower Bound", tag_key: 'AutoKVPLowerBound', tag_vr: [:FD], tag_vm: ["1"], tag_str: '(0018,9946)', tag_sym: :auto_kvp_lower_bound, tag_ndm: '00189946', tag_ary: [0x0018,0x9946], tag_multiple: false, tag_note: ''},
|
1427
|
+
{ tag_ps: '(0018,9947)', tag_name: "Protocol Defined Patient Position", tag_key: 'ProtocolDefinedPatientPosition', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(0018,9947)', tag_sym: :protocol_defined_patient_position, tag_ndm: '00189947', tag_ary: [0x0018,0x9947], tag_multiple: false, tag_note: ''},
|
1350
1428
|
{ tag_ps: '(0018,A001)', tag_name: "Contributing Equipment Sequence", tag_key: 'ContributingEquipmentSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0018,A001)', tag_sym: :contributing_equipment_sequence, tag_ndm: '0018A001', tag_ary: [0x0018,0xA001], tag_multiple: false, tag_note: ''},
|
1351
1429
|
{ tag_ps: '(0018,A002)', tag_name: "Contribution DateTime", tag_key: 'ContributionDateTime', tag_vr: [:DT], tag_vm: ["1"], tag_str: '(0018,A002)', tag_sym: :contribution_date_time, tag_ndm: '0018A002', tag_ary: [0x0018,0xA002], tag_multiple: false, tag_note: ''},
|
1352
1430
|
{ tag_ps: '(0018,A003)', tag_name: "Contribution Description", tag_key: 'ContributionDescription', tag_vr: [:ST], tag_vm: ["1"], tag_str: '(0018,A003)', tag_sym: :contribution_description, tag_ndm: '0018A003', tag_ary: [0x0018,0xA003], tag_multiple: false, tag_note: ''},
|
@@ -1389,6 +1467,7 @@ HIGH = 0001H'},
|
|
1389
1467
|
{ tag_ps: '(0020,1004)', tag_name: "Acquisitions in Study", tag_key: 'AcquisitionsInStudy', tag_vr: [:IS], tag_vm: ["1"], tag_str: '(0020,1004)', tag_sym: :acquisitions_in_study, tag_ndm: '00201004', tag_ary: [0x0020,0x1004], tag_multiple: false, tag_note: 'RET'},
|
1390
1468
|
{ tag_ps: '(0020,1005)', tag_name: "Images in Study", tag_key: 'ImagesInStudy', tag_vr: [:IS], tag_vm: ["1"], tag_str: '(0020,1005)', tag_sym: :images_in_study, tag_ndm: '00201005', tag_ary: [0x0020,0x1005], tag_multiple: false, tag_note: 'RET'},
|
1391
1469
|
{ tag_ps: '(0020,1020)', tag_name: "Reference", tag_key: 'Reference', tag_vr: [:LO], tag_vm: ["1-n"], tag_str: '(0020,1020)', tag_sym: :reference, tag_ndm: '00201020', tag_ary: [0x0020,0x1020], tag_multiple: false, tag_note: 'RET'},
|
1470
|
+
{ tag_ps: '(0020,103F)', tag_name: "Target Position Reference Indicator", tag_key: 'TargetPositionReferenceIndicator', tag_vr: [:LO], tag_vm: ["1"], tag_str: '(0020,103F)', tag_sym: :target_position_reference_indicator, tag_ndm: '0020103F', tag_ary: [0x0020,0x103F], tag_multiple: false, tag_note: ''},
|
1392
1471
|
{ tag_ps: '(0020,1040)', tag_name: "Position Reference Indicator", tag_key: 'PositionReferenceIndicator', tag_vr: [:LO], tag_vm: ["1"], tag_str: '(0020,1040)', tag_sym: :position_reference_indicator, tag_ndm: '00201040', tag_ary: [0x0020,0x1040], tag_multiple: false, tag_note: ''},
|
1393
1472
|
{ tag_ps: '(0020,1041)', tag_name: "Slice Location", tag_key: 'SliceLocation', tag_vr: [:DS], tag_vm: ["1"], tag_str: '(0020,1041)', tag_sym: :slice_location, tag_ndm: '00201041', tag_ary: [0x0020,0x1041], tag_multiple: false, tag_note: ''},
|
1394
1473
|
{ tag_ps: '(0020,1070)', tag_name: "Other Study Numbers", tag_key: 'OtherStudyNumbers', tag_vr: [:IS], tag_vm: ["1-n"], tag_str: '(0020,1070)', tag_sym: :other_study_numbers, tag_ndm: '00201070', tag_ary: [0x0020,0x1070], tag_multiple: false, tag_note: 'RET'},
|
@@ -1812,7 +1891,7 @@ HIGH = 0001H'},
|
|
1812
1891
|
{ tag_ps: '(0028,1053)', tag_name: "Rescale Slope", tag_key: 'RescaleSlope', tag_vr: [:DS], tag_vm: ["1"], tag_str: '(0028,1053)', tag_sym: :rescale_slope, tag_ndm: '00281053', tag_ary: [0x0028,0x1053], tag_multiple: false, tag_note: ''},
|
1813
1892
|
{ tag_ps: '(0028,1054)', tag_name: "Rescale Type", tag_key: 'RescaleType', tag_vr: [:LO], tag_vm: ["1"], tag_str: '(0028,1054)', tag_sym: :rescale_type, tag_ndm: '00281054', tag_ary: [0x0028,0x1054], tag_multiple: false, tag_note: ''},
|
1814
1893
|
{ tag_ps: '(0028,1055)', tag_name: "Window Center & Width Explanation", tag_key: 'WindowCenterWidthExplanation', tag_vr: [:LO], tag_vm: ["1-n"], tag_str: '(0028,1055)', tag_sym: :window_center_width_explanation, tag_ndm: '00281055', tag_ary: [0x0028,0x1055], tag_multiple: false, tag_note: ''},
|
1815
|
-
{ tag_ps: '(0028,1056)', tag_name: "VOI LUT Function", tag_key: 'VOILUTFunction', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(0028,1056)', tag_sym: :
|
1894
|
+
{ tag_ps: '(0028,1056)', tag_name: "VOI LUT Function", tag_key: 'VOILUTFunction', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(0028,1056)', tag_sym: :voi_lut_function, tag_ndm: '00281056', tag_ary: [0x0028,0x1056], tag_multiple: false, tag_note: ''},
|
1816
1895
|
{ tag_ps: '(0028,1080)', tag_name: "Gray Scale", tag_key: 'GrayScale', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(0028,1080)', tag_sym: :gray_scale, tag_ndm: '00281080', tag_ary: [0x0028,0x1080], tag_multiple: false, tag_note: 'RET'},
|
1817
1896
|
{ tag_ps: '(0028,1090)', tag_name: "Recommended Viewing Mode", tag_key: 'RecommendedViewingMode', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(0028,1090)', tag_sym: :recommended_viewing_mode, tag_ndm: '00281090', tag_ary: [0x0028,0x1090], tag_multiple: false, tag_note: ''},
|
1818
1897
|
{ tag_ps: '(0028,1100)', tag_name: "Gray Lookup Table Descriptor", tag_key: 'GrayLookupTableDescriptor', tag_vr: [:US, :SS], tag_vm: ["3"], tag_str: '(0028,1100)', tag_sym: :gray_lookup_table_descriptor, tag_ndm: '00281100', tag_ary: [0x0028,0x1100], tag_multiple: false, tag_note: 'RET'},
|
@@ -1854,7 +1933,7 @@ HIGH = 0001H'},
|
|
1854
1933
|
{ tag_ps: '(0028,140C)', tag_name: "Blending LUT 2 Sequence", tag_key: 'BlendingLUT2Sequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0028,140C)', tag_sym: :blending_lut2_sequence, tag_ndm: '0028140C', tag_ary: [0x0028,0x140C], tag_multiple: false, tag_note: ''},
|
1855
1934
|
{ tag_ps: '(0028,140D)', tag_name: "Blending LUT 2 Transfer Function", tag_key: 'BlendingLUT2TransferFunction', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(0028,140D)', tag_sym: :blending_lut2_transfer_function, tag_ndm: '0028140D', tag_ary: [0x0028,0x140D], tag_multiple: false, tag_note: ''},
|
1856
1935
|
{ tag_ps: '(0028,140E)', tag_name: "Data Path ID", tag_key: 'DataPathID', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(0028,140E)', tag_sym: :data_path_id, tag_ndm: '0028140E', tag_ary: [0x0028,0x140E], tag_multiple: false, tag_note: ''},
|
1857
|
-
{ tag_ps: '(0028,140F)', tag_name: "RGB LUT Transfer Function", tag_key: 'RGBLUTTransferFunction', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(0028,140F)', tag_sym: :
|
1936
|
+
{ tag_ps: '(0028,140F)', tag_name: "RGB LUT Transfer Function", tag_key: 'RGBLUTTransferFunction', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(0028,140F)', tag_sym: :rgb_lut_transfer_function, tag_ndm: '0028140F', tag_ary: [0x0028,0x140F], tag_multiple: false, tag_note: ''},
|
1858
1937
|
{ tag_ps: '(0028,1410)', tag_name: "Alpha LUT Transfer Function", tag_key: 'AlphaLUTTransferFunction', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(0028,1410)', tag_sym: :alpha_lut_transfer_function, tag_ndm: '00281410', tag_ary: [0x0028,0x1410], tag_multiple: false, tag_note: ''},
|
1859
1938
|
{ tag_ps: '(0028,2000)', tag_name: "ICC Profile", tag_key: 'ICCProfile', tag_vr: [:OB], tag_vm: ["1"], tag_str: '(0028,2000)', tag_sym: :icc_profile, tag_ndm: '00282000', tag_ary: [0x0028,0x2000], tag_multiple: false, tag_note: ''},
|
1860
1939
|
{ tag_ps: '(0028,2002)', tag_name: "Color Space", tag_key: 'ColorSpace', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(0028,2002)', tag_sym: :color_space, tag_ndm: '00282002', tag_ary: [0x0028,0x2002], tag_multiple: false, tag_note: ''},
|
@@ -1866,8 +1945,8 @@ HIGH = 0001H'},
|
|
1866
1945
|
{ tag_ps: '(0028,3003)', tag_name: "LUT Explanation", tag_key: 'LUTExplanation', tag_vr: [:LO], tag_vm: ["1"], tag_str: '(0028,3003)', tag_sym: :lut_explanation, tag_ndm: '00283003', tag_ary: [0x0028,0x3003], tag_multiple: false, tag_note: ''},
|
1867
1946
|
{ tag_ps: '(0028,3004)', tag_name: "Modality LUT Type", tag_key: 'ModalityLUTType', tag_vr: [:LO], tag_vm: ["1"], tag_str: '(0028,3004)', tag_sym: :modality_lut_type, tag_ndm: '00283004', tag_ary: [0x0028,0x3004], tag_multiple: false, tag_note: ''},
|
1868
1947
|
{ tag_ps: '(0028,3006)', tag_name: "LUT Data", tag_key: 'LUTData', tag_vr: [:US, :OW], tag_vm: ["1-n", "1"], tag_str: '(0028,3006)', tag_sym: :lut_data, tag_ndm: '00283006', tag_ary: [0x0028,0x3006], tag_multiple: false, tag_note: ''},
|
1869
|
-
{ tag_ps: '(0028,3010)', tag_name: "VOI LUT Sequence", tag_key: 'VOILUTSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0028,3010)', tag_sym: :
|
1870
|
-
{ tag_ps: '(0028,3110)', tag_name: "Softcopy VOI LUT Sequence", tag_key: 'SoftcopyVOILUTSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0028,3110)', tag_sym: :
|
1948
|
+
{ tag_ps: '(0028,3010)', tag_name: "VOI LUT Sequence", tag_key: 'VOILUTSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0028,3010)', tag_sym: :voi_lut_sequence, tag_ndm: '00283010', tag_ary: [0x0028,0x3010], tag_multiple: false, tag_note: ''},
|
1949
|
+
{ tag_ps: '(0028,3110)', tag_name: "Softcopy VOI LUT Sequence", tag_key: 'SoftcopyVOILUTSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0028,3110)', tag_sym: :softcopy_voi_lut_sequence, tag_ndm: '00283110', tag_ary: [0x0028,0x3110], tag_multiple: false, tag_note: ''},
|
1871
1950
|
{ tag_ps: '(0028,4000)', tag_name: "Image Presentation Comments", tag_key: 'ImagePresentationComments', tag_vr: [:LT], tag_vm: ["1"], tag_str: '(0028,4000)', tag_sym: :image_presentation_comments, tag_ndm: '00284000', tag_ary: [0x0028,0x4000], tag_multiple: false, tag_note: 'RET'},
|
1872
1951
|
{ tag_ps: '(0028,5000)', tag_name: "Bi-Plane Acquisition Sequence", tag_key: 'BiPlaneAcquisitionSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0028,5000)', tag_sym: :bi_plane_acquisition_sequence, tag_ndm: '00285000', tag_ary: [0x0028,0x5000], tag_multiple: false, tag_note: 'RET'},
|
1873
1952
|
{ tag_ps: '(0028,6010)', tag_name: "Representative Frame Number", tag_key: 'RepresentativeFrameNumber', tag_vr: [:US], tag_vm: ["1"], tag_str: '(0028,6010)', tag_sym: :representative_frame_number, tag_ndm: '00286010', tag_ary: [0x0028,0x6010], tag_multiple: false, tag_note: ''},
|
@@ -1908,7 +1987,7 @@ HIGH = 0001H'},
|
|
1908
1987
|
{ tag_ps: '(0028,7015)', tag_name: "Visual Evaluation Result Sequence", tag_key: 'VisualEvaluationResultSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0028,7015)', tag_sym: :visual_evaluation_result_sequence, tag_ndm: '00287015', tag_ary: [0x0028,0x7015], tag_multiple: false, tag_note: ''},
|
1909
1988
|
{ tag_ps: '(0028,7016)', tag_name: "Display Calibration Result Sequence", tag_key: 'DisplayCalibrationResultSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0028,7016)', tag_sym: :display_calibration_result_sequence, tag_ndm: '00287016', tag_ary: [0x0028,0x7016], tag_multiple: false, tag_note: ''},
|
1910
1989
|
{ tag_ps: '(0028,7017)', tag_name: "DDL Value", tag_key: 'DDLValue', tag_vr: [:US], tag_vm: ["1"], tag_str: '(0028,7017)', tag_sym: :ddl_value, tag_ndm: '00287017', tag_ary: [0x0028,0x7017], tag_multiple: false, tag_note: ''},
|
1911
|
-
{ tag_ps: '(0028,7018)', tag_name: "CIExy White Point", tag_key: 'CIExyWhitePoint', tag_vr: [:FL], tag_vm: ["2"], tag_str: '(0028,7018)', tag_sym: :
|
1990
|
+
{ tag_ps: '(0028,7018)', tag_name: "CIExy White Point", tag_key: 'CIExyWhitePoint', tag_vr: [:FL], tag_vm: ["2"], tag_str: '(0028,7018)', tag_sym: :ciexy_white_point, tag_ndm: '00287018', tag_ary: [0x0028,0x7018], tag_multiple: false, tag_note: ''},
|
1912
1991
|
{ tag_ps: '(0028,7019)', tag_name: "Display Function Type", tag_key: 'DisplayFunctionType', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(0028,7019)', tag_sym: :display_function_type, tag_ndm: '00287019', tag_ary: [0x0028,0x7019], tag_multiple: false, tag_note: ''},
|
1913
1992
|
{ tag_ps: '(0028,701A)', tag_name: "Gamma Value", tag_key: 'GammaValue', tag_vr: [:FL], tag_vm: ["1"], tag_str: '(0028,701A)', tag_sym: :gamma_value, tag_ndm: '0028701A', tag_ary: [0x0028,0x701A], tag_multiple: false, tag_note: ''},
|
1914
1993
|
{ tag_ps: '(0028,701B)', tag_name: "Number of Luminance Points", tag_key: 'NumberOfLuminancePoints', tag_vr: [:US], tag_vm: ["1"], tag_str: '(0028,701B)', tag_sym: :number_of_luminance_points, tag_ndm: '0028701B', tag_ary: [0x0028,0x701B], tag_multiple: false, tag_note: ''},
|
@@ -1938,7 +2017,7 @@ HIGH = 0001H'},
|
|
1938
2017
|
{ tag_ps: '(0028,9099)', tag_name: "Largest Monochrome Pixel Value", tag_key: 'LargestMonochromePixelValue', tag_vr: [:US], tag_vm: ["1"], tag_str: '(0028,9099)', tag_sym: :largest_monochrome_pixel_value, tag_ndm: '00289099', tag_ary: [0x0028,0x9099], tag_multiple: false, tag_note: 'RET'},
|
1939
2018
|
{ tag_ps: '(0028,9108)', tag_name: "Data Representation", tag_key: 'DataRepresentation', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(0028,9108)', tag_sym: :data_representation, tag_ndm: '00289108', tag_ary: [0x0028,0x9108], tag_multiple: false, tag_note: ''},
|
1940
2019
|
{ tag_ps: '(0028,9110)', tag_name: "Pixel Measures Sequence", tag_key: 'PixelMeasuresSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0028,9110)', tag_sym: :pixel_measures_sequence, tag_ndm: '00289110', tag_ary: [0x0028,0x9110], tag_multiple: false, tag_note: ''},
|
1941
|
-
{ tag_ps: '(0028,9132)', tag_name: "Frame VOI LUT Sequence", tag_key: 'FrameVOILUTSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0028,9132)', tag_sym: :
|
2020
|
+
{ tag_ps: '(0028,9132)', tag_name: "Frame VOI LUT Sequence", tag_key: 'FrameVOILUTSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0028,9132)', tag_sym: :frame_voi_lut_sequence, tag_ndm: '00289132', tag_ary: [0x0028,0x9132], tag_multiple: false, tag_note: ''},
|
1942
2021
|
{ tag_ps: '(0028,9145)', tag_name: "Pixel Value Transformation Sequence", tag_key: 'PixelValueTransformationSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0028,9145)', tag_sym: :pixel_value_transformation_sequence, tag_ndm: '00289145', tag_ary: [0x0028,0x9145], tag_multiple: false, tag_note: ''},
|
1943
2022
|
{ tag_ps: '(0028,9235)', tag_name: "Signal Domain Rows", tag_key: 'SignalDomainRows', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(0028,9235)', tag_sym: :signal_domain_rows, tag_ndm: '00289235', tag_ary: [0x0028,0x9235], tag_multiple: false, tag_note: ''},
|
1944
2023
|
{ tag_ps: '(0028,9411)', tag_name: "Display Filter Percentage", tag_key: 'DisplayFilterPercentage', tag_vr: [:FL], tag_vm: ["1"], tag_str: '(0028,9411)', tag_sym: :display_filter_percentage, tag_ndm: '00289411', tag_ary: [0x0028,0x9411], tag_multiple: false, tag_note: ''},
|
@@ -2224,7 +2303,7 @@ HIGH = 0001H'},
|
|
2224
2303
|
{ tag_ps: '(0040,4052)', tag_name: "Procedure Step Cancellation DateTime", tag_key: 'ProcedureStepCancellationDateTime', tag_vr: [:DT], tag_vm: ["1"], tag_str: '(0040,4052)', tag_sym: :procedure_step_cancellation_date_time, tag_ndm: '00404052', tag_ary: [0x0040,0x4052], tag_multiple: false, tag_note: ''},
|
2225
2304
|
{ tag_ps: '(0040,4070)', tag_name: "Output Destination Sequence", tag_key: 'OutputDestinationSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0040,4070)', tag_sym: :output_destination_sequence, tag_ndm: '00404070', tag_ary: [0x0040,0x4070], tag_multiple: false, tag_note: ''},
|
2226
2305
|
{ tag_ps: '(0040,4071)', tag_name: "DICOM Storage Sequence", tag_key: 'DICOMStorageSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0040,4071)', tag_sym: :dicom_storage_sequence, tag_ndm: '00404071', tag_ary: [0x0040,0x4071], tag_multiple: false, tag_note: ''},
|
2227
|
-
{ tag_ps: '(0040,4072)', tag_name: "STOW-RS Storage Sequence", tag_key: 'STOWRSStorageSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0040,4072)', tag_sym: :
|
2306
|
+
{ tag_ps: '(0040,4072)', tag_name: "STOW-RS Storage Sequence", tag_key: 'STOWRSStorageSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0040,4072)', tag_sym: :stow_rs_storage_sequence, tag_ndm: '00404072', tag_ary: [0x0040,0x4072], tag_multiple: false, tag_note: ''},
|
2228
2307
|
{ tag_ps: '(0040,4073)', tag_name: "Storage URL", tag_key: 'StorageURL', tag_vr: [:UR], tag_vm: ["1"], tag_str: '(0040,4073)', tag_sym: :storage_url, tag_ndm: '00404073', tag_ary: [0x0040,0x4073], tag_multiple: false, tag_note: ''},
|
2229
2308
|
{ tag_ps: '(0040,4074)', tag_name: "XDS Storage Sequence", tag_key: 'XDSStorageSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0040,4074)', tag_sym: :xds_storage_sequence, tag_ndm: '00404074', tag_ary: [0x0040,0x4074], tag_multiple: false, tag_note: ''},
|
2230
2309
|
{ tag_ps: '(0040,8302)', tag_name: "Entrance Dose in mGy", tag_key: 'EntranceDoseInmGy', tag_vr: [:DS], tag_vm: ["1"], tag_str: '(0040,8302)', tag_sym: :entrance_dose_inm_gy, tag_ndm: '00408302', tag_ary: [0x0040,0x8302], tag_multiple: false, tag_note: ''},
|
@@ -2368,7 +2447,7 @@ HIGH = 0001H'},
|
|
2368
2447
|
{ tag_ps: '(0040,E022)', tag_name: "DICOM Media Retrieval Sequence", tag_key: 'DICOMMediaRetrievalSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0040,E022)', tag_sym: :dicom_media_retrieval_sequence, tag_ndm: '0040E022', tag_ary: [0x0040,0xE022], tag_multiple: false, tag_note: ''},
|
2369
2448
|
{ tag_ps: '(0040,E023)', tag_name: "WADO Retrieval Sequence", tag_key: 'WADORetrievalSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0040,E023)', tag_sym: :wado_retrieval_sequence, tag_ndm: '0040E023', tag_ary: [0x0040,0xE023], tag_multiple: false, tag_note: ''},
|
2370
2449
|
{ tag_ps: '(0040,E024)', tag_name: "XDS Retrieval Sequence", tag_key: 'XDSRetrievalSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0040,E024)', tag_sym: :xds_retrieval_sequence, tag_ndm: '0040E024', tag_ary: [0x0040,0xE024], tag_multiple: false, tag_note: ''},
|
2371
|
-
{ tag_ps: '(0040,E025)', tag_name: "WADO-RS Retrieval Sequence", tag_key: 'WADORSRetrievalSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0040,E025)', tag_sym: :
|
2450
|
+
{ tag_ps: '(0040,E025)', tag_name: "WADO-RS Retrieval Sequence", tag_key: 'WADORSRetrievalSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0040,E025)', tag_sym: :wado_rs_retrieval_sequence, tag_ndm: '0040E025', tag_ary: [0x0040,0xE025], tag_multiple: false, tag_note: ''},
|
2372
2451
|
{ tag_ps: '(0040,E030)', tag_name: "Repository Unique ID", tag_key: 'RepositoryUniqueID', tag_vr: [:UI], tag_vm: ["1"], tag_str: '(0040,E030)', tag_sym: :repository_unique_id, tag_ndm: '0040E030', tag_ary: [0x0040,0xE030], tag_multiple: false, tag_note: ''},
|
2373
2452
|
{ tag_ps: '(0040,E031)', tag_name: "Home Community ID", tag_key: 'HomeCommunityID', tag_vr: [:UI], tag_vm: ["1"], tag_str: '(0040,E031)', tag_sym: :home_community_id, tag_ndm: '0040E031', tag_ary: [0x0040,0xE031], tag_multiple: false, tag_note: ''},
|
2374
2453
|
{ tag_ps: '(0042,0010)', tag_name: "Document Title", tag_key: 'DocumentTitle', tag_vr: [:ST], tag_vm: ["1"], tag_str: '(0042,0010)', tag_sym: :document_title, tag_ndm: '00420010', tag_ary: [0x0042,0x0010], tag_multiple: false, tag_note: ''},
|
@@ -2530,11 +2609,11 @@ HIGH = 0001H'},
|
|
2530
2609
|
{ tag_ps: '(0052,0014)', tag_name: "A-line Pixel Spacing", tag_key: 'ALinePixelSpacing', tag_vr: [:FD], tag_vm: ["1"], tag_str: '(0052,0014)', tag_sym: :a_line_pixel_spacing, tag_ndm: '00520014', tag_ary: [0x0052,0x0014], tag_multiple: false, tag_note: ''},
|
2531
2610
|
{ tag_ps: '(0052,0016)', tag_name: "Mode of Percutaneous Access Sequence", tag_key: 'ModeOfPercutaneousAccessSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0052,0016)', tag_sym: :mode_of_percutaneous_access_sequence, tag_ndm: '00520016', tag_ary: [0x0052,0x0016], tag_multiple: false, tag_note: ''},
|
2532
2611
|
{ tag_ps: '(0052,0025)', tag_name: "Intravascular OCT Frame Type Sequence", tag_key: 'IntravascularOCTFrameTypeSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0052,0025)', tag_sym: :intravascular_oct_frame_type_sequence, tag_ndm: '00520025', tag_ary: [0x0052,0x0025], tag_multiple: false, tag_note: ''},
|
2533
|
-
{ tag_ps: '(0052,0026)', tag_name: "OCT Z Offset Applied", tag_key: 'OCTZOffsetApplied', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(0052,0026)', tag_sym: :
|
2612
|
+
{ tag_ps: '(0052,0026)', tag_name: "OCT Z Offset Applied", tag_key: 'OCTZOffsetApplied', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(0052,0026)', tag_sym: :oct_z_offset_applied, tag_ndm: '00520026', tag_ary: [0x0052,0x0026], tag_multiple: false, tag_note: ''},
|
2534
2613
|
{ tag_ps: '(0052,0027)', tag_name: "Intravascular Frame Content Sequence", tag_key: 'IntravascularFrameContentSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0052,0027)', tag_sym: :intravascular_frame_content_sequence, tag_ndm: '00520027', tag_ary: [0x0052,0x0027], tag_multiple: false, tag_note: ''},
|
2535
2614
|
{ tag_ps: '(0052,0028)', tag_name: "Intravascular Longitudinal Distance", tag_key: 'IntravascularLongitudinalDistance', tag_vr: [:FD], tag_vm: ["1"], tag_str: '(0052,0028)', tag_sym: :intravascular_longitudinal_distance, tag_ndm: '00520028', tag_ary: [0x0052,0x0028], tag_multiple: false, tag_note: ''},
|
2536
2615
|
{ tag_ps: '(0052,0029)', tag_name: "Intravascular OCT Frame Content Sequence", tag_key: 'IntravascularOCTFrameContentSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0052,0029)', tag_sym: :intravascular_oct_frame_content_sequence, tag_ndm: '00520029', tag_ary: [0x0052,0x0029], tag_multiple: false, tag_note: ''},
|
2537
|
-
{ tag_ps: '(0052,0030)', tag_name: "OCT Z Offset Correction", tag_key: 'OCTZOffsetCorrection', tag_vr: [:SS], tag_vm: ["1"], tag_str: '(0052,0030)', tag_sym: :
|
2616
|
+
{ tag_ps: '(0052,0030)', tag_name: "OCT Z Offset Correction", tag_key: 'OCTZOffsetCorrection', tag_vr: [:SS], tag_vm: ["1"], tag_str: '(0052,0030)', tag_sym: :oct_z_offset_correction, tag_ndm: '00520030', tag_ary: [0x0052,0x0030], tag_multiple: false, tag_note: ''},
|
2538
2617
|
{ tag_ps: '(0052,0031)', tag_name: "Catheter Direction of Rotation", tag_key: 'CatheterDirectionOfRotation', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(0052,0031)', tag_sym: :catheter_direction_of_rotation, tag_ndm: '00520031', tag_ary: [0x0052,0x0031], tag_multiple: false, tag_note: ''},
|
2539
2618
|
{ tag_ps: '(0052,0033)', tag_name: "Seam Line Location", tag_key: 'SeamLineLocation', tag_vr: [:FD], tag_vm: ["1"], tag_str: '(0052,0033)', tag_sym: :seam_line_location, tag_ndm: '00520033', tag_ary: [0x0052,0x0033], tag_multiple: false, tag_note: ''},
|
2540
2619
|
{ tag_ps: '(0052,0034)', tag_name: "First A-line Location", tag_key: 'FirstALineLocation', tag_vr: [:FD], tag_vm: ["1"], tag_str: '(0052,0034)', tag_sym: :first_a_line_location, tag_ndm: '00520034', tag_ary: [0x0052,0x0034], tag_multiple: false, tag_note: ''},
|
@@ -2896,6 +2975,7 @@ HIGH = 0001H'},
|
|
2896
2975
|
{ tag_ps: '(0070,031A)', tag_name: "Fiducial UID", tag_key: 'FiducialUID', tag_vr: [:UI], tag_vm: ["1"], tag_str: '(0070,031A)', tag_sym: :fiducial_uid, tag_ndm: '0070031A', tag_ary: [0x0070,0x031A], tag_multiple: false, tag_note: ''},
|
2897
2976
|
{ tag_ps: '(0070,031C)', tag_name: "Fiducial Set Sequence", tag_key: 'FiducialSetSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0070,031C)', tag_sym: :fiducial_set_sequence, tag_ndm: '0070031C', tag_ary: [0x0070,0x031C], tag_multiple: false, tag_note: ''},
|
2898
2977
|
{ tag_ps: '(0070,031E)', tag_name: "Fiducial Sequence", tag_key: 'FiducialSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0070,031E)', tag_sym: :fiducial_sequence, tag_ndm: '0070031E', tag_ary: [0x0070,0x031E], tag_multiple: false, tag_note: ''},
|
2978
|
+
{ tag_ps: '(0070,031F)', tag_name: "Fiducials Property Category Code Sequence", tag_key: 'FiducialsPropertyCategoryCodeSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0070,031F)', tag_sym: :fiducials_property_category_code_sequence, tag_ndm: '0070031F', tag_ary: [0x0070,0x031F], tag_multiple: false, tag_note: ''},
|
2899
2979
|
{ tag_ps: '(0070,0401)', tag_name: "Graphic Layer Recommended Display CIELab Value", tag_key: 'GraphicLayerRecommendedDisplayCIELabValue', tag_vr: [:US], tag_vm: ["3"], tag_str: '(0070,0401)', tag_sym: :graphic_layer_recommended_display_cie_lab_value, tag_ndm: '00700401', tag_ary: [0x0070,0x0401], tag_multiple: false, tag_note: ''},
|
2900
2980
|
{ tag_ps: '(0070,0402)', tag_name: "Blending Sequence", tag_key: 'BlendingSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0070,0402)', tag_sym: :blending_sequence, tag_ndm: '00700402', tag_ary: [0x0070,0x0402], tag_multiple: false, tag_note: ''},
|
2901
2981
|
{ tag_ps: '(0070,0403)', tag_name: "Relative Opacity", tag_key: 'RelativeOpacity', tag_vr: [:FL], tag_vm: ["1"], tag_str: '(0070,0403)', tag_sym: :relative_opacity, tag_ndm: '00700403', tag_ary: [0x0070,0x0403], tag_multiple: false, tag_note: ''},
|
@@ -3218,6 +3298,7 @@ HIGH = 0001H'},
|
|
3218
3298
|
{ tag_ps: '(0082,0035)', tag_name: "Recommended Default Value Sequence", tag_key: 'RecommendedDefaultValueSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0082,0035)', tag_sym: :recommended_default_value_sequence, tag_ndm: '00820035', tag_ary: [0x0082,0x0035], tag_multiple: false, tag_note: ''},
|
3219
3299
|
{ tag_ps: '(0082,0036)', tag_name: "Constraint Violation Significance", tag_key: 'ConstraintViolationSignificance', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(0082,0036)', tag_sym: :constraint_violation_significance, tag_ndm: '00820036', tag_ary: [0x0082,0x0036], tag_multiple: false, tag_note: ''},
|
3220
3300
|
{ tag_ps: '(0082,0037)', tag_name: "Constraint Violation Condition", tag_key: 'ConstraintViolationCondition', tag_vr: [:UT], tag_vm: ["1"], tag_str: '(0082,0037)', tag_sym: :constraint_violation_condition, tag_ndm: '00820037', tag_ary: [0x0082,0x0037], tag_multiple: false, tag_note: ''},
|
3301
|
+
{ tag_ps: '(0082,0038)', tag_name: "Modifiable Constraint Flag", tag_key: 'ModifiableConstraintFlag', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(0082,0038)', tag_sym: :modifiable_constraint_flag, tag_ndm: '00820038', tag_ary: [0x0082,0x0038], tag_multiple: false, tag_note: ''},
|
3221
3302
|
{ tag_ps: '(0088,0130)', tag_name: "Storage Media File-set ID", tag_key: 'StorageMediaFileSetID', tag_vr: [:SH], tag_vm: ["1"], tag_str: '(0088,0130)', tag_sym: :storage_media_file_set_id, tag_ndm: '00880130', tag_ary: [0x0088,0x0130], tag_multiple: false, tag_note: ''},
|
3222
3303
|
{ tag_ps: '(0088,0140)', tag_name: "Storage Media File-set UID", tag_key: 'StorageMediaFileSetUID', tag_vr: [:UI], tag_vm: ["1"], tag_str: '(0088,0140)', tag_sym: :storage_media_file_set_uid, tag_ndm: '00880140', tag_ary: [0x0088,0x0140], tag_multiple: false, tag_note: ''},
|
3223
3304
|
{ tag_ps: '(0088,0200)', tag_name: "Icon Image Sequence", tag_key: 'IconImageSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0088,0200)', tag_sym: :icon_image_sequence, tag_ndm: '00880200', tag_ary: [0x0088,0x0200], tag_multiple: false, tag_note: ''},
|
@@ -3318,7 +3399,7 @@ HIGH = 0001H'},
|
|
3318
3399
|
{ tag_ps: '(2020,0110)', tag_name: "Basic Grayscale Image Sequence", tag_key: 'BasicGrayscaleImageSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(2020,0110)', tag_sym: :basic_grayscale_image_sequence, tag_ndm: '20200110', tag_ary: [0x2020,0x0110], tag_multiple: false, tag_note: ''},
|
3319
3400
|
{ tag_ps: '(2020,0111)', tag_name: "Basic Color Image Sequence", tag_key: 'BasicColorImageSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(2020,0111)', tag_sym: :basic_color_image_sequence, tag_ndm: '20200111', tag_ary: [0x2020,0x0111], tag_multiple: false, tag_note: ''},
|
3320
3401
|
{ tag_ps: '(2020,0130)', tag_name: "Referenced Image Overlay Box Sequence", tag_key: 'ReferencedImageOverlayBoxSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(2020,0130)', tag_sym: :referenced_image_overlay_box_sequence, tag_ndm: '20200130', tag_ary: [0x2020,0x0130], tag_multiple: false, tag_note: 'RET'},
|
3321
|
-
{ tag_ps: '(2020,0140)', tag_name: "Referenced VOI LUT Box Sequence", tag_key: 'ReferencedVOILUTBoxSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(2020,0140)', tag_sym: :
|
3402
|
+
{ tag_ps: '(2020,0140)', tag_name: "Referenced VOI LUT Box Sequence", tag_key: 'ReferencedVOILUTBoxSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(2020,0140)', tag_sym: :referenced_voi_lut_box_sequence, tag_ndm: '20200140', tag_ary: [0x2020,0x0140], tag_multiple: false, tag_note: 'RET'},
|
3322
3403
|
{ tag_ps: '(2030,0010)', tag_name: "Annotation Position", tag_key: 'AnnotationPosition', tag_vr: [:US], tag_vm: ["1"], tag_str: '(2030,0010)', tag_sym: :annotation_position, tag_ndm: '20300010', tag_ary: [0x2030,0x0010], tag_multiple: false, tag_note: ''},
|
3323
3404
|
{ tag_ps: '(2030,0020)', tag_name: "Text String", tag_key: 'TextString', tag_vr: [:LO], tag_vm: ["1"], tag_str: '(2030,0020)', tag_sym: :text_string, tag_ndm: '20300020', tag_ary: [0x2030,0x0020], tag_multiple: false, tag_note: ''},
|
3324
3405
|
{ tag_ps: '(2040,0010)', tag_name: "Referenced Overlay Plane Sequence", tag_key: 'ReferencedOverlayPlaneSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(2040,0010)', tag_sym: :referenced_overlay_plane_sequence, tag_ndm: '20400010', tag_ary: [0x2040,0x0010], tag_multiple: false, tag_note: 'RET'},
|
@@ -3423,7 +3504,7 @@ HIGH = 0001H'},
|
|
3423
3504
|
{ tag_ps: '(3004,0056)', tag_name: "DVH Number of Bins", tag_key: 'DVHNumberOfBins', tag_vr: [:IS], tag_vm: ["1"], tag_str: '(3004,0056)', tag_sym: :dvh_number_of_bins, tag_ndm: '30040056', tag_ary: [0x3004,0x0056], tag_multiple: false, tag_note: ''},
|
3424
3505
|
{ tag_ps: '(3004,0058)', tag_name: "DVH Data", tag_key: 'DVHData', tag_vr: [:DS], tag_vm: ["2-2n"], tag_str: '(3004,0058)', tag_sym: :dvh_data, tag_ndm: '30040058', tag_ary: [0x3004,0x0058], tag_multiple: false, tag_note: ''},
|
3425
3506
|
{ tag_ps: '(3004,0060)', tag_name: "DVH Referenced ROI Sequence", tag_key: 'DVHReferencedROISequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(3004,0060)', tag_sym: :dvh_referenced_roi_sequence, tag_ndm: '30040060', tag_ary: [0x3004,0x0060], tag_multiple: false, tag_note: ''},
|
3426
|
-
{ tag_ps: '(3004,0062)', tag_name: "DVH ROI Contribution Type", tag_key: 'DVHROIContributionType', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(3004,0062)', tag_sym: :
|
3507
|
+
{ tag_ps: '(3004,0062)', tag_name: "DVH ROI Contribution Type", tag_key: 'DVHROIContributionType', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(3004,0062)', tag_sym: :dvh_roi_contribution_type, tag_ndm: '30040062', tag_ary: [0x3004,0x0062], tag_multiple: false, tag_note: ''},
|
3427
3508
|
{ tag_ps: '(3004,0070)', tag_name: "DVH Minimum Dose", tag_key: 'DVHMinimumDose', tag_vr: [:DS], tag_vm: ["1"], tag_str: '(3004,0070)', tag_sym: :dvh_minimum_dose, tag_ndm: '30040070', tag_ary: [0x3004,0x0070], tag_multiple: false, tag_note: ''},
|
3428
3509
|
{ tag_ps: '(3004,0072)', tag_name: "DVH Maximum Dose", tag_key: 'DVHMaximumDose', tag_vr: [:DS], tag_vm: ["1"], tag_str: '(3004,0072)', tag_sym: :dvh_maximum_dose, tag_ndm: '30040072', tag_ary: [0x3004,0x0072], tag_multiple: false, tag_note: ''},
|
3429
3510
|
{ tag_ps: '(3004,0074)', tag_name: "DVH Mean Dose", tag_key: 'DVHMeanDose', tag_vr: [:DS], tag_vm: ["1"], tag_str: '(3004,0074)', tag_sym: :dvh_mean_dose, tag_ndm: '30040074', tag_ary: [0x3004,0x0074], tag_multiple: false, tag_note: ''},
|
@@ -3445,7 +3526,7 @@ HIGH = 0001H'},
|
|
3445
3526
|
{ tag_ps: '(3006,002A)', tag_name: "ROI Display Color", tag_key: 'ROIDisplayColor', tag_vr: [:IS], tag_vm: ["3"], tag_str: '(3006,002A)', tag_sym: :roi_display_color, tag_ndm: '3006002A', tag_ary: [0x3006,0x002A], tag_multiple: false, tag_note: ''},
|
3446
3527
|
{ tag_ps: '(3006,002C)', tag_name: "ROI Volume", tag_key: 'ROIVolume', tag_vr: [:DS], tag_vm: ["1"], tag_str: '(3006,002C)', tag_sym: :roi_volume, tag_ndm: '3006002C', tag_ary: [0x3006,0x002C], tag_multiple: false, tag_note: ''},
|
3447
3528
|
{ tag_ps: '(3006,0030)', tag_name: "RT Related ROI Sequence", tag_key: 'RTRelatedROISequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(3006,0030)', tag_sym: :rt_related_roi_sequence, tag_ndm: '30060030', tag_ary: [0x3006,0x0030], tag_multiple: false, tag_note: ''},
|
3448
|
-
{ tag_ps: '(3006,0033)', tag_name: "RT ROI Relationship", tag_key: 'RTROIRelationship', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(3006,0033)', tag_sym: :
|
3529
|
+
{ tag_ps: '(3006,0033)', tag_name: "RT ROI Relationship", tag_key: 'RTROIRelationship', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(3006,0033)', tag_sym: :rt_roi_relationship, tag_ndm: '30060033', tag_ary: [0x3006,0x0033], tag_multiple: false, tag_note: ''},
|
3449
3530
|
{ tag_ps: '(3006,0036)', tag_name: "ROI Generation Algorithm", tag_key: 'ROIGenerationAlgorithm', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(3006,0036)', tag_sym: :roi_generation_algorithm, tag_ndm: '30060036', tag_ary: [0x3006,0x0036], tag_multiple: false, tag_note: ''},
|
3450
3531
|
{ tag_ps: '(3006,0038)', tag_name: "ROI Generation Description", tag_key: 'ROIGenerationDescription', tag_vr: [:LO], tag_vm: ["1"], tag_str: '(3006,0038)', tag_sym: :roi_generation_description, tag_ndm: '30060038', tag_ary: [0x3006,0x0038], tag_multiple: false, tag_note: ''},
|
3451
3532
|
{ tag_ps: '(3006,0039)', tag_name: "ROI Contour Sequence", tag_key: 'ROIContourSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(3006,0039)', tag_sym: :roi_contour_sequence, tag_ndm: '30060039', tag_ary: [0x3006,0x0039], tag_multiple: false, tag_note: ''},
|
@@ -3457,14 +3538,14 @@ HIGH = 0001H'},
|
|
3457
3538
|
{ tag_ps: '(3006,0048)', tag_name: "Contour Number", tag_key: 'ContourNumber', tag_vr: [:IS], tag_vm: ["1"], tag_str: '(3006,0048)', tag_sym: :contour_number, tag_ndm: '30060048', tag_ary: [0x3006,0x0048], tag_multiple: false, tag_note: ''},
|
3458
3539
|
{ tag_ps: '(3006,0049)', tag_name: "Attached Contours", tag_key: 'AttachedContours', tag_vr: [:IS], tag_vm: ["1-n"], tag_str: '(3006,0049)', tag_sym: :attached_contours, tag_ndm: '30060049', tag_ary: [0x3006,0x0049], tag_multiple: false, tag_note: ''},
|
3459
3540
|
{ tag_ps: '(3006,0050)', tag_name: "Contour Data", tag_key: 'ContourData', tag_vr: [:DS], tag_vm: ["3-3n"], tag_str: '(3006,0050)', tag_sym: :contour_data, tag_ndm: '30060050', tag_ary: [0x3006,0x0050], tag_multiple: false, tag_note: ''},
|
3460
|
-
{ tag_ps: '(3006,0080)', tag_name: "RT ROI Observations Sequence", tag_key: 'RTROIObservationsSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(3006,0080)', tag_sym: :
|
3541
|
+
{ tag_ps: '(3006,0080)', tag_name: "RT ROI Observations Sequence", tag_key: 'RTROIObservationsSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(3006,0080)', tag_sym: :rt_roi_observations_sequence, tag_ndm: '30060080', tag_ary: [0x3006,0x0080], tag_multiple: false, tag_note: ''},
|
3461
3542
|
{ tag_ps: '(3006,0082)', tag_name: "Observation Number", tag_key: 'ObservationNumber', tag_vr: [:IS], tag_vm: ["1"], tag_str: '(3006,0082)', tag_sym: :observation_number, tag_ndm: '30060082', tag_ary: [0x3006,0x0082], tag_multiple: false, tag_note: ''},
|
3462
3543
|
{ tag_ps: '(3006,0084)', tag_name: "Referenced ROI Number", tag_key: 'ReferencedROINumber', tag_vr: [:IS], tag_vm: ["1"], tag_str: '(3006,0084)', tag_sym: :referenced_roi_number, tag_ndm: '30060084', tag_ary: [0x3006,0x0084], tag_multiple: false, tag_note: ''},
|
3463
3544
|
{ tag_ps: '(3006,0085)', tag_name: "ROI Observation Label", tag_key: 'ROIObservationLabel', tag_vr: [:SH], tag_vm: ["1"], tag_str: '(3006,0085)', tag_sym: :roi_observation_label, tag_ndm: '30060085', tag_ary: [0x3006,0x0085], tag_multiple: false, tag_note: ''},
|
3464
|
-
{ tag_ps: '(3006,0086)', tag_name: "RT ROI Identification Code Sequence", tag_key: 'RTROIIdentificationCodeSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(3006,0086)', tag_sym: :
|
3545
|
+
{ tag_ps: '(3006,0086)', tag_name: "RT ROI Identification Code Sequence", tag_key: 'RTROIIdentificationCodeSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(3006,0086)', tag_sym: :rt_roi_identification_code_sequence, tag_ndm: '30060086', tag_ary: [0x3006,0x0086], tag_multiple: false, tag_note: ''},
|
3465
3546
|
{ tag_ps: '(3006,0088)', tag_name: "ROI Observation Description", tag_key: 'ROIObservationDescription', tag_vr: [:ST], tag_vm: ["1"], tag_str: '(3006,0088)', tag_sym: :roi_observation_description, tag_ndm: '30060088', tag_ary: [0x3006,0x0088], tag_multiple: false, tag_note: ''},
|
3466
|
-
{ tag_ps: '(3006,00A0)', tag_name: "Related RT ROI Observations Sequence", tag_key: 'RelatedRTROIObservationsSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(3006,00A0)', tag_sym: :
|
3467
|
-
{ tag_ps: '(3006,00A4)', tag_name: "RT ROI Interpreted Type", tag_key: 'RTROIInterpretedType', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(3006,00A4)', tag_sym: :
|
3547
|
+
{ tag_ps: '(3006,00A0)', tag_name: "Related RT ROI Observations Sequence", tag_key: 'RelatedRTROIObservationsSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(3006,00A0)', tag_sym: :related_rt_roi_observations_sequence, tag_ndm: '300600A0', tag_ary: [0x3006,0x00A0], tag_multiple: false, tag_note: ''},
|
3548
|
+
{ tag_ps: '(3006,00A4)', tag_name: "RT ROI Interpreted Type", tag_key: 'RTROIInterpretedType', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(3006,00A4)', tag_sym: :rt_roi_interpreted_type, tag_ndm: '300600A4', tag_ary: [0x3006,0x00A4], tag_multiple: false, tag_note: ''},
|
3468
3549
|
{ tag_ps: '(3006,00A6)', tag_name: "ROI Interpreter", tag_key: 'ROIInterpreter', tag_vr: [:PN], tag_vm: ["1"], tag_str: '(3006,00A6)', tag_sym: :roi_interpreter, tag_ndm: '300600A6', tag_ary: [0x3006,0x00A6], tag_multiple: false, tag_note: ''},
|
3469
3550
|
{ tag_ps: '(3006,00B0)', tag_name: "ROI Physical Properties Sequence", tag_key: 'ROIPhysicalPropertiesSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(3006,00B0)', tag_sym: :roi_physical_properties_sequence, tag_ndm: '300600B0', tag_ary: [0x3006,0x00B0], tag_multiple: false, tag_note: ''},
|
3470
3551
|
{ tag_ps: '(3006,00B2)', tag_name: "ROI Physical Property", tag_key: 'ROIPhysicalProperty', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(3006,00B2)', tag_sym: :roi_physical_property, tag_ndm: '300600B2', tag_ary: [0x3006,0x00B2], tag_multiple: false, tag_note: ''},
|
@@ -3472,7 +3553,7 @@ HIGH = 0001H'},
|
|
3472
3553
|
{ tag_ps: '(3006,00B6)', tag_name: "ROI Elemental Composition Sequence", tag_key: 'ROIElementalCompositionSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(3006,00B6)', tag_sym: :roi_elemental_composition_sequence, tag_ndm: '300600B6', tag_ary: [0x3006,0x00B6], tag_multiple: false, tag_note: ''},
|
3473
3554
|
{ tag_ps: '(3006,00B7)', tag_name: "ROI Elemental Composition Atomic Number", tag_key: 'ROIElementalCompositionAtomicNumber', tag_vr: [:US], tag_vm: ["1"], tag_str: '(3006,00B7)', tag_sym: :roi_elemental_composition_atomic_number, tag_ndm: '300600B7', tag_ary: [0x3006,0x00B7], tag_multiple: false, tag_note: ''},
|
3474
3555
|
{ tag_ps: '(3006,00B8)', tag_name: "ROI Elemental Composition Atomic Mass Fraction", tag_key: 'ROIElementalCompositionAtomicMassFraction', tag_vr: [:FL], tag_vm: ["1"], tag_str: '(3006,00B8)', tag_sym: :roi_elemental_composition_atomic_mass_fraction, tag_ndm: '300600B8', tag_ary: [0x3006,0x00B8], tag_multiple: false, tag_note: ''},
|
3475
|
-
{ tag_ps: '(3006,00B9)', tag_name: "Additional RT ROI Identification Code Sequence", tag_key: 'AdditionalRTROIIdentificationCodeSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(3006,00B9)', tag_sym: :
|
3556
|
+
{ tag_ps: '(3006,00B9)', tag_name: "Additional RT ROI Identification Code Sequence", tag_key: 'AdditionalRTROIIdentificationCodeSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(3006,00B9)', tag_sym: :additional_rt_roi_identification_code_sequence, tag_ndm: '300600B9', tag_ary: [0x3006,0x00B9], tag_multiple: false, tag_note: 'RET'},
|
3476
3557
|
{ tag_ps: '(3006,00C0)', tag_name: "Frame of Reference Relationship Sequence", tag_key: 'FrameOfReferenceRelationshipSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(3006,00C0)', tag_sym: :frame_of_reference_relationship_sequence, tag_ndm: '300600C0', tag_ary: [0x3006,0x00C0], tag_multiple: false, tag_note: 'RET'},
|
3477
3558
|
{ tag_ps: '(3006,00C2)', tag_name: "Related Frame of Reference UID", tag_key: 'RelatedFrameOfReferenceUID', tag_vr: [:UI], tag_vm: ["1"], tag_str: '(3006,00C2)', tag_sym: :related_frame_of_reference_uid, tag_ndm: '300600C2', tag_ary: [0x3006,0x00C2], tag_multiple: false, tag_note: 'RET'},
|
3478
3559
|
{ tag_ps: '(3006,00C4)', tag_name: "Frame of Reference Transformation Type", tag_key: 'FrameOfReferenceTransformationType', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(3006,00C4)', tag_sym: :frame_of_reference_transformation_type, tag_ndm: '300600C4', tag_ary: [0x3006,0x00C4], tag_multiple: false, tag_note: 'RET'},
|
@@ -1,3 +1,4 @@
|
|
1
|
+
# coding: utf-8
|
1
2
|
#
|
2
3
|
# Copyright (C) 2014-2016 Enrico Rivarola
|
3
4
|
#
|
@@ -277,6 +278,8 @@ module DcmDict
|
|
277
278
|
{ uid_value: '1.2.840.10008.5.1.4.1.1.129', uid_name: "Standalone PET Curve Storage (Retired)", uid_type: :sop_class},
|
278
279
|
{ uid_value: '1.2.840.10008.5.1.4.1.1.130', uid_name: "Enhanced PET Image Storage", uid_type: :sop_class},
|
279
280
|
{ uid_value: '1.2.840.10008.5.1.4.1.1.131', uid_name: "Basic Structured Display Storage", uid_type: :sop_class},
|
281
|
+
{ uid_value: '1.2.840.10008.5.1.4.1.1.200.1', uid_name: "CT Defined Procedure Protocol Storage", uid_type: :sop_class},
|
282
|
+
{ uid_value: '1.2.840.10008.5.1.4.1.1.200.2', uid_name: "CT Performed Procedure Protocol Storage", uid_type: :sop_class},
|
280
283
|
{ uid_value: '1.2.840.10008.5.1.4.1.1.481.1', uid_name: "RT Image Storage", uid_type: :sop_class},
|
281
284
|
{ uid_value: '1.2.840.10008.5.1.4.1.1.481.2', uid_name: "RT Dose Storage", uid_type: :sop_class},
|
282
285
|
{ uid_value: '1.2.840.10008.5.1.4.1.1.481.3', uid_name: "RT Structure Set Storage", uid_type: :sop_class},
|
@@ -307,6 +310,9 @@ module DcmDict
|
|
307
310
|
{ uid_value: '1.2.840.10008.5.1.4.1.2.4.2', uid_name: "Composite Instance Root Retrieve - MOVE", uid_type: :sop_class},
|
308
311
|
{ uid_value: '1.2.840.10008.5.1.4.1.2.4.3', uid_name: "Composite Instance Root Retrieve - GET", uid_type: :sop_class},
|
309
312
|
{ uid_value: '1.2.840.10008.5.1.4.1.2.5.3', uid_name: "Composite Instance Retrieve Without Bulk Data - GET", uid_type: :sop_class},
|
313
|
+
{ uid_value: '1.2.840.10008.5.1.4.20.1', uid_name: "Defined Procedure Protocol Information Model - FIND", uid_type: :sop_class},
|
314
|
+
{ uid_value: '1.2.840.10008.5.1.4.20.2', uid_name: "Defined Procedure Protocol Information Model - MOVE", uid_type: :sop_class},
|
315
|
+
{ uid_value: '1.2.840.10008.5.1.4.20.3', uid_name: "Defined Procedure Protocol Information Model - GET", uid_type: :sop_class},
|
310
316
|
{ uid_value: '1.2.840.10008.5.1.4.31', uid_name: "Modality Worklist Information Model - FIND", uid_type: :sop_class},
|
311
317
|
{ uid_value: '1.2.840.10008.5.1.4.32', uid_name: "General Purpose Worklist Management Meta SOP Class (Retired)", uid_type: :meta_sop_class},
|
312
318
|
{ uid_value: '1.2.840.10008.5.1.4.32.1', uid_name: "General Purpose Worklist Information Model - FIND (Retired)", uid_type: :sop_class},
|
@@ -340,9 +346,9 @@ module DcmDict
|
|
340
346
|
{ uid_value: '1.2.840.10008.5.1.4.38.3', uid_name: "Hanging Protocol Information Model - MOVE", uid_type: :sop_class},
|
341
347
|
{ uid_value: '1.2.840.10008.5.1.4.38.4', uid_name: "Hanging Protocol Information Model - GET", uid_type: :sop_class},
|
342
348
|
{ uid_value: '1.2.840.10008.5.1.4.39.1', uid_name: "Color Palette Storage", uid_type: :transfer},
|
343
|
-
{ uid_value: '1.2.840.10008.5.1.4.39.2', uid_name: "Color Palette Information Model - FIND", uid_type: :
|
344
|
-
{ uid_value: '1.2.840.10008.5.1.4.39.3', uid_name: "Color Palette Information Model - MOVE", uid_type: :
|
345
|
-
{ uid_value: '1.2.840.10008.5.1.4.39.4', uid_name: "Color Palette Information Model - GET", uid_type: :
|
349
|
+
{ uid_value: '1.2.840.10008.5.1.4.39.2', uid_name: "Color Palette Query/Retrieve Information Model - FIND", uid_type: :sop_class},
|
350
|
+
{ uid_value: '1.2.840.10008.5.1.4.39.3', uid_name: "Color Palette Query/Retrieve Information Model - MOVE", uid_type: :sop_class},
|
351
|
+
{ uid_value: '1.2.840.10008.5.1.4.39.4', uid_name: "Color Palette Query/Retrieve Information Model - GET", uid_type: :sop_class},
|
346
352
|
{ uid_value: '1.2.840.10008.5.1.4.41', uid_name: "Product Characteristics Query SOP Class", uid_type: :sop_class},
|
347
353
|
{ uid_value: '1.2.840.10008.5.1.4.42', uid_name: "Substance Approval Query SOP Class", uid_type: :sop_class},
|
348
354
|
{ uid_value: '1.2.840.10008.5.1.4.43.1', uid_name: "Generic Implant Template Storage", uid_type: :sop_class},
|
data/lib/dcm_dict/version.rb
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
# coding: utf-8
|
1
2
|
#
|
2
3
|
# Copyright (C) 2014-2016 Enrico Rivarola
|
3
4
|
#
|
@@ -60,9 +61,94 @@ module DataElementSampleSpecHelper
|
|
60
61
|
def self.known_group_length_sample
|
61
62
|
{
|
62
63
|
[0,0] => { tag_ps: '(0000,0000)', tag_name: "Command Group Length", tag_key: 'CommandGroupLength',
|
63
|
-
|
64
|
-
|
65
|
-
|
64
|
+
tag_vr: [:UL], tag_vm: ["1"], tag_str: '(0000,0000)', tag_sym: :command_group_length,
|
65
|
+
tag_ndm: '00000000', tag_ary: [0, 0], tag_multiple: false,
|
66
|
+
tag_note: 'The even number of bytes from the end of the value field to the beginning of the next group.'}
|
67
|
+
}
|
68
|
+
end
|
69
|
+
|
70
|
+
def self.standard_sample
|
71
|
+
{
|
72
|
+
[0x0018, 0x9323] => { tag_ps: '(0018,9323)', tag_name: "Exposure Modulation Type", tag_key: 'ExposureModulationType',
|
73
|
+
tag_vr: [:CS], tag_vm: ["1-n"], tag_str: '(0018,9323)', tag_sym: :exposure_modulation_type,
|
74
|
+
tag_ndm: '00189323', tag_ary: [0x0018, 0x9323], tag_multiple: false,
|
75
|
+
tag_note: ''},
|
76
|
+
[0x3006, 0x0033] => { tag_ps: '(3006,0033)', tag_name: "RT ROI Relationship", tag_key: 'RTROIRelationship',
|
77
|
+
tag_vr: [:CS], tag_vm: ["1"], tag_str: '(3006,0033)', tag_sym: :rt_roi_relationship,
|
78
|
+
tag_ndm: '30060033', tag_ary: [0x3006, 0x0033], tag_multiple: false,
|
79
|
+
tag_note: ''},
|
80
|
+
[0x3006, 0x00B9] => { tag_ps: '(3006,00B9)', tag_name: "Additional RT ROI Identification Code Sequence", tag_key: 'AdditionalRTROIIdentificationCodeSequence',
|
81
|
+
tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(3006,00B9)', tag_sym: :additional_rt_roi_identification_code_sequence,
|
82
|
+
tag_ndm: '300600B9', tag_ary: [0x3006, 0x00B9], tag_multiple: false,
|
83
|
+
tag_note: 'RET'},
|
84
|
+
[0x4010, 0x1019] => { tag_ps: '(4010,1019)', tag_name: "Z Effective", tag_key: 'ZEffective',
|
85
|
+
tag_vr: [:FL], tag_vm: ["1"], tag_str: '(4010,1019)', tag_sym: :z_effective,
|
86
|
+
tag_ndm: '40101019', tag_ary: [0x4010, 0x1019], tag_multiple: false,
|
87
|
+
tag_note: 'DICOS'},
|
88
|
+
[0x300A, 0x0434] => { tag_ps: '(300A,0434)', tag_name: "Applicator Opening X", tag_key: 'ApplicatorOpeningX',
|
89
|
+
tag_vr: [:FL], tag_vm: ["1"], tag_str: '(300A,0434)', tag_sym: :applicator_opening_x,
|
90
|
+
tag_ndm: '300A0434', tag_ary: [0x300A, 0x0434], tag_multiple: false,
|
91
|
+
tag_note: ''},
|
92
|
+
[0x3004, 0x0062] => { tag_ps: '(3004,0062)', tag_name: "DVH ROI Contribution Type", tag_key: 'DVHROIContributionType',
|
93
|
+
tag_vr: [:CS], tag_vm: ["1"], tag_str: '(3004,0062)', tag_sym: :dvh_roi_contribution_type,
|
94
|
+
tag_ndm: '30040062', tag_ary: [0x3004, 0x0062], tag_multiple: false,
|
95
|
+
tag_note: ''},
|
96
|
+
[0x2020, 0x0140] => { tag_ps: '(2020,0140)', tag_name: "Referenced VOI LUT Box Sequence", tag_key: 'ReferencedVOILUTBoxSequence',
|
97
|
+
tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(2020,0140)', tag_sym: :referenced_voi_lut_box_sequence,
|
98
|
+
tag_ndm: '20200140', tag_ary: [0x2020, 0x0140], tag_multiple: false,
|
99
|
+
tag_note: 'RET'},
|
100
|
+
[0x0010, 0x1000] => { tag_ps: '(0010,1000)', tag_name: "Other Patient IDs", tag_key: 'OtherPatientIDs',
|
101
|
+
tag_vr: [:LO], tag_vm: ["1-n"], tag_str: '(0010,1000)', tag_sym: :other_patient_ids,
|
102
|
+
tag_ndm: '00101000', tag_ary: [0x0010,0x1000], tag_multiple: false,
|
103
|
+
tag_note: ''},
|
104
|
+
[0x0018, 0x9504] => { tag_ps: '(0018,9504)', tag_name: "X-Ray 3D Frame Type Sequence", tag_key: 'XRay3DFrameTypeSequence',
|
105
|
+
tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0018,9504)', tag_sym: :x_ray_3d_frame_type_sequence,
|
106
|
+
tag_ndm: '00189504', tag_ary: [0x0018,0x9504], tag_multiple: false,
|
107
|
+
tag_note: ''},
|
108
|
+
[0x0052,0x0030] => { tag_ps: '(0052,0030)', tag_name: "OCT Z Offset Correction", tag_key: 'OCTZOffsetCorrection',
|
109
|
+
tag_vr: [:SS], tag_vm: ["1"], tag_str: '(0052,0030)', tag_sym: :oct_z_offset_correction,
|
110
|
+
tag_ndm: '00520030', tag_ary: [0x0052,0x0030], tag_multiple: false,
|
111
|
+
tag_note: ''},
|
112
|
+
[0x0040,0xE025] => { tag_ps: '(0040,E025)', tag_name: "WADO-RS Retrieval Sequence", tag_key: 'WADORSRetrievalSequence',
|
113
|
+
tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0040,E025)', tag_sym: :wado_rs_retrieval_sequence,
|
114
|
+
tag_ndm: '0040E025', tag_ary: [0x0040,0xE025], tag_multiple: false,
|
115
|
+
tag_note: ''},
|
116
|
+
[0x0040,0x4072] => { tag_ps: '(0040,4072)', tag_name: "STOW-RS Storage Sequence", tag_key: 'STOWRSStorageSequence',
|
117
|
+
tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0040,4072)', tag_sym: :stow_rs_storage_sequence,
|
118
|
+
tag_ndm: '00404072', tag_ary: [0x0040,0x4072], tag_multiple: false,
|
119
|
+
tag_note: ''},
|
120
|
+
[0x0028,0x7018] => { tag_ps: '(0028,7018)', tag_name: "CIExy White Point", tag_key: 'CIExyWhitePoint',
|
121
|
+
tag_vr: [:FL], tag_vm: ["2"], tag_str: '(0028,7018)', tag_sym: :ciexy_white_point,
|
122
|
+
tag_ndm: '00287018', tag_ary: [0x0028,0x7018], tag_multiple: false,
|
123
|
+
tag_note: ''},
|
124
|
+
[0x0028,0x140F] => { tag_ps: '(0028,140F)', tag_name: "RGB LUT Transfer Function", tag_key: 'RGBLUTTransferFunction',
|
125
|
+
tag_vr: [:CS], tag_vm: ["1"], tag_str: '(0028,140F)', tag_sym: :rgb_lut_transfer_function,
|
126
|
+
tag_ndm: '0028140F', tag_ary: [0x0028,0x140F], tag_multiple: false,
|
127
|
+
tag_note: ''},
|
128
|
+
[0x0018,0x9942] => { tag_ps: '(0018,9942)', tag_name: "CTDIvol Notification Trigger", tag_key: 'CTDIvolNotificationTrigger',
|
129
|
+
tag_vr: [:FD], tag_vm: ["1"], tag_str: '(0018,9942)', tag_sym: :ctdi_vol_notification_trigger,
|
130
|
+
tag_ndm: '00189942', tag_ary: [0x0018,0x9942], tag_multiple: false,
|
131
|
+
tag_note: ''},
|
132
|
+
[0x0018,0x9412] => { tag_ps: '(0018,9412)', tag_name: "XA/XRF Frame Characteristics Sequence", tag_key: 'XAXRFFrameCharacteristicsSequence',
|
133
|
+
tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0018,9412)', tag_sym: :xa_xrf_frame_characteristics_sequence,
|
134
|
+
tag_ndm: '00189412', tag_ary: [0x0018,0x9412], tag_multiple: false,
|
135
|
+
tag_note: ''},
|
136
|
+
[0x0018,0x8151] => { tag_ps: '(0018,8151)', tag_name: "X-Ray Tube Current in µA", tag_key: 'XRayTubeCurrentInuA',
|
137
|
+
tag_vr: [:DS], tag_vm: ["1"], tag_str: '(0018,8151)', tag_sym: :x_ray_tube_current_in_ua,
|
138
|
+
tag_ndm: '00188151', tag_ary: [0x0018,0x8151], tag_multiple: false,
|
139
|
+
tag_note: ''},
|
140
|
+
[0x0018,0x8150] => { tag_ps: '(0018,8150)', tag_name: "Exposure Time in µS", tag_key: 'ExposureTimeInuS',
|
141
|
+
tag_vr: [:DS], tag_vm: ["1"], tag_str: '(0018,8150)', tag_sym: :exposure_time_in_us,
|
142
|
+
tag_ndm: '00188150', tag_ary: [0x0018,0x8150], tag_multiple: false,
|
143
|
+
tag_note: ''},
|
144
|
+
[0x0018,0x1153] => { tag_ps: '(0018,1153)', tag_name: "Exposure in µAs", tag_key: 'ExposureInuAs',
|
145
|
+
tag_vr: [:IS], tag_vm: ["1"], tag_str: '(0018,1153)', tag_sym: :exposure_in_uas,
|
146
|
+
tag_ndm: '00181153', tag_ary: [0x0018,0x1153], tag_multiple: false,
|
147
|
+
tag_note: ''},
|
148
|
+
[0x0018,0x1318] => { tag_ps: '(0018,1318)', tag_name: "dB/dt", tag_key: 'dBdt',
|
149
|
+
tag_vr: [:DS], tag_vm: ["1"], tag_str: '(0018,1318)', tag_sym: :db_dt,
|
150
|
+
tag_ndm: '00181318', tag_ary: [0x0018,0x1318], tag_multiple: false,
|
151
|
+
tag_note: ''}
|
66
152
|
}
|
67
153
|
end
|
68
154
|
|
@@ -72,22 +158,21 @@ module DataElementSampleSpecHelper
|
|
72
158
|
tag_sym: :group_length, tag_ndm: '00100000', tag_name: 'Group Length',
|
73
159
|
tag_key: 'GroupLength', tag_vr: [:UL], tag_vm: ['1'], tag_note: 'Dummy Record',
|
74
160
|
tag_multiple: false},
|
75
|
-
[17,0] =>
|
76
|
-
|
77
|
-
|
161
|
+
[17,0] => {tag_ps: '(0011,0000)', tag_str: '(0011,0000)', tag_ary: [0x0011,0x0000],
|
162
|
+
tag_sym: :group_length, tag_ndm: '00110000', tag_name: 'Group Length',
|
163
|
+
tag_key: 'GroupLength', tag_vr: [:UL], tag_vm: ['1'], tag_note: 'Dummy Record',},
|
78
164
|
[0x4444,0x0000] => {tag_ps: '(4444,0000)', tag_str: '(4444,0000)', tag_ary: [0x4444,0x0000],
|
79
165
|
tag_sym: :group_length, tag_ndm: '44440000', tag_name: 'Group Length',
|
80
166
|
tag_key: 'GroupLength', tag_vr: [:UL], tag_vm: ['1'], tag_note: 'Dummy Record',
|
81
167
|
tag_multiple: false},
|
82
168
|
'44440000' => {tag_ps: '(4444,0000)', tag_str: '(4444,0000)', tag_ary: [0x4444,0x0000],
|
83
|
-
|
84
|
-
|
85
|
-
|
169
|
+
tag_sym: :group_length, tag_ndm: '44440000', tag_name: 'Group Length',
|
170
|
+
tag_key: 'GroupLength', tag_vr: [:UL], tag_vm: ['1'], tag_note: 'Dummy Record',
|
171
|
+
tag_multiple: false},
|
86
172
|
'(4444,0000)' => {tag_ps: '(4444,0000)', tag_str: '(4444,0000)', tag_ary: [0x4444,0x0000],
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
173
|
+
tag_sym: :group_length, tag_ndm: '44440000', tag_name: 'Group Length',
|
174
|
+
tag_key: 'GroupLength', tag_vr: [:UL], tag_vm: ['1'], tag_note: 'Dummy Record',
|
175
|
+
tag_multiple: false}
|
91
176
|
}
|
92
177
|
end
|
93
178
|
|
@@ -37,6 +37,7 @@ describe DcmDict::Dictionary::DataElementDictionary do
|
|
37
37
|
DataElementSampleSpecHelper.unknown_group_length_sample.
|
38
38
|
merge(DataElementSampleSpecHelper.known_group_length_sample).
|
39
39
|
merge(DataElementSampleSpecHelper.private_creator_sample).
|
40
|
+
merge(DataElementSampleSpecHelper.standard_sample).
|
40
41
|
merge(DataElementSampleSpecHelper.unknown_sample).each do |tag, data|
|
41
42
|
include_examples "Handle specific record", "single tag",
|
42
43
|
tag, data, DcmDict::Dictionary::TheDataElementDictionary
|
@@ -39,6 +39,9 @@ describe DcmDict::Dictionary::UidDictionary do
|
|
39
39
|
:uid_type => :sop_class },
|
40
40
|
'1.2.840.10008.5.1.4.1.1.40' => { :uid_value => '1.2.840.10008.5.1.4.1.1.40',
|
41
41
|
:uid_name => '1.2.840.10008.5.1.4.1.1.40 (Retired)',
|
42
|
+
:uid_type => :sop_class },
|
43
|
+
'1.2.840.10008.5.1.4.39.3' => { :uid_value => '1.2.840.10008.5.1.4.39.3',
|
44
|
+
:uid_name => 'Color Palette Query/Retrieve Information Model - MOVE',
|
42
45
|
:uid_type => :sop_class }
|
43
46
|
}.each do |uid, data|
|
44
47
|
include_examples "Handle specific record", data[:uid_name],
|
@@ -66,7 +66,21 @@ describe "String refinement (internal)" do
|
|
66
66
|
['ThreeDPointCoordinates', :three_d_point_coordinates],
|
67
67
|
['SourceImageIDs', :source_image_ids],
|
68
68
|
['ModifyingDeviceID', :modifying_device_id],
|
69
|
-
['TIDOffset', :tid_offset]
|
69
|
+
['TIDOffset', :tid_offset],
|
70
|
+
['RT_ROIRelationship', :rt_roi_relationship],
|
71
|
+
['DVHROIContributionType', :dvh_roi_contribution_type],
|
72
|
+
['OCTZOffsetCorrection', :oct_z_offset_correction],
|
73
|
+
['WADORSRetrievalSequence', :wado_rs_retrieval_sequence],
|
74
|
+
['STOWRSStorageSequence', :stow_rs_storage_sequence],
|
75
|
+
['CIExyWhitePoint', :ciexy_white_point],
|
76
|
+
['RGBLUTTransferFunction', :rgb_lut_transfer_function],
|
77
|
+
['ReferencedVOILUTBoxSequence', :referenced_voi_lut_box_sequence],
|
78
|
+
['CTDIvolNotificationTrigger', :ctdi_vol_notification_trigger],
|
79
|
+
['XAXRFFrameCharacteristicsSequence', :xa_xrf_frame_characteristics_sequence],
|
80
|
+
['XRayTubeCurrentInuA', :x_ray_tube_current_in_ua],
|
81
|
+
['ExposureTimeInuS', :exposure_time_in_us],
|
82
|
+
['ExposureInuAs', :exposure_in_uas],
|
83
|
+
['dBdt', :db_dt]
|
70
84
|
].each do |str, value|
|
71
85
|
it "from #{str.inspect} to #{value.inspect}" do
|
72
86
|
expect(str.tag_key_to_sym).to eq(value)
|
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.10.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: 2016-
|
11
|
+
date: 2016-10-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: nokogiri
|