prod phta | ohif-391:v3.2 | next: ecg no expertise

This commit is contained in:
mario
2025-06-09 09:49:17 +07:00
parent 025b96229b
commit 14f3eee2c4
4 changed files with 42 additions and 8 deletions

View File

@@ -23,8 +23,8 @@ window.config = {
// above, the number of requests can be go a lot higher.
prefetch: 25,
},
expertise_host: `http://192.168.1.29`, // IP ke NV di PACS Server, untuk fetch expertise bawaan versi NV
pacs_document_host: `192.168.1.29`, // IP ke NV di PACS Server untuk ambil pdf
expertise_host: `http://10.9.10.86`, // IP ke NV di PACS Server, untuk fetch expertise bawaan versi NV
pacs_document_host: `10.9.10.86`, // IP ke NV di PACS Server untuk ambil pdf
pacs_document_port: 8080,
defaultDataSourceName: 'local-proxy',
dataSources: [
@@ -34,8 +34,8 @@ window.config = {
configuration: {
friendlyName: 'Static WADO Local Data',
name: 'DCM4CHEE',
qidoRoot: `http://192.168.1.29:5000/rs`, // IP ke dicomweb-proxy PACS Server. URI selalu /rs
wadoRoot: `http://192.168.1.29:5000/rs`, // IP ke dicomweb-proxy PACS Server. URI selalu /rs
qidoRoot: `http://10.9.10.86:5000/rs`, // IP ke dicomweb-proxy PACS Server. URI selalu /rs
wadoRoot: `http://10.9.10.86:5000/rs`, // IP ke dicomweb-proxy PACS Server. URI selalu /rs
qidoSupportsIncludeField: false,
supportsReject: true,
supportsStow: true,