comparison Core/DicomFormat/DicomTag.h @ 1276:6164f7200c43

refactoring modules
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 23 Jan 2015 14:42:33 +0100
parents 1ea4094d077c
children 7f3a65e84d4b
comparison
equal deleted inserted replaced
1275:4287285709d1 1276:6164f7200c43
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 GetTagsForModule(std::set<DicomTag>& target,
88 ResourceType module); 88 DicomModule module);
89 89
90 bool IsIdentifier() const; 90 bool IsIdentifier() const;
91 }; 91 };
92 92
93 // Aliases for the most useful tags 93 // Aliases for the most useful tags