comparison Plugins/Engine/OrthancPluginDatabase.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
644 } 644 }
645 } 645 }
646 } 646 }
647 647
648 648
649 void OrthancPluginDatabase::LookupIdentifierWildcard(std::list<int64_t>& target, 649 void OrthancPluginDatabase::LookupIdentifier(const LookupIdentifierQuery& query)
650 const DicomTag& tag,
651 const std::string& value)
652 { 650 {
653 // TODO 651 // TODO
654 throw OrthancException(ErrorCode_NotImplemented); 652 throw OrthancException(ErrorCode_NotImplemented);
655 } 653 }
656 654