-
Notifications
You must be signed in to change notification settings - Fork 18
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
Implement Direct Download of Binary Content at the Binary Endpoint #2108
Labels
Milestone
Comments
This was referenced Oct 13, 2024
allentiak
added a commit
that referenced
this issue
Nov 21, 2024
allentiak
added a commit
that referenced
this issue
Nov 22, 2024
allentiak
added a commit
that referenced
this issue
Nov 22, 2024
allentiak
added a commit
that referenced
this issue
Nov 22, 2024
allentiak
added a commit
that referenced
this issue
Nov 27, 2024
allentiak
added a commit
that referenced
this issue
Dec 2, 2024
allentiak
added a commit
that referenced
this issue
Dec 2, 2024
allentiak
added a commit
that referenced
this issue
Dec 2, 2024
allentiak
added a commit
that referenced
this issue
Dec 3, 2024
allentiak
added a commit
that referenced
this issue
Dec 3, 2024
allentiak
added a commit
that referenced
this issue
Dec 3, 2024
allentiak
added a commit
that referenced
this issue
Dec 3, 2024
allentiak
added a commit
that referenced
this issue
Dec 3, 2024
allentiak
added a commit
that referenced
this issue
Dec 3, 2024
allentiak
added a commit
that referenced
this issue
Dec 3, 2024
allentiak
added a commit
that referenced
this issue
Dec 3, 2024
allentiak
added a commit
that referenced
this issue
Dec 3, 2024
allentiak
added a commit
that referenced
this issue
Dec 3, 2024
allentiak
added a commit
that referenced
this issue
Dec 4, 2024
allentiak
added a commit
that referenced
this issue
Dec 6, 2024
allentiak
added a commit
that referenced
this issue
Dec 9, 2024
allentiak
added a commit
that referenced
this issue
Dec 9, 2024
allentiak
added a commit
that referenced
this issue
Dec 9, 2024
allentiak
added a commit
that referenced
this issue
Dec 9, 2024
allentiak
added a commit
that referenced
this issue
Dec 9, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Scaffolding:
blaze.rest-api.routes
introduce a new:response-type
called:binary
wrap-output
to call a new middleware function calledblaze.middleware.fhir.output/wrap-binary-output
resource-route
tag the route with:response-type
:binary
if thename
is "Binary"blaze.middleware.fhir.output/wrap-binary-output
request-format
likewrap-output
but only handle:fhir+json
and:fhir+xml
in the normal way and return the binary content otherwise:data
base64 string of the Binary resource, base64 decode it and output it as body and also set the:contentType
string asContent-Type
headerFor tests:
blaze.middleware.fhir.output-test
.github/scripts
generate-large-binary-resource.sh
create-patient.sh
Part of #2009.
The text was updated successfully, but these errors were encountered: