From 803dbc54bc874d6600e287ab4eaf6de46fc04492 Mon Sep 17 00:00:00 2001 From: biharck Date: Wed, 24 Apr 2019 15:20:23 -0300 Subject: [PATCH] temporary change to emulate orthanc --- example/index.html | 31 +++++++++++++++++-------------- 1 file changed, 17 insertions(+), 14 deletions(-) diff --git a/example/index.html b/example/index.html index 8a1b52ef9..76aeb6c05 100644 --- a/example/index.html +++ b/example/index.html @@ -103,20 +103,23 @@ // Try going to: // http://localhost:5000/viewer/1.3.6.1.4.1.14519.5.2.1.1706.4996.216859690032335293073513900362 props.servers = { - "dicomWeb": [ - { - "name": "DCM4CHEE", - "wadoUriRoot": "https://server.dcmjs.org/dcm4chee-arc/aets/DCM4CHEE/wado", - "qidoRoot": "https://server.dcmjs.org/dcm4chee-arc/aets/DCM4CHEE/rs", - "wadoRoot": "https://server.dcmjs.org/dcm4chee-arc/aets/DCM4CHEE/rs", - "qidoSupportsIncludeField": true, - "imageRendering": "wadors", - "thumbnailRendering": "wadors", - "requestOptions": { - "requestFromBrowser": true - } - } - ] + "dicomWeb": [ + { + "name": "Orthanc", + "wadoUriRoot": "http://localhost:8899/wado", + "qidoRoot": "http://localhost:8899/dicom-web", + "wadoRoot": "http://localhost:8899/dicom-web", + "qidoSupportsIncludeField": false, + "imageRendering": "wadors", + "thumbnailRendering": "wadors", + "requestOptions": { + "auth": "orthanc:orthanc", + "logRequests": true, + "logResponses": false, + "logTiming": true + } + } + ] };