comparison OrthancServer/OrthancRestApi/OrthancRestAnonymizeModify.cpp @ 3912:7610af1532c3 transcoding

prototyping automated transcoding of incoming DICOM files
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 08 May 2020 13:43:50 +0200
parents 1f71c2f20e16
children 6ddad3e0b569
comparison
equal deleted inserted replaced
3911:0ef7f4528be2 3912:7610af1532c3
278 throw OrthancException(ErrorCode_CannotStoreInstance); 278 throw OrthancException(ErrorCode_CannotStoreInstance);
279 } 279 }
280 280
281 if (sendAnswer) 281 if (sendAnswer)
282 { 282 {
283 OrthancRestApi::GetApi(call).AnswerStoredInstance(call, toStore, status); 283 OrthancRestApi::GetApi(call).AnswerStoredInstance(call, toStore, status, id);
284 } 284 }
285 } 285 }
286 286
287 287
288 static void CreateDicomV1(ParsedDicomFile& dicom, 288 static void CreateDicomV1(ParsedDicomFile& dicom,