comparison OrthancServer/DatabaseWrapper.h @ 268:4bc02e2254ec

preparing ServerIndex for recycling
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 07 Dec 2012 13:43:35 +0100
parents 2354560daf2f
children 4eea080e6e7a
comparison
equal deleted inserted replaced
266:a08dca15790e 268:4bc02e2254ec
179 void GetAllPublicIds(Json::Value& target, 179 void GetAllPublicIds(Json::Value& target,
180 ResourceType resourceType); 180 ResourceType resourceType);
181 181
182 bool SelectPatientToRecycle(int64_t& internalId); 182 bool SelectPatientToRecycle(int64_t& internalId);
183 183
184 bool SelectPatientToRecycle(int64_t& internalId,
185 int64_t patientIdToAvoid);
186
184 bool IsProtectedPatient(int64_t internalId); 187 bool IsProtectedPatient(int64_t internalId);
185 188
186 void SetProtectedPatient(int64_t internalId, 189 void SetProtectedPatient(int64_t internalId,
187 bool isProtected); 190 bool isProtected);
188 191