diff OrthancServer/DatabaseWrapper.h @ 1668:de1413733c97 db-changes

reconstructing main dicom tags
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 30 Sep 2015 17:18:39 +0200
parents 0c58f189782d
children 16955f8fec4d
line wrap: on
line diff
--- a/OrthancServer/DatabaseWrapper.h	Wed Sep 30 14:04:53 2015 +0200
+++ b/OrthancServer/DatabaseWrapper.h	Wed Sep 30 17:18:39 2015 +0200
@@ -71,8 +71,6 @@
 
     void ClearTable(const std::string& tableName);
 
-    void ExecuteUpgrade5To6(IStorageArea& storageArea);
-
   public:
     DatabaseWrapper(const std::string& path);
 
@@ -132,6 +130,8 @@
                                   int64_t id,
                                   FileContentType contentType);
 
+    virtual void ClearMainDicomTags(int64_t id);
+
     virtual void SetMainDicomTag(int64_t id,
                                  const DicomTag& tag,
                                  const std::string& value);