22 #ifndef CTKDICOMABSTRACTHOST_H 23 #define CTKDICOMABSTRACTHOST_H 28 #include <QScopedPointer> 30 #include <org_commontk_dah_host_Export.h> 32 class ctkDicomAbstractHostPrivate;
37 #pragma warning( disable : 4250 ) 75 int getHostPort()
const;
82 int getAppPort()
const;
125 void releaseAvailableResources();
130 void startProgress();
180 const QScopedPointer<ctkDicomAbstractHostPrivate> d_ptr;
184 #endif // CTKDICOMABSTRACTHOST_H
virtual ctkDicomExchangeInterface * getOtherSideExchangeService() const =0
Gets the exchange service of the other side.
Provides a basic convenience methods for the data exchange.
Provides a basic implementation for an application host.
virtual void notifyStateChanged(ctkDicomAppHosting::State state)=0