comparison Plugins/Engine/OrthancPluginDatabase.cpp @ 1762:2b91363cc1d1 db-changes

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 29 Oct 2015 11:25:45 +0100
parents 51db4a25a741
children b1291df2f780
comparison
equal deleted inserted replaced
1761:f4286d99ee0a 1762:2b91363cc1d1
615 IdentifierConstraintType type, 615 IdentifierConstraintType type,
616 const std::string& value) 616 const std::string& value)
617 { 617 {
618 if (extensions_.lookupIdentifier3 == NULL) 618 if (extensions_.lookupIdentifier3 == NULL)
619 { 619 {
620 LOG(ERROR) << "The database plugin does not implement the GetAllInternalIds primitive"; 620 LOG(ERROR) << "The database plugin does not implement the LookupIdentifier3 primitive";
621 throw OrthancException(ErrorCode_DatabasePlugin); 621 throw OrthancException(ErrorCode_DatabasePlugin);
622 } 622 }
623 623
624 OrthancPluginDicomTag tmp; 624 OrthancPluginDicomTag tmp;
625 tmp.group = tag.GetGroup(); 625 tmp.group = tag.GetGroup();