diff OrthancServer/ServerIndex.h @ 198:663cc6c46d0a

before refactoring of ServerIndex::GetXXX
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 27 Nov 2012 15:49:42 +0100
parents 530a25320461
children dfa2899d9960
line wrap: on
line diff
--- a/OrthancServer/ServerIndex.h	Tue Nov 27 14:59:55 2012 +0100
+++ b/OrthancServer/ServerIndex.h	Tue Nov 27 15:49:42 2012 +0100
@@ -111,6 +111,9 @@
     void MainDicomTagsToJson(Json::Value& target,
                              const std::string& uuid);
 
+    void MainDicomTagsToJson2(Json::Value& result,
+                              int64_t resourceId);
+
     bool DeleteInternal(Json::Value& target,
                         const std::string& uuid,
                         const std::string& tableName);
@@ -121,6 +124,9 @@
                        const std::string& jsonUuid,
                        const std::string& remoteAet);
 
+    bool LookupResource(Json::Value& result,
+                        const std::string& publicId);
+
   public:
     ServerIndex(const std::string& storagePath);