diff OrthancServer/ServerEnumerations.h @ 197:530a25320461

removal of text as ids in sqlite db
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 27 Nov 2012 14:59:55 +0100
parents baada606da3c
children dfa2899d9960
line wrap: on
line diff
--- a/OrthancServer/ServerEnumerations.h	Fri Nov 16 08:23:05 2012 +0100
+++ b/OrthancServer/ServerEnumerations.h	Tue Nov 27 14:59:55 2012 +0100
@@ -29,7 +29,6 @@
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  **/
 
-
 #pragma once
 
 namespace Orthanc
@@ -81,4 +80,10 @@
     ChangeType_NewStudy = 5,
     ChangeType_InvalidSeries = 6
   };
+
+  enum AttachedFileType
+  {
+    AttachedFileType_Dicom = 1,
+    AttachedFileType_Json = 2
+  };
 }