30 lines
610 B
JSON
30 lines
610 B
JSON
{
|
|
"servers": {
|
|
"dicomWeb": [
|
|
{
|
|
"name": "Orthanc",
|
|
"wadoUriRoot": "http://pacsIP:8042/wado",
|
|
"qidoRoot": "http://pacsIP:8042/dicom-web",
|
|
"wadoRoot": "http://pacsIP:8042/dicom-web",
|
|
"qidoSupportsIncludeField": false,
|
|
"imageRendering": "wadouri",
|
|
"thumbnailRendering": "wadors",
|
|
"requestOptions": {
|
|
"auth": "orthanc:orthanc",
|
|
"logRequests": true,
|
|
"logResponses": false,
|
|
"logTiming": true
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"defaultServiceType": "dicomWeb",
|
|
"public": {
|
|
"ui": {
|
|
"studyListDateFilterNumDays": 1
|
|
}
|
|
},
|
|
"proxy": {
|
|
"enabled": true
|
|
}
|
|
} |