Mercurial > hg > orthanc
comparison 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 |
comparison
equal
deleted
inserted
replaced
1667:9e875db36aef | 1668:de1413733c97 |
---|---|
1004 s = writer.write(instance.GetJson()); | 1004 s = writer.write(instance.GetJson()); |
1005 } | 1005 } |
1006 else | 1006 else |
1007 { | 1007 { |
1008 Json::Value simplified; | 1008 Json::Value simplified; |
1009 SimplifyTags(simplified, instance.GetJson()); | 1009 Toolbox::SimplifyTags(simplified, instance.GetJson()); |
1010 s = writer.write(simplified); | 1010 s = writer.write(simplified); |
1011 } | 1011 } |
1012 | 1012 |
1013 *p.resultStringToFree = CopyString(s); | 1013 *p.resultStringToFree = CopyString(s); |
1014 return; | 1014 return; |