Spaces:
Paused
Paused
| window.config = { | |
| routerBasename: '/', | |
| showStudyList: true, | |
| extensions: [], | |
| modes: [], | |
| // below flag is for performance reasons, but it might not work for all servers | |
| showWarningMessageForCrossOrigin: true, | |
| showCPUFallbackMessage: true, | |
| showLoadingIndicator: true, | |
| strictZSpacingForVolumeViewport: true, | |
| defaultDataSourceName: 'dicomweb', | |
| useSharedArrayBuffer: 'FALSE', | |
| dataSources: [ | |
| { | |
| namespace: '@ohif/extension-default.dataSourcesModule.dicomweb', | |
| sourceName: 'dicomweb', | |
| configuration: { | |
| friendlyName: 'Orthanc Server', | |
| name: 'Orthanc', | |
| wadoUriRoot: '/orthanc/dicom-web', | |
| qidoRoot: '/orthanc/dicom-web', | |
| wadoRoot: '/orthanc/dicom-web', | |
| qidoSupportsIncludeField: true, | |
| supportsReject: true, | |
| imageRendering: 'wadors', | |
| thumbnailRendering: 'wadors', | |
| enableStudyLazyLoad: false, | |
| supportsFuzzyMatching: true, | |
| supportsWildcard: true, | |
| dicomUploadEnabled: true, | |
| bulkDataURI: { | |
| enabled: true, | |
| }, | |
| }, | |
| }, | |
| ], | |
| }; |