comparison OrthancFramework/Sources/DicomFormat/DicomTag.h @ 4063:e00f3d089991 framework

shared library of orthanc framework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 11 Jun 2020 16:40:34 +0200
parents d25f4c0fa160
children bf7b9edf6b81
comparison
equal deleted inserted replaced
4062:0953b3dc3261 4063:e00f3d089991
89 std::string Format() const; 89 std::string Format() const;
90 90
91 static bool ParseHexadecimal(DicomTag& tag, 91 static bool ParseHexadecimal(DicomTag& tag,
92 const char* value); 92 const char* value);
93 93
94 friend std::ostream& operator<< (std::ostream& o, const DicomTag& tag); 94 ORTHANC_PUBLIC friend std::ostream& operator<< (std::ostream& o, const DicomTag& tag);
95 95
96 static void AddTagsForModule(std::set<DicomTag>& target, 96 static void AddTagsForModule(std::set<DicomTag>& target,
97 DicomModule module); 97 DicomModule module);
98 }; 98 };
99 99