diff OrthancFramework/Sources/Enumerations.h @ 5426:c65e036d649b

StorageCache is now storing transcoded instances + added ?transcode=... option to the /file route.
author Alain Mazy <am@osimis.io>
date Thu, 16 Nov 2023 16:09:04 +0100
parents 3206537cbb56
children 7a20ee948676
line wrap: on
line diff
--- a/OrthancFramework/Sources/Enumerations.h	Wed Nov 15 08:58:45 2023 +0100
+++ b/OrthancFramework/Sources/Enumerations.h	Thu Nov 16 16:09:04 2023 +0100
@@ -935,6 +935,9 @@
                             const std::string& uid);
 
   ORTHANC_PUBLIC
+  DicomTransferSyntax GetTransferSyntax(const std::string& uid);
+
+  ORTHANC_PUBLIC
   const char* GetResourceTypeText(ResourceType type,
                                   bool isPlural,
                                   bool isUpperCase);