custom default.js & expertise format bisone

This commit is contained in:
mario
2025-05-14 19:50:36 +07:00
parent 860a738734
commit 7bd3f96158
2 changed files with 42 additions and 9 deletions

View File

@@ -6,7 +6,7 @@ window.config = {
extensions: [],
modes: [],
customizationService: {},
showStudyList: true,
showStudyList: false,
// some windows systems have issues with more than 3 web workers
maxNumberOfWebWorkers: 3,
// below flag is for performance reasons, but it might not work for all servers
@@ -24,8 +24,8 @@ window.config = {
prefetch: 25,
},
expertise: false, //* Tambahan untuk enable expertise (CustomizableViewportOverlay)
expertise_host: `http://192.168.1.29`, //* Tambahan untuk fetch data Expertise)
pacs_document_host: `192.168.1.29`,
expertise_host: `https://devone.aplikasi.web.id/one-api/mockup/pacsmwl/Workorder/get_dummy_expertise`, //* Tambahan untuk fetch data Expertise)
pacs_document_host: `152.42.173.210`,
pacs_document_port: 8080,
// filterQueryParam: false,
// defaultDataSourceName: 'dicomweb',
@@ -47,8 +47,8 @@ window.config = {
configuration: {
friendlyName: 'Static WADO Local Data',
name: 'DCM4CHEE',
qidoRoot: `http://192.168.1.29:5000/rs`,
wadoRoot: `http://192.168.1.29:5000/rs`,
qidoRoot: `http://152.42.173.210:5000/rs`,
wadoRoot: `http://152.42.173.210:5000/rs`,
qidoSupportsIncludeField: false,
supportsReject: true,
supportsStow: true,