-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: enhance path structure in ZIP file
- Add a `spawn` option to 7zip that allows us to set the working directory. - Add the `#getZipFile` method to handle the creation of the zip file - Modify the `getZipOfxxxDICOMFiles` method to use the `#getZipFile` method and adjust the images path list - Refactor the ZipFactory class to be an abstract class - Create the `StudyZipFactory` class that extends ZipFactory and implement the compressToZipFile method - Create the `SeriesZipFactory` class that extends ZipFactory and implement the compressToZipFile method - Create the `InstanceZipFactory` class that extends ZipFactory and implement the compressToZipFile method - Add the `#adjustImagesPathList` method to set relative path in image path
- Loading branch information
1 parent
aef4820
commit d8b1e51
Showing
2 changed files
with
72 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters