ohif-viewer/config/siimDCM4CHEE.json
2016-02-28 15:25:23 -05:00

36 lines
992 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,
"verifyEmail": false
},
"mailServerSettings": {
"username": "",
"password": "",
"server": "",
"port": ""
}
}