dcm_dict 0.1.1 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fac6d8eb75c82c3f5dae1da9c25d0e71c74327c7
4
- data.tar.gz: a9d4c489cd0777f5910a78063a26249905f5001c
3
+ metadata.gz: d03855202d213563a3f314d7b0bfff794f1201d8
4
+ data.tar.gz: b1bac024984ab225b1bffd09af6e00572e16b465
5
5
  SHA512:
6
- metadata.gz: 2a0b68132d053f63fe14f221f8ee83d9953f0e87c3986c70f3026e3c917aad7b2db8c725ac89f94bb9f10b1abf69c302459d9105e644ded8815b53ef95c00c95
7
- data.tar.gz: 9255d1c280ae075dde25daf1a1abc47fb0cb7cab3b220d0750570d39ff7504e8fe923f18d55153ed81f604581252534010298f1c7439468abec5a0bb7e19eb9e
6
+ metadata.gz: 9594e078128d23c4b710085acc43b044fe04c358ea711490ce2e0e12c06e3e16d107a90d52d92bb4fa54161aafac27aabf3bbcdd39a1567be27690d2cbf1707a
7
+ data.tar.gz: 319d26f447c02b6e8ffb0a59beb279c8f024e93c7f9d23742e2327d5e820fadafa23ebd619d7c837dcd422f6655117b4d0ab3860c991b501b9bc41c3de4f791c
data/README.md CHANGED
@@ -266,6 +266,9 @@ Note: the script use the [Nokogiri][3] as XML parser if installed as gem, otherw
266
266
 
267
267
  Check the file for other details.
268
268
 
269
+ ## Note
270
+ Current library version is aligned to *DICOM Base Standard **2014b***
271
+
269
272
  ## Install
270
273
 
271
274
  $ gem install dcm_dict
@@ -290,6 +293,9 @@ TBD
290
293
  Copyright (C) 2014 Enrico Rivarola.
291
294
  See the `LICENSE` and `COPYING` files for license details.
292
295
 
