diff OrthancServer/ServerToolbox.h @ 730:309e686b41e7

better logging about nonexistent tags
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 25 Feb 2014 14:51:19 +0100
parents 2d0a347e8cfc
children 6e7e5ed91c2d
line wrap: on
line diff
--- a/OrthancServer/ServerToolbox.h	Mon Feb 24 13:50:40 2014 +0100
+++ b/OrthancServer/ServerToolbox.h	Tue Feb 25 14:51:19 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);
 }