]> Creatis software - creaImageIO.git/blob - src2/creaImageIOPACSConnection.h
move directory
[creaImageIO.git] / src2 / 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