28 lines
861 B
JSON
28 lines
861 B
JSON
{
|
|
"dicomWeb": {
|
|
"endpoints": [
|
|
{
|
|
"name": "SIIM DCM4CHEE",
|
|
"wadoUriRoot" : "http://vna.hackathon.siim.org/dcm4chee-arc/wado/DCM4CHEE",
|
|
"qidoRoot": "http://vna.hackathon.siim.org/dcm4chee-arc/qido/DCM4CHEE",
|
|
"wadoRoot": "http://vna.hackathon.siim.org/dcm4chee-arc/wado/DCM4CHEE",
|
|
"qidoSupportsIncludeField": true,
|
|
"imageRendering" : "wadouri",
|
|
"requestOptions" : {
|
|
"logRequests" : false,
|
|
"logResponses" : false,
|
|
"logTiming" : true
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"defaultServiceType": "dicomWeb",
|
|
"public": {
|
|
"staleSessionInactivityTimeout": 300000,
|
|
"staleSessionHeartbeatInterval": 30000,
|
|
"staleSessionPurgeInterval": 15000,
|
|
"staleSessionActivityEvents": "mousemove click keydown",
|
|
"showCountdownDialog": true,
|
|
"dialogTimeout": 30000
|
|
}
|
|
} |