comparison OrthancServer/Sources/Search/DatabaseConstraint.cpp @ 5568:b0b5546f1b9f find-refactoring

find refactor: re-use existing code. /studies?expand is almost fully implemented with new code
author Alain Mazy <am@orthanc.team>
date Thu, 25 Apr 2024 09:22:07 +0200
parents 48b8dae6dc77
children 3f13db27b399
comparison
equal deleted inserted replaced
5567:f3562c1a150d 5568:b0b5546f1b9f
150 bool isIdentifier, 150 bool isIdentifier,
151 ConstraintType type, 151 ConstraintType type,
152 const std::vector<std::string>& values, 152 const std::vector<std::string>& values,
153 bool caseSensitive, 153 bool caseSensitive,
154 bool mandatory) : 154 bool mandatory) :
155 keyType_(DatabaseConstraint::KeyType_DicomTag),
155 level_(level), 156 level_(level),
156 tag_(tag), 157 tag_(tag),
157 isIdentifier_(isIdentifier), 158 isIdentifier_(isIdentifier),
158 constraintType_(type), 159 constraintType_(type),
159 values_(values), 160 values_(values),