diff OrthancFramework/Sources/DicomFormat/DicomMap.h @ 5795:9990b4140c1c find-refactoring

fix unit tests
author Alain Mazy <am@orthanc.team>
date Wed, 18 Sep 2024 15:45:18 +0200
parents a3d283f61304
children
line wrap: on
line diff
--- a/OrthancFramework/Sources/DicomFormat/DicomMap.h	Wed Sep 18 14:55:06 2024 +0200
+++ b/OrthancFramework/Sources/DicomFormat/DicomMap.h	Wed Sep 18 15:45:18 2024 +0200
@@ -152,7 +152,7 @@
     // returns a string uniquely identifying the list of main dicom tags for a level
     static std::string GetMainDicomTagsSignature(ResourceType level);
 
-    static std::string GetDefaultMainDicomTagsSignature(ResourceType level);
+    static std::string GetDefaultMainDicomTagsSignatureFrom1_11(ResourceType level);
 
     static void GetAllMainDicomTags(std::set<DicomTag>& target);