Mercurial > hg > orthanc
diff Plugins/Engine/OrthancPlugins.cpp @ 1668:de1413733c97 db-changes
reconstructing main dicom tags
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 30 Sep 2015 17:18:39 +0200 |
parents | 5360cdba70d8 |
children | a412ad57f0f9 |
line wrap: on
line diff
--- a/Plugins/Engine/OrthancPlugins.cpp Wed Sep 30 14:04:53 2015 +0200 +++ b/Plugins/Engine/OrthancPlugins.cpp Wed Sep 30 17:18:39 2015 +0200 @@ -1006,7 +1006,7 @@ else { Json::Value simplified; - SimplifyTags(simplified, instance.GetJson()); + Toolbox::SimplifyTags(simplified, instance.GetJson()); s = writer.write(simplified); }