]> Creatis software - creaImageIO.git/blob - src/creaImageIOPACSConnection.h
02e659a0f1bfe04d060178ab8e13dc6f493ebfd2
[creaImageIO.git] / src / creaImageIOPACSConnection.h
1 #ifndef __creaImageIOPACSConnection_h_INCLUDED__
2 #define __creaImageIOPACSConnection_h_INCLUDED__
3 #include <string>
4
5 namespace creaImageIO
6 {
7 class PACSConnection
8   {
9   public:
10     /// Ctor
11           PACSConnection(std::string command);
12   };// EO PACSConnection
13 } // EO namespace creaImageIO
14
15 // EOF
16 #endif
17