# HG changeset patch # User Sebastien Jodogne # Date 1478708195 -3600 # Node ID 47a3d6c08413949aa50febc85b569121187517d1 # Parent 4b24faec842baa02a5c6df1d8742a826e76a5270 easier dicomweb setup diff -r 4b24faec842b -r 47a3d6c08413 GenerateConfigurationForTests.py --- 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