diff GenerateConfigurationForTests.py @ 90:afbac3eb28a5

integration tests of worklists
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 06 Dec 2016 11:59:35 +0100
parents 47a3d6c08413
children dbcbffb889da
line wrap: on
line diff
--- a/GenerateConfigurationForTests.py	Tue Nov 29 19:44:48 2016 +0100
+++ b/GenerateConfigurationForTests.py	Tue Dec 06 11:59:35 2016 +0100
@@ -99,20 +99,26 @@
 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" ]
+    '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" 
+    'Servers' : {
+        'sample' : [ 
+            'http://localhost:8042/dicom-web/',
+            'alice', 
+            'orthanctest' 
         ]
     }
 }
 
+config['Worklists'] = {
+    'Enable': True,
+    'Database': os.path.abspath(os.path.join(os.path.dirname(__file__), './Database/Worklists/Working')),
+}
+
+
 
 # Enable case-insensitive PN (the default on versions <= 0.8.6)
 config['CaseSensitivePN'] = False