Mercurial > hg > orthanc
diff OrthancServer/ParsedDicomFile.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 | 09be34b2f30e |
children | 4aaaecae5803 |
line wrap: on
line diff
--- a/OrthancServer/ParsedDicomFile.cpp Wed Sep 30 14:04:53 2015 +0200 +++ b/OrthancServer/ParsedDicomFile.cpp Wed Sep 30 17:18:39 2015 +0200 @@ -1370,7 +1370,7 @@ { Json::Value tmp; FromDcmtkBridge::ToJson(tmp, *pimpl_->file_->getDataset()); - SimplifyTags(target, tmp); + Toolbox::SimplifyTags(target, tmp); } else {