comparison OrthancServer/Internals/StoreScp.cpp @ 1333:732b6a4ed541

clang warning removal
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 30 Mar 2015 15:12:21 +0200
parents 6e7e5ed91c2d
children f967bdf8534e
comparison
equal deleted inserted replaced
1332:f2033e228864 1333:732b6a4ed541
180 rsp->DimseStatus = STATUS_STORE_Refused_OutOfResources; 180 rsp->DimseStatus = STATUS_STORE_Refused_OutOfResources;
181 } 181 }
182 182
183 // check the image to make sure it is consistent, i.e. that its sopClass and sopInstance correspond 183 // check the image to make sure it is consistent, i.e. that its sopClass and sopInstance correspond
184 // to those mentioned in the request. If not, set the status in the response message variable. 184 // to those mentioned in the request. If not, set the status in the response message variable.
185 if ((rsp->DimseStatus == STATUS_Success)) 185 if (rsp->DimseStatus == STATUS_Success)
186 { 186 {
187 // which SOP class and SOP instance ? 187 // which SOP class and SOP instance ?
188 if (!DU_findSOPClassAndInstanceInDataSet(*imageDataSet, sopClass, sopInstance, /*opt_correctUIDPadding*/ OFFalse)) 188 if (!DU_findSOPClassAndInstanceInDataSet(*imageDataSet, sopClass, sopInstance, /*opt_correctUIDPadding*/ OFFalse))
189 { 189 {
190 //LOG4CPP_ERROR(Internals::GetLogger(), "bad DICOM file: " << fileName); 190 //LOG4CPP_ERROR(Internals::GetLogger(), "bad DICOM file: " << fileName);