comparison OrthancServer/ServerContext.cpp @ 2380:96b3ec054b69

reorganization in macros
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 29 Aug 2017 16:49:44 +0200
parents 563bf878407a
children 7284093111b0
comparison
equal deleted inserted replaced
2379:4900688827a8 2380:96b3ec054b69
312 } 312 }
313 catch (OrthancException& e) 313 catch (OrthancException& e)
314 { 314 {
315 if (e.GetErrorCode() == ErrorCode_InexistentTag) 315 if (e.GetErrorCode() == ErrorCode_InexistentTag)
316 { 316 {
317 ServerToolbox::LogMissingRequiredTag(dicom.GetSummary()); 317 dicom.GetSummary().LogMissingTagsForStore();
318 } 318 }
319 319
320 throw; 320 throw;
321 } 321 }
322 } 322 }