diff OrthancServer/Sources/OrthancConfiguration.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 8f9090b137f1
children 4beebbb3636e
line wrap: on
line diff
--- a/OrthancServer/Sources/OrthancConfiguration.h	Wed Mar 24 15:30:06 2021 +0100
+++ b/OrthancServer/Sources/OrthancConfiguration.h	Tue Mar 30 10:39:59 2021 +0200
@@ -251,6 +251,8 @@
 
     void GetAcceptedTransferSyntaxes(std::set<DicomTransferSyntax>& target) const;
 
+    std::string GetDatabaseServerIdentifier() const;
+
     static void DefaultExtractDicomSummary(DicomMap& target,
                                            const ParsedDicomFile& dicom);