diff OrthancServer/IDatabaseWrapper.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 c40fe92a68e7
children 4c5a85c3ff43
line wrap: on
line diff
--- a/OrthancServer/IDatabaseWrapper.h	Wed Sep 30 14:04:53 2015 +0200
+++ b/OrthancServer/IDatabaseWrapper.h	Wed Sep 30 17:18:39 2015 +0200
@@ -168,6 +168,8 @@
     virtual void SetGlobalProperty(GlobalProperty property,
                                    const std::string& value) = 0;
 
+    virtual void ClearMainDicomTags(int64_t id) = 0;
+
     virtual void SetMainDicomTag(int64_t id,
                                  const DicomTag& tag,
                                  const std::string& value) = 0;