temporary change to emulate orthanc
This commit is contained in:
parent
79b974179e
commit
803dbc54bc
@ -103,20 +103,23 @@
|
|||||||
// Try going to:
|
// Try going to:
|
||||||
// http://localhost:5000/viewer/1.3.6.1.4.1.14519.5.2.1.1706.4996.216859690032335293073513900362
|
// http://localhost:5000/viewer/1.3.6.1.4.1.14519.5.2.1.1706.4996.216859690032335293073513900362
|
||||||
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