Mercurial > hg > orthanc
comparison 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 |
comparison
equal
deleted
inserted
replaced
223:6f0e4a8ebb0f | 224:4eb0c7ce86c9 |
---|---|
75 const std::string& fileUuid, | 75 const std::string& fileUuid, |
76 uint64_t uncompressedFileSize, | 76 uint64_t uncompressedFileSize, |
77 const std::string& jsonUuid, | 77 const std::string& jsonUuid, |
78 const std::string& remoteAet); | 78 const std::string& remoteAet); |
79 | 79 |
80 StoreStatus Store(FileStorage& storage, | |
81 const char* dicomFile, | |
82 size_t dicomSize, | |
83 const DicomMap& dicomSummary, | |
84 const Json::Value& dicomJson, | |
85 const std::string& remoteAet); | |
86 | |
87 uint64_t GetTotalCompressedSize(); | 80 uint64_t GetTotalCompressedSize(); |
88 | 81 |
89 uint64_t GetTotalUncompressedSize(); | 82 uint64_t GetTotalUncompressedSize(); |
90 | 83 |
91 bool LookupResource(Json::Value& result, | 84 bool LookupResource(Json::Value& result, |