comparison OrthancServer/ServerIndex.h @ 197:530a25320461

removal of text as ids in sqlite db
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 27 Nov 2012 14:59:55 +0100
parents a1b9d1e1497b
children 663cc6c46d0a
comparison
equal deleted inserted replaced
196:6d0225a26fd8 197:530a25320461
157 const std::string& patientUuid); 157 const std::string& patientUuid);
158 158
159 bool GetFile(std::string& fileUuid, 159 bool GetFile(std::string& fileUuid,
160 CompressionType& compressionType, 160 CompressionType& compressionType,
161 const std::string& instanceUuid, 161 const std::string& instanceUuid,
162 const std::string& contentName); 162 AttachedFileType contentType);
163 163
164 void GetAllUuids(Json::Value& target, 164 void GetAllUuids(Json::Value& target,
165 ResourceType resourceType); 165 ResourceType resourceType);
166 166
167 bool DeletePatient(Json::Value& target, 167 bool DeletePatient(Json::Value& target,