diff Framework/Messages/MessageType.h @ 270:2d64f4d39610 am-2

backup (work in progress)
author am@osimis.io
date Thu, 23 Aug 2018 14:45:04 +0200
parents 89d02de83c03
children 3897f9f28cfa
line wrap: on
line diff
--- a/Framework/Messages/MessageType.h	Wed Aug 22 15:22:33 2018 +0200
+++ b/Framework/Messages/MessageType.h	Thu Aug 23 14:45:04 2018 +0200
@@ -41,6 +41,12 @@
     MessageType_HttpRequestSuccess,
     MessageType_HttpRequestError,
 
+    MessageType_OrthancApi_InternalGetJsonResponseReady,
+    MessageType_OrthancApi_InternalGetJsonResponseError,
+
+    MessageType_OrthancApi_GetStudyIds_Ready,
+    MessageType_OrthancApi_GetStudy_Ready,
+    MessageType_OrthancApi_GetSeries_Ready,
 
     // used in unit tests only
     MessageType_Test1,