diff OrthancServer/ServerToolbox.h @ 923:55b945749bed mac

mainline -> mac integration
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 25 Feb 2014 17:24:08 +0100
parents 309e686b41e7
children 6e7e5ed91c2d
line wrap: on
line diff
--- a/OrthancServer/ServerToolbox.h	Mon Feb 24 17:41:17 2014 +0100
+++ b/OrthancServer/ServerToolbox.h	Tue Feb 25 17:24:08 2014 +0100
@@ -32,10 +32,14 @@
 
 #pragma once
 
+#include "../Core/DicomFormat/DicomMap.h"
+
 #include <json/json.h>
 
 namespace Orthanc
 {
   void SimplifyTags(Json::Value& target,
                     const Json::Value& source);
+
+  void LogMissingRequiredTag(const DicomMap& summary);
 }