/** @type {AppTypes.Config} */ window.config = { routerBasename: '/', pacs_document_host: '152.42.173.210', pacs_document_port: 8080, expertise: false, enableGoogleCloudAdapter: false, // below flag is for performance reasons, but it might not work for all servers showWarningMessageForCrossOrigin: true, showCPUFallbackMessage: true, showLoadingIndicator: true, strictZSpacingForVolumeViewport: true, // This is an array, but we'll only use the first entry for now // Remove OIDC configuration since proxy handles authentication // oidc: [ // { // // ~ REQUIRED // // Authorization Server URL // authority: 'https://accounts.google.com', // client_id: '382212153306-7q39hdie4ecj0uhemkitvedo93bnvfhn.apps.googleusercontent.com', // redirect_uri: '/callback', // response_type: 'id_token token', // scope: // 'email profile openid https://www.googleapis.com/auth/cloudplatformprojects.readonly https://www.googleapis.com/auth/cloud-healthcare', // email profile openid // // ~ OPTIONAL // post_logout_redirect_uri: '/logout-redirect.html', // revoke_uri: 'https://accounts.google.com/o/oauth2/revoke?token=', // automaticSilentRenew: true, // revokeAccessTokenOnSignout: true, // }, // ], extensions: [], modes: [], showStudyList: true, // filterQueryParam: false, defaultDataSourceName: 'dicomweb', dataSources: [ { namespace: '@ohif/extension-default.dataSourcesModule.dicomweb', sourceName: 'dicomweb', configuration: { friendlyName: 'dcmjs DICOMWeb Server', name: 'GCP', wadoUriRoot: `http://152.42.173.210:5555/dicomWeb`, qidoRoot: `http://152.42.173.210:5555/dicomWeb`, wadoRoot: `http://152.42.173.210:5555/dicomWeb`, qidoSupportsIncludeField: true, imageRendering: 'wadors', thumbnailRendering: 'wadors', enableStudyLazyLoad: true, supportsFuzzyMatching: true, supportsWildcard: true, dicomUploadEnabled: true, omitQuotationForMultipartRequest: true, configurationAPI: 'ohif.dataSourceConfigurationAPI.google', // defaultDicomStoreConfiguredItems: { // id: 'projects/ohifproxy/locations/asia-southeast2/datasets/sas-storage', // itemType: '3', // name: 'store-1', // url: 'https://healthcare.googleapis.com/v1/projects/ohifproxy/locations/asia-southeast2/datasets/sas-storage/dicomStores/store-1' // }, }, }, { namespace: '@ohif/extension-default.dataSourcesModule.dicomjson', sourceName: 'dicomjson', configuration: { friendlyName: 'dicom json', name: 'json', }, }, { namespace: '@ohif/extension-default.dataSourcesModule.dicomlocal', sourceName: 'dicomlocal', configuration: { friendlyName: 'dicom local', }, }, ], };