diff OrthancServer/ServerIndex.h @ 190:b6cef9d45cc3

getallpublicids
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 13 Nov 2012 11:20:50 +0100
parents 8e673a65564d
children c56dc32266e0
line wrap: on
line diff
--- a/OrthancServer/ServerIndex.h	Mon Nov 12 18:03:48 2012 +0100
+++ b/OrthancServer/ServerIndex.h	Tue Nov 13 11:20:50 2012 +0100
@@ -163,7 +163,7 @@
                       const std::string& instanceUuid);
 
     void GetAllUuids(Json::Value& target,
-                     const std::string& tableName);
+                     ResourceType resourceType);
 
     bool DeletePatient(Json::Value& target,
                        const std::string& patientUuid)