comparison OrthancServer/OrthancRestApi/OrthancRestResources.cpp @ 1368:b22ba8c5edbe query-retrieve

query retrieve
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 26 May 2015 17:54:34 +0200
parents 94ffb597d297
children 5c11c4e728eb
comparison
equal deleted inserted replaced
1367:fe6e5a9f1ea2 1368:b22ba8c5edbe
763 std::string publicId = call.GetUriComponent("id", ""); 763 std::string publicId = call.GetUriComponent("id", "");
764 bool simplify = call.HasArgument("simplify"); 764 bool simplify = call.HasArgument("simplify");
765 765
766 typedef std::set<DicomTag> ModuleTags; 766 typedef std::set<DicomTag> ModuleTags;
767 ModuleTags moduleTags; 767 ModuleTags moduleTags;
768 DicomTag::GetTagsForModule(moduleTags, module); 768 DicomTag::AddTagsForModule(moduleTags, module);
769 769
770 Json::Value tags; 770 Json::Value tags;
771 771
772 if (resourceType != ResourceType_Instance) 772 if (resourceType != ResourceType_Instance)
773 { 773 {