comparison 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
comparison
equal deleted inserted replaced
197:530a25320461 198:663cc6c46d0a
109 const std::string& uuid); 109 const std::string& uuid);
110 110
111 void MainDicomTagsToJson(Json::Value& target, 111 void MainDicomTagsToJson(Json::Value& target,
112 const std::string& uuid); 112 const std::string& uuid);
113 113
114 void MainDicomTagsToJson2(Json::Value& result,
115 int64_t resourceId);
116
114 bool DeleteInternal(Json::Value& target, 117 bool DeleteInternal(Json::Value& target,
115 const std::string& uuid, 118 const std::string& uuid,
116 const std::string& tableName); 119 const std::string& tableName);
117 120
118 StoreStatus Store2(const DicomMap& dicomSummary, 121 StoreStatus Store2(const DicomMap& dicomSummary,
119 const std::string& fileUuid, 122 const std::string& fileUuid,
120 uint64_t uncompressedFileSize, 123 uint64_t uncompressedFileSize,
121 const std::string& jsonUuid, 124 const std::string& jsonUuid,
122 const std::string& remoteAet); 125 const std::string& remoteAet);
126
127 bool LookupResource(Json::Value& result,
128 const std::string& publicId);
123 129
124 public: 130 public:
125 ServerIndex(const std::string& storagePath); 131 ServerIndex(const std::string& storagePath);
126 132
127 StoreStatus Store(const DicomMap& dicomSummary, 133 StoreStatus Store(const DicomMap& dicomSummary,