Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Function for parsing all dicom files in a folder #57

Merged
merged 8 commits into from
Aug 13, 2020

Conversation

notZaki
Copy link
Member

@notZaki notZaki commented Aug 11, 2020

This PR adds the function dcmdir_parse which reads all DICOM files in a given folder and returns them as an array.

@codecov
Copy link

codecov bot commented Aug 11, 2020

Codecov Report

Merging #57 into master will increase coverage by 0.30%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #57      +/-   ##
==========================================
+ Coverage   87.82%   88.12%   +0.30%     
==========================================
  Files           1        1              
  Lines         312      320       +8     
==========================================
+ Hits          274      282       +8     
  Misses         38       38              
Impacted Files Coverage Δ
src/DICOM.jl 88.12% <100.00%> (+0.30%) ⬆️

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 5f12f26...60ac0b3. Read the comment docs.

@notZaki notZaki merged commit cfd2b53 into JuliaHealth:master Aug 13, 2020
@notZaki notZaki deleted the parse_dir branch August 13, 2020 17:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants