comparison OrthancServer/Sources/OrthancMoveRequestHandler.cpp @ 5432:59e3b6f8c5be

migration to UCLouvain servers
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 21 Nov 2023 18:16:31 +0100
parents 0ea402b4d901
children 48b8dae6dc77
comparison
equal deleted inserted replaced
5431:4be5f117aa0d 5432:59e3b6f8c5be
263 const std::string& content = value.GetContent(); 263 const std::string& content = value.GetContent();
264 264
265 /** 265 /**
266 * This tokenization fixes issue 154 ("Matching against list of 266 * This tokenization fixes issue 154 ("Matching against list of
267 * UID-s by C-MOVE"). 267 * UID-s by C-MOVE").
268 * https://bugs.orthanc-server.com/show_bug.cgi?id=154 268 * https://orthanc.uclouvain.be/bugs/show_bug.cgi?id=154
269 **/ 269 **/
270 270
271 std::vector<std::string> tokens; 271 std::vector<std::string> tokens;
272 Toolbox::TokenizeString(tokens, content, '\\'); 272 Toolbox::TokenizeString(tokens, content, '\\');
273 for (size_t i = 0; i < tokens.size(); i++) 273 for (size_t i = 0; i < tokens.size(); i++)