From 06a499087c9ca5c219faf93d35ef585ee177e72c Mon Sep 17 00:00:00 2001 From: lam0620 Date: Thu, 19 Oct 2017 22:12:33 +0700 Subject: [PATCH] Add example for ClearCanvas DIMSE config (#103) * Create ClearCanvas.json * Rename ClearCanvas.json to ClearCanvasDIMSE.json --- config/ClearCanvasDIMSE.json | 39 ++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 config/ClearCanvasDIMSE.json diff --git a/config/ClearCanvasDIMSE.json b/config/ClearCanvasDIMSE.json new file mode 100644 index 000000000..40235bfd2 --- /dev/null +++ b/config/ClearCanvasDIMSE.json @@ -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 + } + } +}