comparison OrthancServer/ServerIndex.h @ 193:a1b9d1e1497b

failed attempt to compile with linux standard base
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 13 Nov 2012 14:02:28 +0100
parents c56dc32266e0
children 530a25320461
comparison
equal deleted inserted replaced
192:c56dc32266e0 193:a1b9d1e1497b
119 const std::string& fileUuid, 119 const std::string& fileUuid,
120 uint64_t uncompressedFileSize, 120 uint64_t uncompressedFileSize,
121 const std::string& jsonUuid, 121 const std::string& jsonUuid,
122 const std::string& remoteAet); 122 const std::string& remoteAet);
123 123
124 bool GetJsonFile(std::string& fileUuid,
125 const std::string& instanceUuid);
126
127 bool GetDicomFile(std::string& fileUuid,
128 const std::string& instanceUuid);
129
130 public: 124 public:
131 ServerIndex(const std::string& storagePath); 125 ServerIndex(const std::string& storagePath);
132 126
133 StoreStatus Store(const DicomMap& dicomSummary, 127 StoreStatus Store(const DicomMap& dicomSummary,
134 const std::string& fileUuid, 128 const std::string& fileUuid,
161 155
162 bool GetPatient(Json::Value& result, 156 bool GetPatient(Json::Value& result,
163 const std::string& patientUuid); 157 const std::string& patientUuid);
164 158
165 bool GetFile(std::string& fileUuid, 159 bool GetFile(std::string& fileUuid,
160 CompressionType& compressionType,
166 const std::string& instanceUuid, 161 const std::string& instanceUuid,
167 const std::string& contentName); 162 const std::string& contentName);
168 163
169 void GetAllUuids(Json::Value& target, 164 void GetAllUuids(Json::Value& target,
170 ResourceType resourceType); 165 ResourceType resourceType);