Mercurial > hg > orthanc
comparison UnitTestsSources/ServerIndexTests.cpp @ 3001:7695a9c81099
refactoring /tools/find using LookupResource::IVisitor
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 11 Dec 2018 18:36:38 +0100 |
parents | dc18d5804746 |
children | 517fc4767ae0 4e43e67f8ecf |
comparison
equal
deleted
inserted
replaced
2998:0a52af0c66e7 | 3001:7695a9c81099 |
---|---|
36 | 36 |
37 #include "../Core/FileStorage/FilesystemStorage.h" | 37 #include "../Core/FileStorage/FilesystemStorage.h" |
38 #include "../Core/FileStorage/MemoryStorageArea.h" | 38 #include "../Core/FileStorage/MemoryStorageArea.h" |
39 #include "../Core/Logging.h" | 39 #include "../Core/Logging.h" |
40 #include "../OrthancServer/DatabaseWrapper.h" | 40 #include "../OrthancServer/DatabaseWrapper.h" |
41 #include "../OrthancServer/Search/LookupIdentifierQuery.h" | |
41 #include "../OrthancServer/ServerContext.h" | 42 #include "../OrthancServer/ServerContext.h" |
42 #include "../OrthancServer/ServerIndex.h" | 43 #include "../OrthancServer/ServerIndex.h" |
43 #include "../OrthancServer/Search/LookupIdentifierQuery.h" | 44 #include "../OrthancServer/ServerToolbox.h" |
44 | 45 |
45 #include <ctype.h> | 46 #include <ctype.h> |
46 #include <algorithm> | 47 #include <algorithm> |
47 | 48 |
48 using namespace Orthanc; | 49 using namespace Orthanc; |