diff OrthancServer/ServerEnumerations.h @ 2006:6301bbcbcaed

more generic support of value representations
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 09 Jun 2016 14:48:40 +0200
parents b1291df2f780
children c4b3259c8bce
line wrap: on
line diff
--- a/OrthancServer/ServerEnumerations.h	Wed Jun 08 12:36:21 2016 +0200
+++ b/OrthancServer/ServerEnumerations.h	Thu Jun 09 14:48:40 2016 +0200
@@ -95,16 +95,6 @@
     TransferSyntax_Rle
   };
 
-  enum ValueRepresentation
-  {
-    ValueRepresentation_Other,
-    ValueRepresentation_PatientName,
-    ValueRepresentation_Date,
-    ValueRepresentation_DateTime,
-    ValueRepresentation_Time,
-    ValueRepresentation_Sequence
-  };
-
   enum DicomToJsonFormat
   {
     DicomToJsonFormat_Full,