diff OrthancFramework/Sources/DicomParsing/ParsedDicomFile.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 d9473bd5ed43
children 7182f5732480
line wrap: on
line diff
--- a/OrthancFramework/Sources/DicomParsing/ParsedDicomFile.h	Wed Feb 10 17:01:44 2021 +0100
+++ b/OrthancFramework/Sources/DicomParsing/ParsedDicomFile.h	Thu Feb 11 09:33:48 2021 +0100
@@ -111,6 +111,7 @@
     void Apply(ITagVisitor& visitor);
     ParsedDicomFile* Clone(bool keepSopInstanceUid);
     bool LookupTransferSyntax(std::string& result);
+    bool LookupTransferSyntax(std::string& result) const;
     bool GetTagValue(std::string& value,
                      const DicomTag& tag);
 #endif
@@ -264,7 +265,7 @@
                              unsigned int maxTagLength,
                              const std::set<DicomTag>& ignoreTagLength) const;
 
-    bool LookupTransferSyntax(std::string& result) const;
+    bool LookupTransferSyntax(DicomTransferSyntax& result) const;
 
     bool LookupPhotometricInterpretation(PhotometricInterpretation& result) const;