comparison 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
comparison
equal deleted inserted replaced
1856:36ab170733d6 1859:4e7c318a3f69
187 187
188 DicomInstanceHasher hasher(dicom.GetSummary()); 188 DicomInstanceHasher hasher(dicom.GetSummary());
189 resultPublicId = hasher.HashInstance(); 189 resultPublicId = hasher.HashInstance();
190 190
191 Json::Value simplifiedTags; 191 Json::Value simplifiedTags;
192 Toolbox::SimplifyTags(simplifiedTags, dicom.GetJson()); 192 Toolbox::SimplifyTags(simplifiedTags, dicom.GetJson(), DicomToJsonFormat_Simple);
193 193
194 // Test if the instance must be filtered out 194 // Test if the instance must be filtered out
195 bool accepted = true; 195 bool accepted = true;
196 196
197 { 197 {