comparison Core/DicomFormat/DicomTag.h @ 1368:b22ba8c5edbe query-retrieve

query retrieve
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 26 May 2015 17:54:34 +0200
parents 38ce915cb455
children 7366a0bdda6a
comparison
equal deleted inserted replaced
1367:fe6e5a9f1ea2 1368:b22ba8c5edbe
82 82
83 std::string Format() const; 83 std::string Format() const;
84 84
85 friend std::ostream& operator<< (std::ostream& o, const DicomTag& tag); 85 friend std::ostream& operator<< (std::ostream& o, const DicomTag& tag);
86 86
87 static void GetTagsForModule(std::set<DicomTag>& target, 87 static void AddTagsForModule(std::set<DicomTag>& target,
88 DicomModule module); 88 DicomModule module);
89 89
90 bool IsIdentifier() const; 90 bool IsIdentifier() const;
91 }; 91 };
92 92