2015-10-13 14:14:50 +02:00
|
|
|
{
|
|
|
|
|
"dicomWeb" : {
|
|
|
|
|
"endpoints": [
|
|
|
|
|
{
|
|
|
|
|
"name": "Orthanc",
|
|
|
|
|
"wadoUriRootNOTE" : "either this uri is not correct for wado-uri or wado-uri is not configured on orthanc currently",
|
2015-12-07 17:15:14 +01:00
|
|
|
"wadoUriRoot" : "http://localhost:8043/wado",
|
2015-10-13 14:14:50 +02:00
|
|
|
"qidoRoot": "http://localhost:8042/dicom-web",
|
|
|
|
|
"wadoRoot": "http://localhost:8042/dicom-web",
|
|
|
|
|
"qidoSupportsIncludeField": false,
|
|
|
|
|
"imageRendering" : "wadouri",
|
|
|
|
|
"requestOptions" : {
|
|
|
|
|
"auth": "orthanc:orthanc",
|
|
|
|
|
"logRequests" : true,
|
|
|
|
|
"logResponses" : false,
|
|
|
|
|
"logTiming" : true
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
]
|
2016-02-02 16:25:02 +01:00
|
|
|
},
|
|
|
|
|
"public": {
|
|
|
|
|
"staleSessionInactivityTimeout": 1800000,
|
|
|
|
|
"staleSessionHeartbeatInterval": 180000,
|
|
|
|
|
"staleSessionPurgeInterval": 60000,
|
2016-02-02 21:31:01 +01:00
|
|
|
"staleSessionActivityEvents": "mousemove click keydown",
|
|
|
|
|
"usePwstrength": false,
|
|
|
|
|
"useZxcvbn": false
|
2015-10-13 14:14:50 +02:00
|
|
|
}
|
|
|
|
|
}
|