You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
we are using Slim viewer and Azure Dicom service and need to pass Accept Header "transfer-syntax=*" as a first option, currently last.
Required for Dicom service to be able to stream large images
…lity provided (#2753)
## Description
SLIM viewer sends multiple accept headers to get frames. Original is the
last, this causes us to pick another accept and fail because today our
code needs entire file to do transcoding and will throw when file size
is greater than 100M.
This fix will make us prioritize picking original if available in the
accept list.
## Related issues
ImagingDataCommons/dicom-microscopy-viewer#95
## Testing
Added unit tests
---------
Co-authored-by: smithasa <smithasa@SMITHASAMI1>
Hi
we are using Slim viewer and Azure Dicom service and need to pass Accept Header "transfer-syntax=*" as a first option, currently last.
Required for Dicom service to be able to stream large images
@hackermd
The text was updated successfully, but these errors were encountered: