ohif-viewer/config/orthancDICOMWeb.json

38 lines
985 B
JSON
Raw Normal View History

{
"servers": {
"dicomWeb": [
{
"name": "Orthanc",
"wadoUriRoot": "http://localhost:8042/wado",
"qidoRoot": "http://localhost:8042/dicom-web",
"wadoRoot": "http://localhost:8042/dicom-web",
"qidoSupportsIncludeField": true,
"imageRendering": "wadouri",
"thumbnailRendering": "wadouri",
"requestOptions": {
"auth": "orthanc:orthanc",
"logRequests": true,
"logResponses": false,
"logTiming": true
}
}
]
},
2016-08-10 15:39:31 +02:00
"defaultServiceType": "dicomWeb",
"dropCollections": true,
2016-08-10 15:39:31 +02:00
"public": {
"verifyEmail": false,
"ui": {
2016-08-20 15:09:31 +02:00
"studyListFunctionsEnabled": true,
2016-09-09 20:40:23 +02:00
"leftSidebarOpen": false,
"displaySetNavigationLoopOverSeries": false,
"displaySetNavigationMultipleViewports": true,
"autoPositionMeasurementsTextCallOuts": "TRLB",
"studyListDateFilterNumDays": 1
2016-08-10 15:39:31 +02:00
}
},
"proxy": {
"enabled": true
2016-08-10 15:39:31 +02:00
}
}