diff OrthancStone/Sources/Loaders/DicomSource.h @ 1725:c8d0ffb3047d

DicomSource::IsSameSource()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 01 Dec 2020 17:43:31 +0100
parents 8563ea5d8ae4
children 9ac2a65d4172
line wrap: on
line diff
--- a/OrthancStone/Sources/Loaders/DicomSource.h	Tue Dec 01 17:07:32 2020 +0100
+++ b/OrthancStone/Sources/Loaders/DicomSource.h	Tue Dec 01 17:43:31 2020 +0100
@@ -57,6 +57,9 @@
       SetOrthancSource();
     }
 
+    // Makes a rough comparison to test whether these two sources match
+    bool IsSameSource(const DicomSource& other) const;
+
     DicomSourceType GetType() const
     {
       return type_;