comparison Core/DicomFormat/DicomTag.h @ 1818:1065401501fb worklists

ParsedDicomFile::CreateFromJson
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 24 Nov 2015 16:48:23 +0100
parents 39c37a994b2f
children 5d8134e54c03
comparison
equal deleted inserted replaced
1817:9a6de24209cf 1818:1065401501fb
62 } 62 }
63 63
64 uint16_t GetElement() const 64 uint16_t GetElement() const
65 { 65 {
66 return element_; 66 return element_;
67 }
68
69 bool IsPrivate() const
70 {
71 return group_ % 2 == 1;
67 } 72 }
68 73
69 const char* GetMainTagsName() const; 74 const char* GetMainTagsName() const;
70 75
71 bool operator< (const DicomTag& other) const; 76 bool operator< (const DicomTag& other) const;