comparison OrthancServer/Internals/StoreScp.cpp @ 1668:de1413733c97 db-changes

reconstructing main dicom tags
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 30 Sep 2015 17:18:39 +0200
parents 3309878b3e16
children 4aaaecae5803
comparison
equal deleted inserted replaced
1667:9e875db36aef 1668:de1413733c97
209 { 209 {
210 rsp->DimseStatus = STATUS_STORE_Refused_OutOfResources; 210 rsp->DimseStatus = STATUS_STORE_Refused_OutOfResources;
211 211
212 if (e.GetErrorCode() == ErrorCode_InexistentTag) 212 if (e.GetErrorCode() == ErrorCode_InexistentTag)
213 { 213 {
214 LogMissingRequiredTag(summary); 214 Toolbox::LogMissingRequiredTag(summary);
215 } 215 }
216 else 216 else
217 { 217 {
218 LOG(ERROR) << "Exception while storing DICOM: " << e.What(); 218 LOG(ERROR) << "Exception while storing DICOM: " << e.What();
219 } 219 }