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

Add support for MIME multipart content-type #1084

Closed
ivmartel opened this issue Jan 17, 2022 · 2 comments · Fixed by #1111
Closed

Add support for MIME multipart content-type #1084

ivmartel opened this issue Jan 17, 2022 · 2 comments · Fixed by #1111
Labels
enhancement New feature or request
Milestone

Comments

@ivmartel
Copy link
Owner

DICOM web (see doc) can send back data using the multipart/related content type (see rfc2387). The library must support reading this content type.

@ivmartel ivmartel added the enhancement New feature or request label Jan 17, 2022
@ivmartel ivmartel added this to the 0.31.0 milestone Jan 17, 2022
@ivmartel
Copy link
Owner Author

This is the default media type for WADO-RS so it has to be done. Retrieving instance by instance, which seems more efficient, is optional... See retrieve media types.

@ivmartel ivmartel changed the title Add support for multipart MIME data Add support for MIMR multipart content-type Jan 19, 2022
@ivmartel ivmartel changed the title Add support for MIMR multipart content-type Add support for MIME multipart content-type Jan 19, 2022
@ivmartel
Copy link
Owner Author

More about multipart: https://www.w3.org/Protocols/rfc1341/7_2_Multipart.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant