comparison Plugins/Engine/OrthancPluginDatabase.cpp @ 1711:5ebd6cbb3da8 db-changes

Backed out changeset 2ad22b2970a2
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 16 Oct 2015 17:36:07 +0200
parents 2ad22b2970a2
children 4db9200c7f46
comparison
equal deleted inserted replaced
1709:2ad22b2970a2 1711:5ebd6cbb3da8
867 } 867 }
868 } 868 }
869 } 869 }
870 870
871 871
872 void OrthancPluginDatabase::StoreStudyModule(int64_t id,
873 const DicomMap& module)
874 {
875 // TODO
876 throw OrthancException(ErrorCode_NotImplemented);
877 }
878
879
880 void OrthancPluginDatabase::AnswerReceived(const _OrthancPluginDatabaseAnswer& answer) 872 void OrthancPluginDatabase::AnswerReceived(const _OrthancPluginDatabaseAnswer& answer)
881 { 873 {
882 if (answer.type == _OrthancPluginDatabaseAnswerType_None) 874 if (answer.type == _OrthancPluginDatabaseAnswerType_None)
883 { 875 {
884 throw OrthancException(ErrorCode_DatabasePlugin); 876 throw OrthancException(ErrorCode_DatabasePlugin);