diff OrthancFramework/Sources/DicomFormat/DicomMap.h @ 4933:312c6f4da888 more-tags

adding MainDicomTags signatures
author Alain Mazy <am@osimis.io>
date Wed, 09 Mar 2022 12:16:45 +0100
parents b7ce2bb6b881
children acd3f72e2a21
line wrap: on
line diff
--- a/OrthancFramework/Sources/DicomFormat/DicomMap.h	Wed Mar 09 11:17:08 2022 +0100
+++ b/OrthancFramework/Sources/DicomFormat/DicomMap.h	Wed Mar 09 12:16:45 2022 +0100
@@ -135,6 +135,11 @@
 
     static const std::set<DicomTag>& GetMainDicomTags(ResourceType level);
 
+    // returns a string uniquely identifying the list of main dicom tags for a level
+    static const std::string& GetMainDicomTagsSignature(ResourceType level);
+
+    static const std::string& GetDefaultMainDicomTagsSignature(ResourceType level);
+
     static const std::set<DicomTag>& GetAllMainDicomTags();
 
     // adds a main dicom tag to the definition of main dicom tags for each level.