22 lines
529 B
JavaScript
22 lines
529 B
JavaScript
dicomWebServers = {
|
|
servers: {
|
|
dicomWeb: [
|
|
{
|
|
name: "Orthanc",
|
|
wadoUriRoot: "http://localhost:8899/wado",
|
|
qidoRoot: "http://localhost:8899/dicom-web",
|
|
wadoRoot: "http://localhost:8899/dicom-web",
|
|
qidoSupportsIncludeField: false,
|
|
imageRendering: "wadors",
|
|
thumbnailRendering: "wadors",
|
|
requestOptions: {
|
|
auth: "orthanc:orthanc",
|
|
logRequests: true,
|
|
logResponses: false,
|
|
logTiming: true
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|