comparison OrthancFramework/Resources/CodeGeneration/ErrorCodes.json @ 4932:b7ce2bb6b881 more-tags

refactored the list of MainDicomTags to be able to change it dynamicaly. Unit tests and Integration tests ok
author Alain Mazy <am@osimis.io>
date Wed, 09 Mar 2022 11:17:08 +0100
parents 95ffe3b6ef7c
children 33410f14033b
comparison
equal deleted inserted replaced
4930:1ce32c1ec4cf 4932:b7ce2bb6b881
242 { 242 {
243 "Code": 43, 243 "Code": 43,
244 "HttpStatus": 409, 244 "HttpStatus": 409,
245 "Name": "Revision", 245 "Name": "Revision",
246 "Description": "A bad revision number was provided, which might indicate conflict between multiple writers" 246 "Description": "A bad revision number was provided, which might indicate conflict between multiple writers"
247 },
248 {
249 "Code": 44,
250 "Name": "MainDicomTagsMultiplyDefined",
251 "Description": "A main DICOM Tag has been defined multiple times for the same resource level"
247 }, 252 },
248 253
249 254
250 255
251 /** SQLite **/ 256 /** SQLite **/