diff Core/Enumerations.h @ 3825:4570c57668a8

refactoring DicomUserConnection as Dicom[Control|Store]UserConnection
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 10 Apr 2020 16:04:54 +0200
parents 9fe1d64a748c
children 638906dcfe32 3ab2d48c8f69
line wrap: on
line diff
--- a/Core/Enumerations.h	Wed Apr 08 14:50:06 2020 +0200
+++ b/Core/Enumerations.h	Fri Apr 10 16:04:54 2020 +0200
@@ -747,6 +747,14 @@
   };
 
 
+  enum DicomAssociationRole
+  {
+    DicomAssociationRole_Default,
+    DicomAssociationRole_Scu,
+    DicomAssociationRole_Scp
+  };
+  
+
   /**
    * WARNING: Do not change the explicit values in the enumerations
    * below this point. This would result in incompatible databases