diff OrthancFramework/Sources/Enumerations.h @ 4516:671ee7c1fd46

added DicomToJsonFlags_SkipGroupLengths
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 16 Feb 2021 15:01:13 +0100
parents 5b929e6b3c36
children 350a22c094f2
line wrap: on
line diff
--- a/OrthancFramework/Sources/Enumerations.h	Tue Feb 16 14:42:04 2021 +0100
+++ b/OrthancFramework/Sources/Enumerations.h	Tue Feb 16 15:01:13 2021 +0100
@@ -581,6 +581,7 @@
     DicomToJsonFlags_ConvertBinaryToAscii  = (1 << 4),
     DicomToJsonFlags_ConvertBinaryToNull   = (1 << 5),
     DicomToJsonFlags_StopAfterPixelData    = (1 << 6),  // New in Orthanc 1.9.1
+    DicomToJsonFlags_SkipGroupLengths      = (1 << 7),  // New in Orthanc 1.9.1
 
     // Some predefined combinations
     DicomToJsonFlags_None     = 0,