comparison Core/DicomFormat/DicomTag.h @ 35:f6d12037f886

full json vs. simplified json
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 30 Aug 2012 12:24:31 +0200
parents 3959d33612cc
children a15e90e5d6fc
comparison
equal deleted inserted replaced
34:96e57b863dd9 35:f6d12037f886
52 return element_; 52 return element_;
53 } 53 }
54 54
55 bool operator< (const DicomTag& other) const; 55 bool operator< (const DicomTag& other) const;
56 56
57 std::string Format() const;
58
57 friend std::ostream& operator<< (std::ostream& o, const DicomTag& tag); 59 friend std::ostream& operator<< (std::ostream& o, const DicomTag& tag);
58 60
59 // Alias for the most useful tags 61 // Alias for the most useful tags
60 static const DicomTag ACCESSION_NUMBER; 62 static const DicomTag ACCESSION_NUMBER;
61 static const DicomTag IMAGE_INDEX; 63 static const DicomTag IMAGE_INDEX;