comparison OrthancServer/Search/DatabaseConstraint.h @ 3055:71ac4f28176f db-changes

compatibility layer seems to be working
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 21 Dec 2018 13:36:30 +0100
parents ea653ec47f31
children 5ebd2ef5e7ae
comparison
equal deleted inserted replaced
3054:3638de45a08c 3055:71ac4f28176f
89 89
90 bool IsMandatory() const 90 bool IsMandatory() const
91 { 91 {
92 return mandatory_; 92 return mandatory_;
93 } 93 }
94
95 bool IsMatch(const DicomMap& dicom) const;
94 }; 96 };
95 } 97 }