temporary change to emulate orthanc
This commit is contained in:
parent
79b974179e
commit
803dbc54bc
@ -105,15 +105,18 @@
|
|||||||
props.servers = {
|
props.servers = {
|
||||||
"dicomWeb": [
|
"dicomWeb": [
|
||||||
{
|
{
|
||||||
"name": "DCM4CHEE",
|
"name": "Orthanc",
|
||||||
"wadoUriRoot": "https://server.dcmjs.org/dcm4chee-arc/aets/DCM4CHEE/wado",
|
"wadoUriRoot": "http://localhost:8899/wado",
|
||||||
"qidoRoot": "https://server.dcmjs.org/dcm4chee-arc/aets/DCM4CHEE/rs",
|
"qidoRoot": "http://localhost:8899/dicom-web",
|
||||||
"wadoRoot": "https://server.dcmjs.org/dcm4chee-arc/aets/DCM4CHEE/rs",
|
"wadoRoot": "http://localhost:8899/dicom-web",
|
||||||
"qidoSupportsIncludeField": true,
|
"qidoSupportsIncludeField": false,
|
||||||
"imageRendering": "wadors",
|
"imageRendering": "wadors",
|
||||||
"thumbnailRendering": "wadors",
|
"thumbnailRendering": "wadors",
|
||||||
"requestOptions": {
|
"requestOptions": {
|
||||||
"requestFromBrowser": true
|
"auth": "orthanc:orthanc",
|
||||||
|
"logRequests": true,
|
||||||
|
"logResponses": false,
|
||||||
|
"logTiming": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user