comparison Sources/app-config-system.js @ 20:03e71bc320c4

update OHIF to 3.7.0 + default config to avoid transcoding
author Alain Mazy <am@osimis.io>
date Thu, 16 Nov 2023 17:42:24 +0100
parents deaad567cb17
children 36049c04ee27
comparison
equal deleted inserted replaced
19:1bda8ea224de 20:03e71bc320c4
25 thumbnailRendering: 'wadors', 25 thumbnailRendering: 'wadors',
26 enableStudyLazyLoad: true, 26 enableStudyLazyLoad: true,
27 supportsFuzzyMatching: false, 27 supportsFuzzyMatching: false,
28 supportsWildcard: true, 28 supportsWildcard: true,
29 staticWado: true, 29 staticWado: true,
30 singlepart: 'bulkdata' 30 singlepart: 'bulkdata,pdf,video',
31 acceptHeader: [ 'multipart/related; type=application/octet-stream; transfer-syntax=*']
31 } 32 }
32 } 33 }
33 ]; 34 ];
34 35
35 window.config.defaultDataSourceName = 'dicomweb'; 36 window.config.defaultDataSourceName = 'dicomweb';