Mercurial > hg > orthanc
comparison Plugins/Engine/OrthancPluginDatabase.cpp @ 3029:ea653ec47f31 db-changes
new class: DatabaseConstraint
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 18 Dec 2018 18:56:55 +0100 |
parents | fd587cf51a89 |
children | 18a2d196414b |
comparison
equal
deleted
inserted
replaced
3027:fd587cf51a89 | 3029:ea653ec47f31 |
---|---|
1162 } | 1162 } |
1163 | 1163 |
1164 | 1164 |
1165 void OrthancPluginDatabase::ApplyLookupPatients(std::vector<std::string>& patientsId, | 1165 void OrthancPluginDatabase::ApplyLookupPatients(std::vector<std::string>& patientsId, |
1166 std::vector<std::string>& instancesId, | 1166 std::vector<std::string>& instancesId, |
1167 const DatabaseLookup& lookup, | 1167 const std::vector<DatabaseConstraint>& lookup, |
1168 size_t limit) | 1168 size_t limit) |
1169 { | 1169 { |
1170 throw OrthancException(ErrorCode_NotImplemented); | 1170 throw OrthancException(ErrorCode_NotImplemented); |
1171 } | 1171 } |
1172 | 1172 |
1173 | 1173 |
1174 void OrthancPluginDatabase::ApplyLookupResources(std::vector<std::string>& patientsId, | 1174 void OrthancPluginDatabase::ApplyLookupResources(std::vector<std::string>& patientsId, |
1175 std::vector<std::string>& instancesId, | 1175 std::vector<std::string>& instancesId, |
1176 const DatabaseLookup& lookup, | 1176 const std::vector<DatabaseConstraint>& lookup, |
1177 ResourceType queryLevel, | 1177 ResourceType queryLevel, |
1178 size_t limit) | 1178 size_t limit) |
1179 { | 1179 { |
1180 throw OrthancException(ErrorCode_NotImplemented); | 1180 throw OrthancException(ErrorCode_NotImplemented); |
1181 } | 1181 } |