Added config for public dicomweb server
This commit is contained in:
parent
d97c5236a4
commit
3214d42964
2
OHIFViewer/bin/publicOrthancDICOMWeb.sh
Executable file
2
OHIFViewer/bin/publicOrthancDICOMWeb.sh
Executable file
@ -0,0 +1,2 @@
|
||||
echo "Starting Meteor server..."
|
||||
METEOR_PACKAGE_DIRS="../Packages" meteor --settings ../config/publicOrthancDICOMWeb.json
|
||||
36
config/publicOrthancDICOMWeb.json
Normal file
36
config/publicOrthancDICOMWeb.json
Normal 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
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user