comparison OrthancServer/DatabaseWrapperBase.h @ 1727:1ae29c5e52fb db-changes

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 20 Oct 2015 14:50:10 +0200
parents 2b812969e136
children 4941494b5dd8
comparison
equal deleted inserted replaced
1725:a7c05bbfaf6a 1727:1ae29c5e52fb
189 bool isProtected); 189 bool isProtected);
190 190
191 bool IsExistingResource(int64_t internalId); 191 bool IsExistingResource(int64_t internalId);
192 192
193 void LookupIdentifier(std::list<int64_t>& target, 193 void LookupIdentifier(std::list<int64_t>& target,
194 ResourceType level,
194 const DicomTag& tag, 195 const DicomTag& tag,
195 const std::string& value); 196 const std::string& value);
196 }; 197 };
197 } 198 }
198 199