diff OrthancServer/OrthancMoveRequestHandler.h @ 1721:3bcb01028107 db-changes

removed another flavor of ServerIndex::LookupIdentifier
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 20 Oct 2015 10:39:21 +0200
parents 3309878b3e16
children 4f01c9d73f02
line wrap: on
line diff
--- a/OrthancServer/OrthancMoveRequestHandler.h	Tue Oct 20 10:24:10 2015 +0200
+++ b/OrthancServer/OrthancMoveRequestHandler.h	Tue Oct 20 10:39:21 2015 +0200
@@ -42,7 +42,7 @@
     ServerContext& context_;
 
     bool LookupIdentifier(std::string& publicId,
-                          DicomTag tag,
+                          ResourceType level,
                           const DicomMap& input);
 
   public: