comparison Core/DicomNetworking/DicomUserConnection.h @ 3370:872bd3b6ec72

"/modalities/{id}/query": New argument "Normalize"
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 14 May 2019 10:30:43 +0200
parents 4e43e67f8ecf
children 05872838ebf3 94f4a18a79cc 763533d6dd67
comparison
equal deleted inserted replaced
3369:20b38a533254 3370:872bd3b6ec72
174 StoreFile(path, "", 0); // Not a C-Move 174 StoreFile(path, "", 0); // Not a C-Move
175 } 175 }
176 176
177 void Find(DicomFindAnswers& result, 177 void Find(DicomFindAnswers& result,
178 ResourceType level, 178 ResourceType level,
179 const DicomMap& fields); 179 const DicomMap& fields,
180 bool normalize); // Whether to normalize the DICOM query
180 181
181 void Move(const std::string& targetAet, 182 void Move(const std::string& targetAet,
182 ResourceType level, 183 ResourceType level,
183 const DicomMap& findResult); 184 const DicomMap& findResult);
184 185