comparison CMakeLists.txt @ 1759:e268412adcf1 db-changes

removal of old implementation of search
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 28 Oct 2015 12:59:18 +0100
parents 99f4a05f39fa
children dbb07eb1a2f3
comparison
equal deleted inserted replaced
1758:318c2e83c2bd 1759:e268412adcf1
148 148
149 set(ORTHANC_SERVER_SOURCES 149 set(ORTHANC_SERVER_SOURCES
150 OrthancServer/DatabaseWrapper.cpp 150 OrthancServer/DatabaseWrapper.cpp
151 OrthancServer/DatabaseWrapperBase.cpp 151 OrthancServer/DatabaseWrapperBase.cpp
152 OrthancServer/DicomDirWriter.cpp 152 OrthancServer/DicomDirWriter.cpp
153 OrthancServer/DicomFindQuery.cpp
154 OrthancServer/DicomModification.cpp 153 OrthancServer/DicomModification.cpp
155 OrthancServer/DicomProtocol/DicomFindAnswers.cpp 154 OrthancServer/DicomProtocol/DicomFindAnswers.cpp
156 OrthancServer/DicomProtocol/DicomServer.cpp 155 OrthancServer/DicomProtocol/DicomServer.cpp
157 OrthancServer/DicomProtocol/DicomUserConnection.cpp 156 OrthancServer/DicomProtocol/DicomUserConnection.cpp
158 OrthancServer/DicomProtocol/RemoteModalityParameters.cpp 157 OrthancServer/DicomProtocol/RemoteModalityParameters.cpp
177 OrthancServer/OrthancRestApi/OrthancRestModalities.cpp 176 OrthancServer/OrthancRestApi/OrthancRestModalities.cpp
178 OrthancServer/OrthancRestApi/OrthancRestResources.cpp 177 OrthancServer/OrthancRestApi/OrthancRestResources.cpp
179 OrthancServer/OrthancRestApi/OrthancRestSystem.cpp 178 OrthancServer/OrthancRestApi/OrthancRestSystem.cpp
180 OrthancServer/ParsedDicomFile.cpp 179 OrthancServer/ParsedDicomFile.cpp
181 OrthancServer/QueryRetrieveHandler.cpp 180 OrthancServer/QueryRetrieveHandler.cpp
182 OrthancServer/ResourceFinder.cpp
183 OrthancServer/Search/LookupIdentifierQuery.cpp 181 OrthancServer/Search/LookupIdentifierQuery.cpp
184 OrthancServer/Search/LookupResource.cpp 182 OrthancServer/Search/LookupResource.cpp
185 OrthancServer/Search/SetOfResources.cpp 183 OrthancServer/Search/SetOfResources.cpp
186 OrthancServer/Search/ListConstraint.cpp 184 OrthancServer/Search/ListConstraint.cpp
187 OrthancServer/Search/RangeConstraint.cpp 185 OrthancServer/Search/RangeConstraint.cpp