no expertise btn on only ecg file

This commit is contained in:
mario
2025-07-10 14:29:16 +07:00
parent 14f3eee2c4
commit 506e052fe3
2 changed files with 99 additions and 21 deletions

View File

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