diff Core/DicomFormat/DicomMap.h @ 3650:e5811a9f8df0

removing DicomMap::LoadMainDicomTags()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 05 Feb 2020 11:52:10 +0100
parents 94f4a18a79cc
children 46cb00e4adbb
line wrap: on
line diff
--- a/Core/DicomFormat/DicomMap.h	Tue Feb 04 08:32:38 2020 +0100
+++ b/Core/DicomFormat/DicomMap.h	Wed Feb 05 11:52:10 2020 +0100
@@ -188,10 +188,6 @@
 
     void GetTags(std::set<DicomTag>& tags) const;
 
-    static void LoadMainDicomTags(const DicomTag*& tags,
-                                  size_t& size,
-                                  ResourceType level);
-
     static bool ParseDicomMetaInformation(DicomMap& result,
                                           const char* dicom,
                                           size_t size);
@@ -240,6 +236,12 @@
 
     void RemoveBinaryTags();
 
+    void DumpMainDicomTags(Json::Value& target,
+                           ResourceType level) const;
+
+    void ParseMainDicomTags(Json::Value& target,
+                            ResourceType level);
+
     void Print(FILE* fp) const;  // For debugging only
   };
 }