comparison Framework/Plugins/IndexBackend.h @ 210:a0c095a4ba7d

all the integration tests pass on SQLite
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 22 Mar 2021 19:36:43 +0100
parents 13a3863df7fa
children c2e4a909de0e
comparison
equal deleted inserted replaced
209:13a3863df7fa 210:a0c095a4ba7d
342 const char* hashInstance) 342 const char* hashInstance)
343 { 343 {
344 throw Orthanc::OrthancException(Orthanc::ErrorCode_InternalError); 344 throw Orthanc::OrthancException(Orthanc::ErrorCode_InternalError);
345 } 345 }
346 #endif 346 #endif
347
348 // This function corresponds to
349 // "Orthanc::Compatibility::ICreateInstance::Apply()"
350 void CreateInstanceGeneric(OrthancPluginCreateInstanceResult& result,
351 const char* hashPatient,
352 const char* hashStudy,
353 const char* hashSeries,
354 const char* hashInstance);
347 }; 355 };
348 } 356 }