comparison OrthancServer/Search/LookupIdentifierQuery.h @ 1758:318c2e83c2bd db-changes

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 28 Oct 2015 12:53:45 +0100
parents 55d52567bebb
children 9ead18ef460a
comparison
equal deleted inserted replaced
1757:98abb8d7f905 1758:318c2e83c2bd
175 175
176 static void StoreIdentifiers(IDatabaseWrapper& database, 176 static void StoreIdentifiers(IDatabaseWrapper& database,
177 int64_t resource, 177 int64_t resource,
178 ResourceType level, 178 ResourceType level,
179 const DicomMap& map); 179 const DicomMap& map);
180
181 void Print(std::ostream& s) const;
180 }; 182 };
181 } 183 }