comparison Core/DicomFormat/DicomTag.h @ 1162:1ea4094d077c db-changes

refactoring
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 17 Sep 2014 13:25:37 +0200
parents e53a7e30a137
children 6164f7200c43
comparison
equal deleted inserted replaced
1161:82cbf1480aac 1162:1ea4094d077c
84 84
85 friend std::ostream& operator<< (std::ostream& o, const DicomTag& tag); 85 friend std::ostream& operator<< (std::ostream& o, const DicomTag& tag);
86 86
87 static void GetTagsForModule(std::set<DicomTag>& target, 87 static void GetTagsForModule(std::set<DicomTag>& target,
88 ResourceType module); 88 ResourceType module);
89
90 bool IsIdentifier() const;
89 }; 91 };
90 92
91 // Aliases for the most useful tags 93 // Aliases for the most useful tags
92 static const DicomTag DICOM_TAG_ACCESSION_NUMBER(0x0008, 0x0050); 94 static const DicomTag DICOM_TAG_ACCESSION_NUMBER(0x0008, 0x0050);
93 static const DicomTag DICOM_TAG_SOP_INSTANCE_UID(0x0008, 0x0018); 95 static const DicomTag DICOM_TAG_SOP_INSTANCE_UID(0x0008, 0x0018);