diff OrthancServer/ServerIndex.h @ 3036:8fd203510d8b db-changes

moving LookupIdentifierQuery to the graveyard
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 19 Dec 2018 16:27:07 +0100
parents 54e422fe31ce
children ce272138f15e
line wrap: on
line diff
--- a/OrthancServer/ServerIndex.h	Wed Dec 19 14:20:11 2018 +0100
+++ b/OrthancServer/ServerIndex.h	Wed Dec 19 16:27:07 2018 +0100
@@ -44,7 +44,6 @@
 
 namespace Orthanc
 {
-  class LookupResource;
   class ServerContext;
   class DicomInstanceToStore;
   class ParsedDicomFile;
@@ -296,7 +295,7 @@
     void ReconstructInstance(ParsedDicomFile& dicom);
 
     void ApplyLookupResources(std::vector<std::string>& resourcesId,
-                              std::vector<std::string>& instancesId,
+                              std::vector<std::string>* instancesId,  // Can be NULL if not needed
                               const DatabaseLookup& lookup,
                               ResourceType queryLevel,
                               size_t limit);