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

Download study as a zip file of dcm files. #3358

Closed
ashutosh1211 opened this issue Feb 12, 2024 · 5 comments
Closed

Download study as a zip file of dcm files. #3358

ashutosh1211 opened this issue Feb 12, 2024 · 5 comments
Labels
Area-DicomRetrieve WADO-RS Feature New feature request

Comments

@ashutosh1211
Copy link

ashutosh1211 commented Feb 12, 2024

User story
As a user, I want to download all the raw dicom files so that i can view them in my local dicom viewer workstation.

Acceptance criteria

  1. API which will take study id as input and generate zip file to download.
@arunmk-ms arunmk-ms added Feature New feature request Area-DicomRetrieve WADO-RS labels Feb 13, 2024
@arunmk-ms
Copy link
Contributor

Hi @ashutosh1211, have you looked into our export feature here?

@ashutosh1211
Copy link
Author

Yes, but it works on blob to blob export, I need to export it as a zip file.

@arunmk-ms
Copy link
Contributor

The bulk export API takes a study ID as input, according to your specifications. It then retrieves all the corresponding blobs and stores them in a designated storage account. However, please note that our current feature set does not include the ability to download the blob as a zip file.

@ashutosh1211
Copy link
Author

Its common requiment of radiologists where they want to view these DICOM files on their preferred workstation.

@arunmk-ms
Copy link
Contributor

arunmk-ms commented Feb 20, 2024

Each study instance can have a maximum size of up to 4 GB. It is not recommended to download multiple instances in a single API response, as doing so could unnecessarily load your application server. Instead, consider using the metadata API to retrieve individual study instance UIDs and then use the WADO API for each of them separately.

@arunmk-ms arunmk-ms closed this as not planned Won't fix, can't repro, duplicate, stale Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-DicomRetrieve WADO-RS Feature New feature request
Projects
None yet
Development

No branches or pull requests

2 participants