Added config for public dicomweb server

This commit is contained in:
Rob Lewis 2017-06-28 08:27:31 -04:00
parent d97c5236a4
commit 3214d42964
2 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,2 @@
echo "Starting Meteor server..."
METEOR_PACKAGE_DIRS="../Packages" meteor --settings ../config/publicOrthancDICOMWeb.json

View File

@ -0,0 +1,36 @@
{
"servers": {
"dicomWeb": [
{
"name": "Orthanc",
"wadoUriRoot": "http://dicomweb.ohif.org/wado",
"qidoRoot": "http://dicomweb.ohif.org/dicom-web",
"wadoRoot": "http://dicomweb.ohif.org/dicom-web",
"qidoSupportsIncludeField": false,
"imageRendering": "wadouri",
"thumbnailRendering": "wadouri",
"requestOptions": {
"auth": "orthanc:orthanc",
"logRequests": true,
"logResponses": false,
"logTiming": true
}
}
]
},
"defaultServiceType": "dicomWeb",
"dropCollections": true,
"public": {
"verifyEmail": false,
"ui": {
"studyListFunctionsEnabled": true,
"leftSidebarOpen": false,
"displaySetNavigationLoopOverSeries": false,
"displaySetNavigationMultipleViewports": true,
"autoPositionMeasurementsTextCallOuts": "TRLB"
}
},
"proxy": {
"enabled": true
}
}