comparison Plugins/Engine/OrthancPluginDatabase.cpp @ 1709:2ad22b2970a2 db-changes

SearchableStudies
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 13 Oct 2015 17:48:30 +0200
parents 0bbcfd9695e5
children 5ebd6cbb3da8
comparison
equal deleted inserted replaced
1708:275780da54ae 1709:2ad22b2970a2
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
872 void OrthancPluginDatabase::AnswerReceived(const _OrthancPluginDatabaseAnswer& answer) 880 void OrthancPluginDatabase::AnswerReceived(const _OrthancPluginDatabaseAnswer& answer)
873 { 881 {
874 if (answer.type == _OrthancPluginDatabaseAnswerType_None) 882 if (answer.type == _OrthancPluginDatabaseAnswerType_None)
875 { 883 {
876 throw OrthancException(ErrorCode_DatabasePlugin); 884 throw OrthancException(ErrorCode_DatabasePlugin);