Add example for ClearCanvas DIMSE config (#103)

* Create ClearCanvas.json

* Rename ClearCanvas.json to ClearCanvasDIMSE.json
This commit is contained in:
lam0620 2017-10-19 22:12:33 +07:00 committed by Erik Ziegler
parent b9cd3dfa4f
commit 06a499087c

View File

@ -0,0 +1,39 @@
{
"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
}
}
}