diff OrthancServer/ServerIndex.h @ 3006:0e1755e5efd0

DicomMap::ExtractMainDicomTags()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 13 Dec 2018 12:37:10 +0100
parents 96089d1aba4d
children d207f6ac1f86 4e43e67f8ecf
line wrap: on
line diff
--- a/OrthancServer/ServerIndex.h	Wed Dec 12 15:42:33 2018 +0100
+++ b/OrthancServer/ServerIndex.h	Thu Dec 13 12:37:10 2018 +0100
@@ -275,6 +275,10 @@
                           ResourceType expectedType,
                           ResourceType levelOfInterest);
 
+    // Only applicable at the instance level
+    bool GetAllMainDicomTags(DicomMap& result,
+                             const std::string& instancePublicId);
+
     bool LookupResourceType(ResourceType& type,
                             const std::string& publicId);