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

Parsing sequences into DICOMData #78

Closed mateuszbaran closed 3 years ago

mateuszbaran commented 3 years ago

I've made a small change that solves #77 .

codecov[bot] commented 3 years ago

Codecov Report

Merging #78 (5717ed0) into master (fb90d75) will increase coverage by 0.26%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #78      +/-   ##
==========================================
+ Coverage   92.32%   92.59%   +0.26%     
==========================================
  Files           2        2              
  Lines         378      378              
==========================================
+ Hits          349      350       +1     
+ Misses         29       28       -1     
Impacted Files Coverage Δ
src/DICOM.jl 91.95% <100.00%> (+0.28%) :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 fb90d75...c529496. Read the comment docs.

notZaki commented 3 years ago

Thanks @mateuszbaran !