creaImageIOPACSConnection.h

Go to the documentation of this file.
00001 #ifndef __creaImageIOPACSConnection_h_INCLUDED__
00002 #define __creaImageIOPACSConnection_h_INCLUDED__
00003 #include <string>
00004 
00005 namespace creaImageIO
00006 {
00007 class PACSConnection
00008   {
00009   public:
00011           PACSConnection(std::string command);
00012   };// EO PACSConnection
00013 } // EO namespace creaImageIO
00014 
00015 // EOF
00016 #endif
00017