diff OrthancServer/Sources/ServerIndex.h @ 4507:b4c58795f3a8

widening the use of DicomTransferSyntax enum
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 11 Feb 2021 09:33:48 +0100
parents ac69c9f76c71
children 5b929e6b3c36
line wrap: on
line diff
--- a/OrthancServer/Sources/ServerIndex.h	Wed Feb 10 17:01:44 2021 +0100
+++ b/OrthancServer/Sources/ServerIndex.h	Thu Feb 11 09:33:48 2021 +0100
@@ -145,7 +145,7 @@
                       const DicomInstanceOrigin& origin,
                       bool overwrite,
                       bool hasTransferSyntax,
-                      const std::string& transferSyntax,
+                      DicomTransferSyntax transferSyntax,
                       bool hasPixelDataOffset,
                       uint64_t pixelDataOffset);