diff --git a/platform/app/public/config/google-local.js b/platform/app/public/config/google-local.js new file mode 100644 index 0000000..cda578c --- /dev/null +++ b/platform/app/public/config/google-local.js @@ -0,0 +1,57 @@ +/** @type {AppTypes.Config} */ +window.config = { + routerBasename: '/', + pacs_document_host: `http://152.42.173.210`, + pacs_document_port: 8585, + goProxyHost: `http://152.42.173.210:5555`, + expertise: false, //* Tambahan untuk enable expertise (CustomizableViewportOverlay) + expertise_host: `https://devone.aplikasi.web.id/one-api/mockup/pacsmwl/Workorder/get_dummy_expertise`, //* Tambahan untuk fetch data Expertise) + enableGoogleCloudAdapter: false, + // below flag is for performance reasons, but it might not work for all servers + showWarningMessageForCrossOrigin: true, + showCPUFallbackMessage: true, + showLoadingIndicator: true, + strictZSpacingForVolumeViewport: true, + extensions: [], + modes: [], + showStudyList: false, + // 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: false, + supportsWildcard: true, + dicomUploadEnabled: false, + omitQuotationForMultipartRequest: true, + configurationAPI: 'ohif.dataSourceConfigurationAPI.google', + }, + }, + { + 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', + }, + }, + ], +};