JuliaHealth / DICOM.jl

Julia package for reading and writing DICOM (Digital Imaging and Communications in Medicine) files
MIT License
56 stars 21 forks source link

Specify VR and fix typo when parsing pixeldata #44

Closed notZaki closed 4 years ago

notZaki commented 4 years ago

These changes should fix the issues noted in #42 and #43, namely that:

codecov[bot] commented 4 years ago

Codecov Report

Merging #44 into master will increase coverage by 0.03%. The diff coverage is 83.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #44      +/-   ##
==========================================
+ Coverage   88.55%   88.59%   +0.03%     
==========================================
  Files           1        1              
  Lines         297      298       +1     
==========================================
+ Hits          263      264       +1     
  Misses         34       34
Impacted Files Coverage Δ
src/DICOM.jl 88.59% <83.33%> (+0.03%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 35547d7...217d248. Read the comment docs.

notZaki commented 4 years ago

Superseded by #45