Skip to content

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

@rathwale

Description

@rathwale

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions