diff OrthancServer/ServerEnumerations.h @ 1417:8e23f16a198d

fix issues 35 and 37
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 10 Jun 2015 15:17:02 +0200
parents 6e7e5ed91c2d
children 7366a0bdda6a
line wrap: on
line diff
--- a/OrthancServer/ServerEnumerations.h	Thu Jun 04 09:04:14 2015 +0200
+++ b/OrthancServer/ServerEnumerations.h	Wed Jun 10 15:17:02 2015 +0200
@@ -90,6 +90,15 @@
     TransferSyntax_Rle
   };
 
+  enum ValueRepresentation
+  {
+    ValueRepresentation_Other,
+    ValueRepresentation_PatientName,
+    ValueRepresentation_Date,
+    ValueRepresentation_DateTime,
+    ValueRepresentation_Time
+  };
+
 
   /**
    * WARNING: Do not change the explicit values in the enumerations