diff Core/Enumerations.h @ 3820:f89eac983c9b transcoding

refactoring DicomUserConnection as DicomAssociation
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 09 Apr 2020 17:45:25 +0200
parents 9fe1d64a748c
children 638906dcfe32
line wrap: on
line diff
--- a/Core/Enumerations.h	Wed Apr 08 17:00:33 2020 +0200
+++ b/Core/Enumerations.h	Thu Apr 09 17:45:25 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