comparison OrthancServer/Sources/OrthancConfiguration.cpp @ 5789:40ad08b75d84 find-refactoring

cleanup + W005
author Alain Mazy <am@orthanc.team>
date Tue, 17 Sep 2024 17:16:42 +0200
parents 42ef98bb3c13
children
comparison
equal deleted inserted replaced
5788:61c9e5df64d7 5789:40ad08b75d84
1163 } 1163 }
1164 else if (name == "W004_NoMainDicomTagsSignature") 1164 else if (name == "W004_NoMainDicomTagsSignature")
1165 { 1165 {
1166 warning = Warnings_004_NoMainDicomTagsSignature; 1166 warning = Warnings_004_NoMainDicomTagsSignature;
1167 } 1167 }
1168 else if (name == "W005_RequestingTagFromLowerResourceLevel")
1169 {
1170 warning = Warnings_005_RequestingTagFromLowerResourceLevel;
1171 }
1168 else 1172 else
1169 { 1173 {
1170 throw OrthancException(ErrorCode_BadFileFormat, name + " is not recognized as a valid warning name"); 1174 throw OrthancException(ErrorCode_BadFileFormat, name + " is not recognized as a valid warning name");
1171 } 1175 }
1172 1176