comparison Plugins/Engine/OrthancPluginDatabase.cpp @ 1729:54d78925cbb6 db-changes

notes
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 20 Oct 2015 17:39:58 +0200
parents 4941494b5dd8
children 38dda23c7d7d
comparison
equal deleted inserted replaced
1728:4941494b5dd8 1729:54d78925cbb6
644 } 644 }
645 } 645 }
646 } 646 }
647 647
648 648
649 void OrthancPluginDatabase::LookupIdentifierWildcard(std::list<int64_t>& target,
650 const DicomTag& tag,
651 const std::string& value)
652 {
653 // TODO
654 throw OrthancException(ErrorCode_NotImplemented);
655 }
656
657
649 bool OrthancPluginDatabase::LookupMetadata(std::string& target, 658 bool OrthancPluginDatabase::LookupMetadata(std::string& target,
650 int64_t id, 659 int64_t id,
651 MetadataType type) 660 MetadataType type)
652 { 661 {
653 ResetAnswers(); 662 ResetAnswers();