diff OrthancServer/ServerEnumerations.h @ 1818:1065401501fb worklists

ParsedDicomFile::CreateFromJson
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 24 Nov 2015 16:48:23 +0100
parents bdfae6e17d23
children 0ef4e6e66b56
line wrap: on
line diff
--- a/OrthancServer/ServerEnumerations.h	Tue Nov 24 13:45:55 2015 +0100
+++ b/OrthancServer/ServerEnumerations.h	Tue Nov 24 16:48:23 2015 +0100
@@ -127,6 +127,12 @@
                                  DicomToJsonFlags_ConvertBinaryToNull)
   };
 
+  enum DicomFromJsonFlags
+  {
+    DicomFromJsonFlags_DecodeDataUriScheme = (1 << 0),
+    DicomFromJsonFlags_GenerateIdentifiers = (1 << 1)
+  };
+
   enum IdentifierConstraintType
   {
     IdentifierConstraintType_Equal,