comparison OrthancServer/IDatabaseWrapper.h @ 1294:910478b2d4e4

refactoring
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 06 Feb 2015 13:48:05 +0100
parents 6e7e5ed91c2d
children 5d56cfa49f68
comparison
equal deleted inserted replaced
1293:21779cebbb96 1294:910478b2d4e4
147 MetadataType type) = 0; 147 MetadataType type) = 0;
148 148
149 virtual bool LookupParent(int64_t& parentId, 149 virtual bool LookupParent(int64_t& parentId,
150 int64_t resourceId) = 0; 150 int64_t resourceId) = 0;
151 151
152 virtual bool LookupResource(const std::string& publicId, 152 virtual bool LookupResource(int64_t& id,
153 int64_t& id, 153 ResourceType& type,
154 ResourceType& type) = 0; 154 const std::string& publicId) = 0;
155 155
156 virtual bool SelectPatientToRecycle(int64_t& internalId) = 0; 156 virtual bool SelectPatientToRecycle(int64_t& internalId) = 0;
157 157
158 virtual bool SelectPatientToRecycle(int64_t& internalId, 158 virtual bool SelectPatientToRecycle(int64_t& internalId,
159 int64_t patientIdToAvoid) = 0; 159 int64_t patientIdToAvoid) = 0;