chafey / dicomp10-to-dicomweb-js

Code to convert from a dicomp10 file to dicomweb format (json metadata + frames + bulkdata)
MIT License
19 stars 3 forks source link

feat(dicomp10):Recurse through the directory structure to read all files #1

Closed wayfarer3130 closed 2 years ago

wayfarer3130 commented 3 years ago

Added a recursive read on all the paths provided to the command line in the examples. @chafey - can you review please?