]> Creatis software - creaImageIO.git/blobdiff - src2/creaImageIOWxGimmickView.cpp
Added the PACS Connection Panel, a basic socket connection class and on .Gimmick...
[creaImageIO.git] / src2 / creaImageIOWxGimmickView.cpp
index d6ddcdca3c63546ef537e9952cb46a975b484f47..a77f9a7fe9de9bdc1726f0db2b1d01a3b22868ee 100644 (file)
@@ -5,6 +5,7 @@
 #include <creaImageIOWxListenerPanel.h>
 #include <creaImageIOWxEditFieldsPanel.h>
 #include <creaImageIOWxAttributeSelectionPanel.h>
+#include <creaImageIOWxPACSConnectionPanel.h>
 
 using namespace crea;
 // Icons
@@ -808,8 +809,12 @@ namespace creaImageIO
          nb->AddPage( customConfig, crea::std2wx("Customize Configuration") );
 
          //Second page: Creation of Databases
-         wxPanel* databaseCreation=new wxPanel(nb);
-         nb->AddPage( databaseCreation, crea::std2wx("Create Database") );
+         /*wxPanel* databaseCreation=new wxPanel(nb);
+         nb->AddPage( databaseCreation, crea::std2wx("Create Database") );*/
+
+         //Second page (temporary): Connection to PACS
+         WxPACSConnectionPanel* pacs=new WxPACSConnectionPanel(nb,dial, this);
+         nb->AddPage( pacs, crea::std2wx("Connect to PACS") );
 
          //Third page: CD/DVD Watch
          WxListenerPanel* cdWatch=new WxListenerPanel(nb,dial, this, mListener->IsPaused());