firely-net-sdk icon indicating copy to clipboard operation
firely-net-sdk copied to clipboard

Binary resource handling

Open brianpos opened this issue 5 years ago • 2 comments

When creating a binary resource it currently switches to the binary stream rather than just pushing the XML/JSON. There is nothing in the spec that describes this behaviour, and specifically it misses the X-Security-Context header value also. http://hl7.org/fhir/binary.html What this page does describe is the returning of the content, and this isn't handled by the FHIR Client.

brianpos avatar Apr 21 '20 01:04 brianpos

When reviewing the FhirClient's code for SDK 5.0 I have noticed that this codepath has disappeared after the refactorings for the new HttpMessageHandler based implementation. The code is still there, but is logically unreachable.

ewoutkramer avatar Jan 19 '23 08:01 ewoutkramer

I am fixing this tomorrow!

ewoutkramer avatar Apr 12 '23 16:04 ewoutkramer