CTK  0.1.0
The Common Toolkit is a community effort to provide support code for medical image analysis, surgical navigation, and related projects.
Public Member Functions | List of all members
ctkDicomExchangeService Class Reference

#include <Plugins/org.commontk.dah.core/ctkDicomExchangeService.h>

Inheritance diagram for ctkDicomExchangeService:
Inheritance graph
[legend]
Collaboration diagram for ctkDicomExchangeService:
Collaboration graph
[legend]

Public Member Functions

 ctkDicomExchangeService (ushort port, QString path)
 
QList< ctkDicomAppHosting::ObjectLocatorgetData (const QList< QUuid > &objectUUIDs, const QList< QString > &acceptableTransferSyntaxUIDs, bool includeBulkData)
 
bool notifyDataAvailable (const ctkDicomAppHosting::AvailableData &data, bool lastData)
 
void releaseData (const QList< QUuid > &objectUUIDs)
 
virtual ~ctkDicomExchangeService ()
 
- Public Member Functions inherited from ctkSimpleSoapClient
 ctkSimpleSoapClient (int port, QString path)
 
const QtSoapType & submitSoapRequest (const QString &methodName, const QList< QtSoapType * > &soapTypes)
 
const QtSoapType & submitSoapRequest (const QString &methodName, QtSoapType *soapType)
 
virtual ~ctkSimpleSoapClient ()
 
- Public Member Functions inherited from ctkDicomExchangeInterface
virtual ~ctkDicomExchangeInterface ()
 

Detailed Description

Definition at line 31 of file ctkDicomExchangeService.h.

Constructor & Destructor Documentation

◆ ctkDicomExchangeService()

ctkDicomExchangeService::ctkDicomExchangeService ( ushort  port,
QString  path 
)

◆ ~ctkDicomExchangeService()

virtual ctkDicomExchangeService::~ctkDicomExchangeService ( )
virtual

Member Function Documentation

◆ getData()

QList<ctkDicomAppHosting::ObjectLocator> ctkDicomExchangeService::getData ( const QList< QUuid > &  objectUUIDs,
const QList< QString > &  acceptableTransferSyntaxUIDs,
bool  includeBulkData 
)
virtual

Implements ctkDicomExchangeInterface.

Reimplemented in ctkDicomAppService.

◆ notifyDataAvailable()

bool ctkDicomExchangeService::notifyDataAvailable ( const ctkDicomAppHosting::AvailableData data,
bool  lastData 
)
virtual

The source of the data calls this method with descriptions of the available data that it can provide to the recipient. If the source of the data expects that additional data will become available, it shall pass FALSE in the lastData parameter. Otherwise, it shall pass TRUE.

Returns
TRUE if the recipient of the data successfully received the AvailableData list.

Implements ctkDicomExchangeInterface.

Reimplemented in ctkDicomAppService.

◆ releaseData()

void ctkDicomExchangeService::releaseData ( const QList< QUuid > &  objectUUIDs)
virtual

The recipient of data invokes this method to release access to binary data provided by the source of the data through a getData() call. The ArrayOfUUID identifies the data streams that the recipient is releasing.

Implements ctkDicomExchangeInterface.

Reimplemented in ctkDicomAppService.


The documentation for this class was generated from the following file: