diff UnitTestsSources/DicomMapTests.cpp @ 1368:b22ba8c5edbe query-retrieve

query retrieve
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 26 May 2015 17:54:34 +0200
parents 0649c5aef34a
children 9f66a12eb8fc
line wrap: on
line diff
--- a/UnitTestsSources/DicomMapTests.cpp	Fri May 22 17:40:10 2015 +0200
+++ b/UnitTestsSources/DicomMapTests.cpp	Tue May 26 17:54:34 2015 +0200
@@ -153,7 +153,7 @@
                        DicomModule module)
 {
   std::set<DicomTag> moduleTags, main;
-  DicomTag::GetTagsForModule(moduleTags, module);
+  DicomTag::AddTagsForModule(moduleTags, module);
   DicomMap::GetMainDicomTags(main, level);
   
   // The main dicom tags are a subset of the module