Mercurial > hg > orthanc
comparison OrthancServer/DatabaseWrapperBase.cpp @ 1745:38dda23c7d7d db-changes
LookupIdentifierQuery
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 26 Oct 2015 13:47:50 +0100 |
parents | 54d78925cbb6 |
children | d143db00a794 |
comparison
equal
deleted
inserted
replaced
1744:b3de74dec2d5 | 1745:38dda23c7d7d |
---|---|
692 target.push_back(s.ColumnInt64(0)); | 692 target.push_back(s.ColumnInt64(0)); |
693 } | 693 } |
694 } | 694 } |
695 | 695 |
696 | 696 |
697 void DatabaseWrapperBase::LookupIdentifierWildcard(std::list<int64_t>& target, | 697 |
698 const DicomTag& tag, | 698 void DatabaseWrapperBase::LookupIdentifier(const LookupIdentifierQuery& query) |
699 const std::string& value) | |
700 { | 699 { |
701 // TODO | 700 // TODO |
702 throw OrthancException(ErrorCode_NotImplemented); | 701 throw OrthancException(ErrorCode_NotImplemented); |
703 } | 702 } |
704 } | 703 } |