comparison GenerateConfigurationForTests.py @ 185:d4a5e4143d68

fixing value of SynchronousCMove
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 29 Nov 2018 11:10:08 +0100
parents fcb0c14dadb8
children 770f6f5aea16
comparison
equal deleted inserted replaced
184:e244312964d6 185:d4a5e4143d68
111 config['OrthancPeers'] = { 'peer' : [ 'http://%s:%d/' % (ip, 5000), 'alice', 'orthanctest' ] } 111 config['OrthancPeers'] = { 'peer' : [ 'http://%s:%d/' % (ip, 5000), 'alice', 'orthanctest' ] }
112 config['RegisteredUsers'] = { 'alice' : 'orthanctest' } 112 config['RegisteredUsers'] = { 'alice' : 'orthanctest' }
113 config['RemoteAccessAllowed'] = True 113 config['RemoteAccessAllowed'] = True
114 config['OverwriteInstances'] = True 114 config['OverwriteInstances'] = True
115 config['JobsHistorySize'] = 1000 115 config['JobsHistorySize'] = 1000
116 config['SynchronousCMove'] = False
116 117
117 config['Dictionary'] = { 118 config['Dictionary'] = {
118 '00e1,10c2' : [ 'UI', 'PET-CT Multi Modality Name', 1, 1, 'ELSCINT1' ], 119 '00e1,10c2' : [ 'UI', 'PET-CT Multi Modality Name', 1, 1, 'ELSCINT1' ],
119 '7053,1003' : [ 'ST', 'Original Image Filename', 1, 1, 'Philips PET Private Group' ] 120 '7053,1003' : [ 'ST', 'Original Image Filename', 1, 1, 'Philips PET Private Group' ]
120 } 121 }