Mercurial > hg > orthanc
diff OrthancServer/ServerContext.cpp @ 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 | 9ed9458aa44f |
children | c7d70f659190 |
line wrap: on
line diff
--- a/OrthancServer/ServerContext.cpp Tue Dec 01 16:57:03 2015 +0100 +++ b/OrthancServer/ServerContext.cpp Wed Dec 02 11:22:05 2015 +0100 @@ -189,7 +189,7 @@ resultPublicId = hasher.HashInstance(); Json::Value simplifiedTags; - Toolbox::SimplifyTags(simplifiedTags, dicom.GetJson()); + Toolbox::SimplifyTags(simplifiedTags, dicom.GetJson(), DicomToJsonFormat_Simple); // Test if the instance must be filtered out bool accepted = true;