Switch index.html to the dcmjs dicomweb server

This commit is contained in:
Erik Ziegler 2019-02-06 17:16:27 +01:00
parent 5b29d082ca
commit 5bb64fd925

View File

@ -107,15 +107,14 @@
"dicomWeb": [ "dicomWeb": [
{ {
"name": "DCM4CHEE", "name": "DCM4CHEE",
"wadoUriRoot": "https://dcm4che.ohif.club/dcm4chee-arc/aets/DCM4CHEE/wado", "wadoUriRoot": "https://server.dcmjs.org/dcm4chee-arc/aets/DCM4CHEE/wado",
"qidoRoot": "https://dcm4che.ohif.club/dcm4chee-arc/aets/DCM4CHEE/rs", "qidoRoot": "https://server.dcmjs.org/dcm4chee-arc/aets/DCM4CHEE/rs",
"wadoRoot": "https://dcm4che.ohif.club/dcm4chee-arc/aets/DCM4CHEE/rs", "wadoRoot": "https://server.dcmjs.org/dcm4chee-arc/aets/DCM4CHEE/rs",
"qidoSupportsIncludeField": true, "qidoSupportsIncludeField": true,
"imageRendering": "wadors", "imageRendering": "wadors",
"thumbnailRendering": "wadors", "thumbnailRendering": "wadors",
"requestOptions": { "requestOptions": {
"requestFromBrowser": true, "requestFromBrowser": true
"auth": "cloud:healthcare"
} }
} }
] ]