39 lines
1.0 KiB
JSON
39 lines
1.0 KiB
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": ""
|
|
},
|
|
"ldap": {
|
|
"url": "",
|
|
"port": ""
|
|
}
|
|
} |