Mercurial > hg > orthanc
diff OrthancServer/ServerToolbox.h @ 1859:4e7c318a3f69
C-FIND SCP will return tags with sequence value representation
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 02 Dec 2015 11:22:05 +0100 |
parents | 38dda23c7d7d |
children | b1291df2f780 |
line wrap: on
line diff
--- a/OrthancServer/ServerToolbox.h Tue Dec 01 16:57:03 2015 +0100 +++ b/OrthancServer/ServerToolbox.h Wed Dec 02 11:22:05 2015 +0100 @@ -42,7 +42,8 @@ namespace Toolbox { void SimplifyTags(Json::Value& target, - const Json::Value& source); + const Json::Value& source, + DicomToJsonFormat format); void LogMissingRequiredTag(const DicomMap& summary);