Mercurial > hg > orthanc
diff OrthancServer/OrthancFindRequestHandler.cpp @ 2120:4b02ec79728a
refactoring
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 07 Nov 2016 11:19:19 +0100 |
parents | a657f7772e69 |
children | 2b1520efa282 |
line wrap: on
line diff
--- a/OrthancServer/OrthancFindRequestHandler.cpp Sun Nov 06 11:39:04 2016 +0100 +++ b/OrthancServer/OrthancFindRequestHandler.cpp Mon Nov 07 11:19:19 2016 +0100 @@ -401,7 +401,7 @@ for (Json::Value::ArrayIndex i = 0; i < source["Value"].size(); i++) { Json::Value item; - Toolbox::SimplifyTags(item, source["Value"][i], DicomToJsonFormat_Short); + ServerToolbox::SimplifyTags(item, source["Value"][i], DicomToJsonFormat_Short); content.append(item); }