diff GenerateConfigurationForTests.py @ 88:47a3d6c08413

easier dicomweb setup
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 09 Nov 2016 17:16:35 +0100
parents 4b24faec842b
children afbac3eb28a5
line wrap: on
line diff
--- a/GenerateConfigurationForTests.py	Mon Nov 07 17:42:39 2016 +0100
+++ b/GenerateConfigurationForTests.py	Wed Nov 09 17:16:35 2016 +0100
@@ -97,11 +97,23 @@
 config['OrthancPeers'] = { 'peer' : [ 'http://%s:%d/' % (ip, 5000), 'alice', 'orthanctest' ] }
 config['RegisteredUsers'] = { 'alice' : 'orthanctest' }
 config['RemoteAccessAllowed'] = True
+
 config['Dictionary'] = {
     "00e1,10c2" : [ "UI", "PET-CT Multi Modality Name", 1, 1, "ELSCINT1" ],
     "7053,1003" : [ "ST", "Original Image Filename", 1, 1, "Philips PET Private Group" ]
 }
 
+config['DicomWeb'] = {
+    "Servers" : {
+        "sample" : [ 
+            "http://localhost:8042/dicom-web/",
+            "alice", 
+            "orthanctest" 
+        ]
+    }
+}
+
+
 # Enable case-insensitive PN (the default on versions <= 0.8.6)
 config['CaseSensitivePN'] = False