Mercurial > hg > orthanc
comparison Core/DicomFormat/DicomMap.h @ 1206:f5b0207967bc
Fix issue #19 (YBR_FULL are decoded incorrectly)
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 03 Nov 2014 15:19:02 +0100 |
parents | 2d0a347e8cfc |
children | e0f7014d39a4 |
comparison
equal
deleted
inserted
replaced
1205:bb1ad2fbf914 | 1206:f5b0207967bc |
---|---|
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 Print(FILE* fp) const; | |
163 }; | 165 }; |
164 } | 166 } |