comparison Plugins/Engine/OrthancPluginDatabase.cpp @ 3027:fd587cf51a89 db-changes

cont
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 18 Dec 2018 12:50:27 +0100
parents 039a9d262d64
children ea653ec47f31
comparison
equal deleted inserted replaced
3025:039a9d262d64 3027:fd587cf51a89
1160 return currentDiskSize_ > threshold; 1160 return currentDiskSize_ > threshold;
1161 } 1161 }
1162 } 1162 }
1163 1163
1164 1164
1165 void OrthancPluginDatabase::FindOneChildInstance(std::vector<std::string>& instancesId,
1166 const std::vector<std::string>& resourcesId,
1167 ResourceType level)
1168 {
1169 throw OrthancException(ErrorCode_NotImplemented);
1170 }
1171
1172
1173 void OrthancPluginDatabase::ApplyLookupPatients(std::vector<std::string>& patientsId, 1165 void OrthancPluginDatabase::ApplyLookupPatients(std::vector<std::string>& patientsId,
1166 std::vector<std::string>& instancesId,
1174 const DatabaseLookup& lookup, 1167 const DatabaseLookup& lookup,
1175 size_t limit) 1168 size_t limit)
1176 { 1169 {
1177 throw OrthancException(ErrorCode_NotImplemented); 1170 throw OrthancException(ErrorCode_NotImplemented);
1178 } 1171 }
1179 1172
1180 1173
1181 void OrthancPluginDatabase::ApplyLookupResources(std::vector<std::string>& patientsId, 1174 void OrthancPluginDatabase::ApplyLookupResources(std::vector<std::string>& patientsId,
1175 std::vector<std::string>& instancesId,
1182 const DatabaseLookup& lookup, 1176 const DatabaseLookup& lookup,
1183 ResourceType queryLevel, 1177 ResourceType queryLevel,
1184 size_t limit) 1178 size_t limit)
1185 { 1179 {
1186 throw OrthancException(ErrorCode_NotImplemented); 1180 throw OrthancException(ErrorCode_NotImplemented);