comparison OrthancServer/Plugins/Engine/OrthancPlugins.h @ 4604:2c702cfae274 db-changes

New option "DatabaseServerIdentifier" to identify the server among a pool of Orthanc servers
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 30 Mar 2021 10:39:59 +0200
parents cc64385593ef
children d01702fb29a9
comparison
equal deleted inserted replaced
4603:c125bfd31023 4604:2c702cfae274
243 size_t size, 243 size_t size,
244 const std::set<DicomTransferSyntax>& allowedSyntaxes, 244 const std::set<DicomTransferSyntax>& allowedSyntaxes,
245 bool allowNewSopInstanceUid) ORTHANC_OVERRIDE; 245 bool allowNewSopInstanceUid) ORTHANC_OVERRIDE;
246 246
247 public: 247 public:
248 OrthancPlugins(); 248 explicit OrthancPlugins(const std::string& databaseServerIdentifier);
249 249
250 virtual ~OrthancPlugins(); 250 virtual ~OrthancPlugins();
251 251
252 void SetServerContext(ServerContext& context); 252 void SetServerContext(ServerContext& context);
253 253