]> Creatis software - creaImageIO.git/blob - src/creaImageIOPACSConnection.h
new Output format and structure for Gimmick. Based on creaImageIO Output document...
[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