comparison 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
comparison
equal deleted inserted replaced
1724:7b17090ed2ab 1725:c8d0ffb3047d
54 hasOrthancAdvancedPreview_(false), 54 hasOrthancAdvancedPreview_(false),
55 hasDicomWebRendered_(false) 55 hasDicomWebRendered_(false)
56 { 56 {
57 SetOrthancSource(); 57 SetOrthancSource();
58 } 58 }
59
60 // Makes a rough comparison to test whether these two sources match
61 bool IsSameSource(const DicomSource& other) const;
59 62
60 DicomSourceType GetType() const 63 DicomSourceType GetType() const
61 { 64 {
62 return type_; 65 return type_;
63 } 66 }