#ifndef __creaImageIOPACSConnection_h_INCLUDED__ #define __creaImageIOPACSConnection_h_INCLUDED__ #include namespace creaImageIO { class PACSConnection { public: /// Ctor PACSConnection(std::string command); };// EO PACSConnection } // EO namespace creaImageIO // EOF #endif