Mercurial > hg > orthanc
diff OrthancFramework/Sources/DicomFormat/DicomMap.h @ 5176:6d8647122ef3
cont
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 24 Mar 2023 19:10:00 +0100 |
parents | 48005e522bd6 |
children | 0ea402b4d901 |
line wrap: on
line diff
--- a/OrthancFramework/Sources/DicomFormat/DicomMap.h Fri Mar 24 19:00:33 2023 +0100 +++ b/OrthancFramework/Sources/DicomFormat/DicomMap.h Fri Mar 24 19:10:00 2023 +0100 @@ -158,11 +158,11 @@ ResourceType level); // returns a string uniquely identifying the list of main dicom tags for a level - static const std::string& GetMainDicomTagsSignature(ResourceType level); + static std::string GetMainDicomTagsSignature(ResourceType level); - static const std::string& GetDefaultMainDicomTagsSignature(ResourceType level); + static std::string GetDefaultMainDicomTagsSignature(ResourceType level); - static const std::set<DicomTag>& GetAllMainDicomTags(); + static void GetAllMainDicomTags(std::set<DicomTag>& target); // adds a main dicom tag to the definition of main dicom tags for each level. // this should be done once at startup before you use MainDicomTags methods