diff OrthancServer/OrthancMoveRequestHandler.cpp @ 2124:2b1520efa282

cleaning up
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 07 Nov 2016 12:11:34 +0100
parents a657f7772e69
children 21713ce8717b
line wrap: on
line diff
--- a/OrthancServer/OrthancMoveRequestHandler.cpp	Mon Nov 07 11:51:40 2016 +0100
+++ b/OrthancServer/OrthancMoveRequestHandler.cpp	Mon Nov 07 12:11:34 2016 +0100
@@ -93,7 +93,7 @@
         const std::string& id = instances_[position_++];
 
         std::string dicom;
-        context_.ReadFile(dicom, id, FileContentType_Dicom);
+        context_.ReadDicom(dicom, id);
 
         {
           ReusableDicomUserConnection::Locker locker