2019-04-30 15:32:53 +02:00
|
|
|
window.config = {
|
|
|
|
|
routerBasename: '/',
|
2019-07-08 21:29:59 +02:00
|
|
|
showStudyList: true,
|
2022-11-04 14:01:34 +01:00
|
|
|
// below flag is for performance reasons, but it might not work for all servers
|
2023-02-17 21:04:07 +01:00
|
|
|
showWarningMessageForCrossOrigin: true,
|
|
|
|
|
showCPUFallbackMessage: true,
|
2022-11-16 20:19:52 +01:00
|
|
|
showLoadingIndicator: true,
|
2023-04-01 04:21:16 +02:00
|
|
|
strictZSpacingForVolumeViewport: true,
|
2019-04-30 15:32:53 +02:00
|
|
|
servers: {
|
|
|
|
|
dicomWeb: [
|
|
|
|
|
{
|
2022-11-16 20:19:52 +01:00
|
|
|
name: 'aws',
|
2024-09-19 06:23:28 +02:00
|
|
|
wadoUriRoot: 'https://d14fa38qiwhyfd.cloudfront.net/dicomweb',
|
|
|
|
|
qidoRoot: 'https://d14fa38qiwhyfd.cloudfront.net/dicomweb',
|
|
|
|
|
wadoRoot: 'https://d14fa38qiwhyfd.cloudfront.net/dicomweb',
|
2019-04-30 15:32:53 +02:00
|
|
|
qidoSupportsIncludeField: true,
|
|
|
|
|
imageRendering: 'wadors',
|
|
|
|
|
thumbnailRendering: 'wadors',
|
2020-05-13 15:58:29 +02:00
|
|
|
supportsFuzzyMatching: true,
|
2023-06-22 21:26:26 +02:00
|
|
|
omitQuotationForMultipartRequest: true,
|
2019-04-30 15:32:53 +02:00
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
2019-06-29 19:00:23 +02:00
|
|
|
i18n: {
|
|
|
|
|
LOCIZE_PROJECTID: 'a8da3f9a-e467-4dd6-af33-474d582a0294',
|
|
|
|
|
LOCIZE_API_KEY: null, // Developers can use this to do in-context editing. DO NOT COMMIT THIS KEY!
|
2019-09-09 21:49:12 +02:00
|
|
|
USE_LOCIZE: false,
|
|
|
|
|
},
|
|
|
|
|
};
|