27 lines
764 B
JSON
27 lines
764 B
JSON
{
|
|
"dicomWeb" : {
|
|
"endpoints": [
|
|
{
|
|
"name": "Medical Connections",
|
|
"wadoUriRoot" : "http://www.dicomserver.co.uk/wadouri",
|
|
"qidoRoot": "http://dicomserver.co.uk:81/qido",
|
|
"wadoRoot": "http://dicomserver.co.uk:81/wado",
|
|
"qidoSupportsIncludeField": false,
|
|
"imageRendering" : "wadouri",
|
|
"requestOptions" : {
|
|
"logRequests" : true,
|
|
"logResponses" : false,
|
|
"logTiming" : true
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"public": {
|
|
"staleSessionInactivityTimeout": 300000,
|
|
"staleSessionHeartbeatInterval": 30000,
|
|
"staleSessionPurgeInterval": 15000,
|
|
"staleSessionActivityEvents": "mousemove click keydown",
|
|
"showCountdownDialog": true,
|
|
"dialogTimeout": 30000
|
|
}
|
|
} |