tadgh
tadgh
I also have this issue, would love to see it addressed at some point :+1:
Hey @patrick-werner , This is what i would expect to see here. To actually stream the binary data down to your machine, you would need to use the `$binary-access-read` operation....
Ahh I was indeed missing the nuance. Thanks much Patrick, will look at getting this implemented, i think it is a missing feature in core hapi-fhir.
Heya, yup this is definitely possible, the Filesystem mode is available in HAPI-FHIR. The two components that matter are: 1. BinaryStorageInterceptor. 2. the interface IBinaryStorageSvc. To make the JPA Server...
Where are you seeing this? hapi-fhir-jpaserver-starter? FWIW we are completely ripping out these configs in 6.0.0, but im happy to release a 5.7.1 with this fixed
ah I have a rel_5_7 branch that I will put up for MR.
Can you do me a favour and checkout `rel_5_7` and see if that works for you locally? if so, i'll work on merging it into master. It is booting for...
Wait, overwrite which in the yaml? is it working or no? Happy to dig into this if it is broken, either way i'll have rel_5_7 up shortly.
Right, we've completely reworked the config in 6.0.0, so i think it's probably going to stay broken until then unless the fix is dead easy and we have a reason...
I wanted to wait until we get the 6_0_0 branch finished to see if the cycle still exists before closing this out, if that works On Fri, Feb 25, 2022...