comparison OrthancFramework/Sources/DicomFormat/DicomArray.h @ 4940:304514ce84ee more-tags

tools/find + C-Find + list-resources now all using the same code (ExpandResource) to build 'computed tags'
author Alain Mazy <am@osimis.io>
date Tue, 15 Mar 2022 15:57:21 +0100
parents 43e613a7756b
children 0ea402b4d901
comparison
equal deleted inserted replaced
4939:e8a2e145c80e 4940:304514ce84ee
44 44
45 size_t GetSize() const; 45 size_t GetSize() const;
46 46
47 const DicomElement& GetElement(size_t i) const; 47 const DicomElement& GetElement(size_t i) const;
48 48
49 void GetTags(std::set<DicomTag>& tags) const;
50
49 void Print(FILE* fp) const; // For debugging only 51 void Print(FILE* fp) const; // For debugging only
50 }; 52 };
51 } 53 }