comparison GenerateConfigurationForTests.py @ 270:082f35cb4459

test_bitbuck_issue_168
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 28 Feb 2020 13:12:40 +0100
parents a2719263fd04
children b55a7cb5ee02
comparison
equal deleted inserted replaced
269:b2d8582b9181 270:082f35cb4459
136 del config['KeepAlive'] 136 del config['KeepAlive']
137 137
138 config['Dictionary'] = { 138 config['Dictionary'] = {
139 '00e1,10c2' : [ 'UI', 'PET-CT Multi Modality Name', 1, 1, 'ELSCINT1' ], 139 '00e1,10c2' : [ 'UI', 'PET-CT Multi Modality Name', 1, 1, 'ELSCINT1' ],
140 '7053,1003' : [ 'ST', 'Original Image Filename', 1, 1, 'Philips PET Private Group' ], 140 '7053,1003' : [ 'ST', 'Original Image Filename', 1, 1, 'Philips PET Private Group' ],
141 '4321,1012' : [ 'LO', 'RadioButton3', 1, 1, 'RadioLogic' ], # For issue 140 141 '4321,1012' : [ 'LO', 'RadioButton3', 1, 1, 'RadioLogic' ], # For issue 140
142 '0009,1001' : [ 'DS', 'Abnormality score', 1, 1, 'Lunit' ], # For issue 168
143 '0009,0010' : [ 'LO', 'Private data element', 1, 1, 'Lunit' ], # For issue 168
142 } 144 }
145
146 config['DefaultPrivateCreator'] = 'Lunit' # For issue 168
143 147
144 config['DicomWeb'] = { 148 config['DicomWeb'] = {
145 'Servers' : { 149 'Servers' : {
146 'sample' : [ 150 'sample' : [
147 'http://localhost:8042/dicom-web/', 151 'http://localhost:8042/dicom-web/',