Mercurial > hg > orthanc
comparison Core/DicomFormat/DicomMap.h @ 681:3bdb5db8e839 query-retrieve
generalization of query/retrieve
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 24 Jan 2014 17:40:45 +0100 |
parents | c2be0a0e049e |
children | 67e6400fca03 |
comparison
equal
deleted
inserted
replaced
679:28e4b3ec8aff | 681:3bdb5db8e839 |
---|---|
158 static bool IsMainDicomTag(const DicomTag& tag); | 158 static bool IsMainDicomTag(const DicomTag& tag); |
159 | 159 |
160 static void GetMainDicomTags(std::set<DicomTag>& result, ResourceType level); | 160 static void GetMainDicomTags(std::set<DicomTag>& result, ResourceType level); |
161 | 161 |
162 static void GetMainDicomTags(std::set<DicomTag>& result); | 162 static void GetMainDicomTags(std::set<DicomTag>& result); |
163 | |
164 void ExtractMainDicomTagsForLevel(DicomMap& result, | |
165 ResourceType level) const; | |
163 }; | 166 }; |
164 } | 167 } |