diff OrthancServer/ServerIndex.h @ 1555:d6a93e12b1c1

Creation of DICOM files with encapsulated PDF
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 20 Aug 2015 15:18:13 +0200
parents 0586ed8897f1
children de1413733c97
line wrap: on
line diff
--- a/OrthancServer/ServerIndex.h	Thu Aug 20 11:56:42 2015 +0200
+++ b/OrthancServer/ServerIndex.h	Thu Aug 20 15:18:13 2015 +0200
@@ -264,5 +264,8 @@
     bool GetMainDicomTags(DicomMap& result,
                           const std::string& publicId,
                           ResourceType expectedType);
+
+    bool LookupResourceType(ResourceType& type,
+                            const std::string& publicId);
   };
 }