comparison Core/DicomFormat/DicomTag.h @ 2662:47d812308d63 jobs

serialization of DicomModification
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 07 Jun 2018 17:47:41 +0200
parents 6db878376018
children 83133583183d
comparison
equal deleted inserted replaced
2660:27b7884512be 2662:47d812308d63
86 return !(*this == other); 86 return !(*this == other);
87 } 87 }
88 88
89 std::string Format() const; 89 std::string Format() const;
90 90
91 static bool ParseHexadecimal(DicomTag& tag,
92 const char* value);
93
91 friend std::ostream& operator<< (std::ostream& o, const DicomTag& tag); 94 friend std::ostream& operator<< (std::ostream& o, const DicomTag& tag);
92 95
93 static void AddTagsForModule(std::set<DicomTag>& target, 96 static void AddTagsForModule(std::set<DicomTag>& target,
94 DicomModule module); 97 DicomModule module);
95 }; 98 };