296
+ ## Ruby Gem
297
+ Ruby gem **dcm\_dict** on [RubyGems][9] at [rubygems.org/gems/dcm_dict](https://rubygems.org/gems/dcm_dict)
298
+
293
299
  ## Source Code
294
300
  Main source code repository on github at [henrythebuilder/dcm_dict](https://github.com/henrythebuilder/dcm_dict)
295
301
 
@@ -302,3 +308,4 @@ Main source code repository on github at [henrythebuilder/dcm_dict](https://gith
302
308
  [6]: https://rubygems.org/gems/backports "Backports gem at RubyGems.org"
303
309
  [7]: http://rubyinstaller.org/ "The easy way to install Ruby on Windows"
304
310
  [8]: https://github.com/oneclick/rubyinstaller "RubyInstaller for Windows"
311
+ [9]: https://rubygems.org/
@@ -54,8 +54,8 @@ LICENSE_TEXT=<<END_LICENSE
54
54
  END_LICENSE
55
55
 
56
56
  class DcmDictConverter
57
- Part6XmlUrl="http://dicom.nema.org/medical/dicom/2014a/source/docbook/part06/part06.xml"
58
- Part7XmlUrl="http://dicom.nema.org/medical/dicom/2014a/source/docbook/part07/part07.xml"
57
+ Part6XmlUrl="http://dicom.nema.org/medical/dicom/current/source/docbook/part06/part06.xml"
58
+ Part7XmlUrl="http://dicom.nema.org/medical/dicom/current/source/docbook/part07/part07.xml"
59
59
  DataElementSource={
60
60
  Part7XmlUrl => ["table_E.1-1", "table_E.2-1"],
61
61
  Part6XmlUrl => ["table_7-1", "table_8-1", "table_6-1"]
@@ -237,7 +237,7 @@ HIGH = 0001H'},
237
237
  { tag_ps: '(0008,1163)', tag_name: "Time Range", tag_key: 'TimeRange', tag_vr: [:FD], tag_vm: ["2"], tag_str: '(0008,1163)', tag_sym: :time_range, tag_ndm: '00081163', tag_ary: [0x0008,0x1163], tag_multiple: false, tag_note: ''},
238
238
  { tag_ps: '(0008,1164)', tag_name: "Frame Extraction Sequence", tag_key: 'FrameExtractionSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0008,1164)', tag_sym: :frame_extraction_sequence, tag_ndm: '00081164', tag_ary: [0x0008,0x1164], tag_multiple: false, tag_note: ''},
239
239
  { tag_ps: '(0008,1167)', tag_name: "Multi-frame Source SOP Instance UID", tag_key: 'MultiFrameSourceSOPInstanceUID', tag_vr: [:UI], tag_vm: ["1"], tag_str: '(0008,1167)', tag_sym: :multi_frame_source_sop_instance_uid, tag_ndm: '00081167', tag_ary: [0x0008,0x1167], tag_multiple: false, tag_note: ''},
240
- { tag_ps: '(0008,1190)', tag_name: "Retrieve URL", tag_key: 'RetrieveURL', tag_vr: [:UT], tag_vm: ["1"], tag_str: '(0008,1190)', tag_sym: :retrieve_url, tag_ndm: '00081190', tag_ary: [0x0008,0x1190], tag_multiple: false, tag_note: ''},
240
+ { tag_ps: '(0008,1190)', tag_name: "Retrieve URL", tag_key: 'RetrieveURL', tag_vr: [:UR], tag_vm: ["1"], tag_str: '(0008,1190)', tag_sym: :retrieve_url, tag_ndm: '00081190', tag_ary: [0x0008,0x1190], tag_multiple: false, tag_note: ''},
241
241
  { tag_ps: '(0008,1195)', tag_name: "Transaction UID", tag_key: 'TransactionUID', tag_vr: [:UI], tag_vm: ["1"], tag_str: '(0008,1195)', tag_sym: :transaction_uid, tag_ndm: '00081195', tag_ary: [0x0008,0x1195], tag_multiple: false, tag_note: ''},
242
242
  { tag_ps: '(0008,1196)', tag_name: "Warning Reason", tag_key: 'WarningReason', tag_vr: [:US], tag_vm: ["1"], tag_str: '(0008,1196)', tag_sym: :warning_reason, tag_ndm: '00081196', tag_ary: [0x0008,0x1196], tag_multiple: false, tag_note: ''},
243
243
  { tag_ps: '(0008,1197)', tag_name: "Failure Reason", tag_key: 'FailureReason', tag_vr: [:US], tag_vm: ["1"], tag_str: '(0008,1197)', tag_sym: :failure_reason, tag_ndm: '00081197', tag_ary: [0x0008,0x1197], tag_multiple: false, tag_note: ''},
@@ -283,7 +283,7 @@ HIGH = 0001H'},
283
283
  { tag_ps: '(0008,2258)', tag_name: "Anatomic Location Of Examining Instrument Description (Trial)", tag_key: 'AnatomicLocationOfExaminingInstrumentDescriptionTrial', tag_vr: [:ST], tag_vm: ["1"], tag_str: '(0008,2258)', tag_sym: :anatomic_location_of_examining_instrument_description_trial, tag_ndm: '00082258', tag_ary: [0x0008,0x2258], tag_multiple: false, tag_note: 'RET'},
284
284
  { tag_ps: '(0008,2259)', tag_name: "Anatomic Location Of Examining Instrument Code Sequence (Trial)", tag_key: 'AnatomicLocationOfExaminingInstrumentCodeSequenceTrial', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0008,2259)', tag_sym: :anatomic_location_of_examining_instrument_code_sequence_trial, tag_ndm: '00082259', tag_ary: [0x0008,0x2259], tag_multiple: false, tag_note: 'RET'},
285
285
  { tag_ps: '(0008,225A)', tag_name: "Anatomic Structure Space Or Region Modifier Code Sequence (Trial)", tag_key: 'AnatomicStructureSpaceOrRegionModifierCodeSequenceTrial', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0008,225A)', tag_sym: :anatomic_structure_space_or_region_modifier_code_sequence_trial, tag_ndm: '0008225A', tag_ary: [0x0008,0x225A], tag_multiple: false, tag_note: 'RET'},
286
- { tag_ps: '(0008,225C)', tag_name: "OnAxis Background Anatomic Structure Code Sequence (Trial)", tag_key: 'OnAxisBackgroundAnatomicStructureCodeSequenceTrial', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0008,225C)', tag_sym: :on_axis_background_anatomic_structure_code_sequence_trial, tag_ndm: '0008225C', tag_ary: [0x0008,0x225C], tag_multiple: false, tag_note: 'RET'},
286
+ { tag_ps: '(0008,225C)', tag_name: "On Axis Background Anatomic Structure Code Sequence (Trial)", tag_key: 'OnAxisBackgroundAnatomicStructureCodeSequenceTrial', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0008,225C)', tag_sym: :on_axis_background_anatomic_structure_code_sequence_trial, tag_ndm: '0008225C', tag_ary: [0x0008,0x225C], tag_multiple: false, tag_note: 'RET'},
287
287
  { tag_ps: '(0008,3001)', tag_name: "Alternate Representation Sequence", tag_key: 'AlternateRepresentationSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0008,3001)', tag_sym: :alternate_representation_sequence, tag_ndm: '00083001', tag_ary: [0x0008,0x3001], tag_multiple: false, tag_note: ''},
288
288
  { tag_ps: '(0008,3010)', tag_name: "Irradiation Event UID", tag_key: 'IrradiationEventUID', tag_vr: [:UI], tag_vm: ["1-n"], tag_str: '(0008,3010)', tag_sym: :irradiation_event_uid, tag_ndm: '00083010', tag_ary: [0x0008,0x3010], tag_multiple: false, tag_note: ''},
289
289
  { tag_ps: '(0008,3011)', tag_name: "Source Irradiation Event Sequence", tag_key: 'SourceIrradiationEventSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0008,3011)', tag_sym: :source_irradiation_event_sequence, tag_ndm: '00083011', tag_ary: [0x0008,0x3011], tag_multiple: false, tag_note: ''},
@@ -1829,7 +1829,7 @@ HIGH = 0001H'},
1829
1829
  { tag_ps: '(0028,702C)', tag_name: "Test Pattern Code Sequence", tag_key: 'TestPatternCodeSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0028,702C)', tag_sym: :test_pattern_code_sequence, tag_ndm: '0028702C', tag_ary: [0x0028,0x702C], tag_multiple: false, tag_note: ''},
1830
1830
  { tag_ps: '(0028,702D)', tag_name: "Measurement Pattern Code Sequence", tag_key: 'MeasurementPatternCodeSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0028,702D)', tag_sym: :measurement_pattern_code_sequence, tag_ndm: '0028702D', tag_ary: [0x0028,0x702D], tag_multiple: false, tag_note: ''},
1831
1831
  { tag_ps: '(0028,702E)', tag_name: "Visual Evaluation Method Code Sequence", tag_key: 'VisualEvaluationMethodCodeSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0028,702E)', tag_sym: :visual_evaluation_method_code_sequence, tag_ndm: '0028702E', tag_ary: [0x0028,0x702E], tag_multiple: false, tag_note: ''},
1832
- { tag_ps: '(0028,7FE0)', tag_name: "Pixel Data Provider URL", tag_key: 'PixelDataProviderURL', tag_vr: [:UT], tag_vm: ["1"], tag_str: '(0028,7FE0)', tag_sym: :pixel_data_provider_url, tag_ndm: '00287FE0', tag_ary: [0x0028,0x7FE0], tag_multiple: false, tag_note: ''},
1832
+ { tag_ps: '(0028,7FE0)', tag_name: "Pixel Data Provider URL", tag_key: 'PixelDataProviderURL', tag_vr: [:UR], tag_vm: ["1"], tag_str: '(0028,7FE0)', tag_sym: :pixel_data_provider_url, tag_ndm: '00287FE0', tag_ary: [0x0028,0x7FE0], tag_multiple: false, tag_note: ''},
1833
1833
  { tag_ps: '(0028,9001)', tag_name: "Data Point Rows", tag_key: 'DataPointRows', tag_vr: [:UL], tag_vm: ["1"], tag_str: '(0028,9001)', tag_sym: :data_point_rows, tag_ndm: '00289001', tag_ary: [0x0028,0x9001], tag_multiple: false, tag_note: ''},
1834
1834
  { tag_ps: '(0028,9002)', tag_name: "Data Point Columns", tag_key: 'DataPointColumns', tag_vr: [:UL], tag_vm: ["1"], tag_str: '(0028,9002)', tag_sym: :data_point_columns, tag_ndm: '00289002', tag_ary: [0x0028,0x9002], tag_multiple: false, tag_note: ''},
1835
1835
  { tag_ps: '(0028,9003)', tag_name: "Signal Domain Columns", tag_key: 'SignalDomainColumns', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(0028,9003)', tag_sym: :signal_domain_columns, tag_ndm: '00289003', tag_ary: [0x0028,0x9003], tag_multiple: false, tag_note: ''},
@@ -2246,7 +2246,7 @@ HIGH = 0001H'},
2246
2246
  { tag_ps: '(0040,E004)', tag_name: "HL7 Document Effective Time", tag_key: 'HL7DocumentEffectiveTime', tag_vr: [:DT], tag_vm: ["1"], tag_str: '(0040,E004)', tag_sym: :hl7_document_effective_time, tag_ndm: '0040E004', tag_ary: [0x0040,0xE004], tag_multiple: false, tag_note: ''},
2247
2247
  { tag_ps: '(0040,E006)', tag_name: "HL7 Document Type Code Sequence", tag_key: 'HL7DocumentTypeCodeSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0040,E006)', tag_sym: :hl7_document_type_code_sequence, tag_ndm: '0040E006', tag_ary: [0x0040,0xE006], tag_multiple: false, tag_note: ''},
2248
2248
  { tag_ps: '(0040,E008)', tag_name: "Document Class Code Sequence", tag_key: 'DocumentClassCodeSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0040,E008)', tag_sym: :document_class_code_sequence, tag_ndm: '0040E008', tag_ary: [0x0040,0xE008], tag_multiple: false, tag_note: ''},
2249
- { tag_ps: '(0040,E010)', tag_name: "Retrieve URI", tag_key: 'RetrieveURI', tag_vr: [:UT], tag_vm: ["1"], tag_str: '(0040,E010)', tag_sym: :retrieve_uri, tag_ndm: '0040E010', tag_ary: [0x0040,0xE010], tag_multiple: false, tag_note: ''},
2249
+ { tag_ps: '(0040,E010)', tag_name: "Retrieve URI", tag_key: 'RetrieveURI', tag_vr: [:UR], tag_vm: ["1"], tag_str: '(0040,E010)', tag_sym: :retrieve_uri, tag_ndm: '0040E010', tag_ary: [0x0040,0xE010], tag_multiple: false, tag_note: ''},
2250
2250
  { tag_ps: '(0040,E011)', tag_name: "Retrieve Location UID", tag_key: 'RetrieveLocationUID', tag_vr: [:UI], tag_vm: ["1"], tag_str: '(0040,E011)', tag_sym: :retrieve_location_uid, tag_ndm: '0040E011', tag_ary: [0x0040,0xE011], tag_multiple: false, tag_note: ''},
2251
2251
  { tag_ps: '(0040,E020)', tag_name: "Type of Instances", tag_key: 'TypeOfInstances', tag_vr: [:CS], tag_vm: ["1"], tag_str: '(0040,E020)', tag_sym: :type_of_instances, tag_ndm: '0040E020', tag_ary: [0x0040,0xE020], tag_multiple: false, tag_note: ''},
2252
2252
  { tag_ps: '(0040,E021)', tag_name: "DICOM Retrieval Sequence", tag_key: 'DICOMRetrievalSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0040,E021)', tag_sym: :dicom_retrieval_sequence, tag_ndm: '0040E021', tag_ary: [0x0040,0xE021], tag_multiple: false, tag_note: ''},
@@ -2586,6 +2586,10 @@ HIGH = 0001H'},
2586
2586
  { tag_ps: '(0066,0036)', tag_name: "Algorithm Name", tag_key: 'AlgorithmName', tag_vr: [:LO], tag_vm: ["1"], tag_str: '(0066,0036)', tag_sym: :algorithm_name, tag_ndm: '00660036', tag_ary: [0x0066,0x0036], tag_multiple: false, tag_note: ''},
2587
2587
  { tag_ps: '(0066,0037)', tag_name: "Recommended Point Radius", tag_key: 'RecommendedPointRadius', tag_vr: [:FL], tag_vm: ["1"], tag_str: '(0066,0037)', tag_sym: :recommended_point_radius, tag_ndm: '00660037', tag_ary: [0x0066,0x0037], tag_multiple: false, tag_note: ''},
2588
2588
  { tag_ps: '(0066,0038)', tag_name: "Recommended Line Thickness", tag_key: 'RecommendedLineThickness', tag_vr: [:FL], tag_vm: ["1"], tag_str: '(0066,0038)', tag_sym: :recommended_line_thickness, tag_ndm: '00660038', tag_ary: [0x0066,0x0038], tag_multiple: false, tag_note: ''},
2589
+ { tag_ps: '(0066,0040)', tag_name: "Long Primitive Point Index List", tag_key: 'LongPrimitivePointIndexList', tag_vr: [:UL], tag_vm: ["1-n"], tag_str: '(0066,0040)', tag_sym: :long_primitive_point_index_list, tag_ndm: '00660040', tag_ary: [0x0066,0x0040], tag_multiple: false, tag_note: ''},
2590
+ { tag_ps: '(0066,0041)', tag_name: "Long Triangle Point Index List", tag_key: 'LongTrianglePointIndexList', tag_vr: [:UL], tag_vm: ["3-3n"], tag_str: '(0066,0041)', tag_sym: :long_triangle_point_index_list, tag_ndm: '00660041', tag_ary: [0x0066,0x0041], tag_multiple: false, tag_note: ''},
2591
+ { tag_ps: '(0066,0042)', tag_name: "Long Edge Point Index List", tag_key: 'LongEdgePointIndexList', tag_vr: [:UL], tag_vm: ["2-2n"], tag_str: '(0066,0042)', tag_sym: :long_edge_point_index_list, tag_ndm: '00660042', tag_ary: [0x0066,0x0042], tag_multiple: false, tag_note: ''},
2592
+ { tag_ps: '(0066,0043)', tag_name: "Long Vertex Point Index List", tag_key: 'LongVertexPointIndexList', tag_vr: [:UL], tag_vm: ["1-n"], tag_str: '(0066,0043)', tag_sym: :long_vertex_point_index_list, tag_ndm: '00660043', tag_ary: [0x0066,0x0043], tag_multiple: false, tag_note: ''},
2589
2593
  { tag_ps: '(0068,6210)', tag_name: "Implant Size", tag_key: 'ImplantSize', tag_vr: [:LO], tag_vm: ["1"], tag_str: '(0068,6210)', tag_sym: :implant_size, tag_ndm: '00686210', tag_ary: [0x0068,0x6210], tag_multiple: false, tag_note: ''},
2590
2594
  { tag_ps: '(0068,6221)', tag_name: "Implant Template Version", tag_key: 'ImplantTemplateVersion', tag_vr: [:LO], tag_vm: ["1"], tag_str: '(0068,6221)', tag_sym: :implant_template_version, tag_ndm: '00686221', tag_ary: [0x0068,0x6221], tag_multiple: false, tag_note: ''},
2591
2595
  { tag_ps: '(0068,6222)', tag_name: "Replaced Implant Template Sequence", tag_key: 'ReplacedImplantTemplateSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0068,6222)', tag_sym: :replaced_implant_template_sequence, tag_ndm: '00686222', tag_ary: [0x0068,0x6222], tag_multiple: false, tag_note: ''},
@@ -2876,7 +2880,7 @@ HIGH = 0001H'},
2876
2880
  { tag_ps: '(0074,1004)', tag_name: "Procedure Step Progress", tag_key: 'ProcedureStepProgress', tag_vr: [:DS], tag_vm: ["1"], tag_str: '(0074,1004)', tag_sym: :procedure_step_progress, tag_ndm: '00741004', tag_ary: [0x0074,0x1004], tag_multiple: false, tag_note: ''},
2877
2881
  { tag_ps: '(0074,1006)', tag_name: "Procedure Step Progress Description", tag_key: 'ProcedureStepProgressDescription', tag_vr: [:ST], tag_vm: ["1"], tag_str: '(0074,1006)', tag_sym: :procedure_step_progress_description, tag_ndm: '00741006', tag_ary: [0x0074,0x1006], tag_multiple: false, tag_note: ''},
2878
2882
  { tag_ps: '(0074,1008)', tag_name: "Procedure Step Communications URI Sequence", tag_key: 'ProcedureStepCommunicationsURISequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0074,1008)', tag_sym: :procedure_step_communications_uri_sequence, tag_ndm: '00741008', tag_ary: [0x0074,0x1008], tag_multiple: false, tag_note: ''},
2879
- { tag_ps: '(0074,100A)', tag_name: "Contact URI", tag_key: 'ContactURI', tag_vr: [:ST], tag_vm: ["1"], tag_str: '(0074,100A)', tag_sym: :contact_uri, tag_ndm: '0074100A', tag_ary: [0x0074,0x100A], tag_multiple: false, tag_note: ''},
2883
+ { tag_ps: '(0074,100A)', tag_name: "Contact URI", tag_key: 'ContactURI', tag_vr: [:UR], tag_vm: ["1"], tag_str: '(0074,100A)', tag_sym: :contact_uri, tag_ndm: '0074100A', tag_ary: [0x0074,0x100A], tag_multiple: false, tag_note: ''},
2880
2884
  { tag_ps: '(0074,100C)', tag_name: "Contact Display Name", tag_key: 'ContactDisplayName', tag_vr: [:LO], tag_vm: ["1"], tag_str: '(0074,100C)', tag_sym: :contact_display_name, tag_ndm: '0074100C', tag_ary: [0x0074,0x100C], tag_multiple: false, tag_note: ''},
2881
2885
  { tag_ps: '(0074,100E)', tag_name: "Procedure Step Discontinuation Reason Code Sequence", tag_key: 'ProcedureStepDiscontinuationReasonCodeSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0074,100E)', tag_sym: :procedure_step_discontinuation_reason_code_sequence, tag_ndm: '0074100E', tag_ary: [0x0074,0x100E], tag_multiple: false, tag_note: ''},
2882
2886
  { tag_ps: '(0074,1020)', tag_name: "Beam Task Sequence", tag_key: 'BeamTaskSequence', tag_vr: [:SQ], tag_vm: ["1"], tag_str: '(0074,1020)', tag_sym: :beam_task_sequence, tag_ndm: '00741020', tag_ary: [0x0074,0x1020], tag_multiple: false, tag_note: ''},
@@ -22,6 +22,6 @@
22
22
  # applicable local, state, national or international regulations.
23
23
  #
24
24
  module DcmDict
25
- VERSION = "0.1.1"
26
- DICOM_DOC_VERSION = "2014a"
25
+ VERSION = "0.2.0"
26
+ DICOM_DOC_VERSION = "2014b"
27
27
  end
@@ -41,6 +41,17 @@ describe DcmDict::Dictionary::DataElementRecord do
41
41
  tag_str: '(0008,0010)',
42
42
  tag_multiple: false
43
43
  },
44
+ { tag_ps: '(0008,1190)',
45
+ tag_name: "Retrieve URL",
46
+ tag_key: 'RetrieveURL',
47
+ tag_vr: [:UR],
48
+ tag_vm: ["1"],
49
+ tag_str: '(0008,1190)',
50
+ tag_sym: :retrieve_url,
51
+ tag_ndm: '00081190',
52
+ tag_ary: [0x0008,0x1190],
53
+ tag_multiple: false,
54
+ tag_note: ''}
44
55
  ].each do |data|
45
56
  it "Handle Data Element Data correctly" do
46
57
  der = DcmDict::Dictionary::DataElementRecord.new(data)
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.1.1
4
+ version: 0.2.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: 2014-08-16 00:00:00.000000000 Z
11
+ date: 2014-09-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri