ohif-viewer/config/orthancDIMSE.json
2016-02-09 17:49:20 -06:00

28 lines
765 B
JSON

{
"dicomWeb" : {
"endpoints": [
{
"name": "Orthanc",
"wadoUriRootNOTE" : "either this uri is not correct for wado-uri or wado-uri is not configured on orthanc currently",
"wadoUriRoot" : "http://localhost:8042/wado",
"qidoRoot": "http://localhost:8042/dicom-web",
"wadoRoot": "http://localhost:8042/dicom-web",
"qidoSupportsIncludeField": false,
"imageRendering" : "wadouri",
"requestOptions" : {
"auth": "orthanc:orthanc",
"logRequests" : true,
"logResponses" : false,
"logTiming" : true
}
}
]
},
"dimse" : [{
"host" : "localhost",
"port" : 4242,
"aeTitle" : "ORTHANCLOCAL"
}],
"defaultServiceType": "dimse"
}