Mercurial > hg > orthanc
diff OrthancServer/ServerIndex.h @ 224:4eb0c7ce86c9
refactoring for store
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 29 Nov 2012 22:22:00 +0100 |
parents | bb8c260c0092 |
children | 8a26a8e85edf |
line wrap: on
line diff
--- a/OrthancServer/ServerIndex.h Thu Nov 29 18:07:50 2012 +0100 +++ b/OrthancServer/ServerIndex.h Thu Nov 29 22:22:00 2012 +0100 @@ -77,13 +77,6 @@ const std::string& jsonUuid, const std::string& remoteAet); - StoreStatus Store(FileStorage& storage, - const char* dicomFile, - size_t dicomSize, - const DicomMap& dicomSummary, - const Json::Value& dicomJson, - const std::string& remoteAet); - uint64_t GetTotalCompressedSize(); uint64_t GetTotalUncompressedSize();