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

Fix allowed media types for retrieval of frames #46

Merged
merged 3 commits into from
Nov 8, 2021

Conversation

hackermd
Copy link
Member

@hackermd hackermd commented Nov 7, 2021

Currently the retrieveInstanceFrames method allows clients to request Frame Pixel Data using either application/octet-stream or one or more image/ media types. However, a client may not know whether the data is stored uncompressed or compressed (unfortunately the transfer syntax is not readily available in DICOMweb) and thus may not know which media type(s) to choose. If multiple different media types are acceptable, the client should be able to specify that.

hackermd added 2 commits November 6, 2021 20:40
This enables request of compressed or uncompressed frames
@hackermd hackermd added the bug Something isn't working label Nov 7, 2021
@hackermd hackermd requested review from pieper and swederik November 7, 2021 00:52
@pieper pieper merged commit e03be5a into master Nov 8, 2021
@pieper pieper deleted the bugfix/retrieve-frames-media-type branch November 8, 2021 16:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants