ohif-viewer/config/ClearCanvasDIMSE.json
lam0620 06a499087c Add example for ClearCanvas DIMSE config (#103)
* Create ClearCanvas.json

* Rename ClearCanvas.json to ClearCanvasDIMSE.json
2017-10-19 17:12:33 +02:00

40 lines
791 B
JSON

{
"servers": {
"dimse": [{
"name": "SPRITE PACS",
"wadoUriRoot": "http://localhost:1000/wado/CT",
"requestOptions": {
"logRequests": true,
"logResponses": true,
"logTiming": true
},
"peers": [
{
"host": "localhost",
"port": 108,
"aeTitle": "CT",
"default": true,
"supportsInstanceRetrievalByStudyUid": false
},
{
"host": "0.0.0.0",
"port": 104,
"aeTitle": "OHIFDCM",
"default": true,
"server": true
}
]
}]
},
"defaultServiceType": "dimse",
"dropCollections": true,
"public": {
"verifyEmail": false,
"ui": {
"studyListFunctionsEnabled": true
}
}
}