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

Feat: add a flag to dicom as P10 multiframe + save byte range metadata per frame #37

Open
rathwale opened this issue May 12, 2023 · 0 comments

Comments

@rathwale
Copy link

Context:
Having several small files in S3 can have latency issues on retrieval. Additionally, each get operator has an API cost which can scale up.
This feature request would save dicom pixel data as multiframe as a single file object and save the byte range offsets in the BulkDataURI metadata of the series/metadata.json
For dicom volumes, which are very common, this gives the Client the option of querying a single frame if byte range is provided. Or the client could simply download the entire volume with a single get to maximize the download bandwidth.

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

No branches or pull requests

1 participant