CustusX  16.5
An IGT application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
cx::PatientModelServiceProxy Class Reference

Always provides a PatientModelService. More...

#include <cxPatientModelServiceProxy.h>

Inheritance diagram for cx::PatientModelServiceProxy:
cx::PatientModelService

Public Member Functions

 PatientModelServiceProxy (ctkPluginContext *context)
 
virtual ~PatientModelServiceProxy ()
 
virtual void insertData (DataPtr data)
 
virtual DataPtr createData (QString type, QString uid, QString name="")
 
virtual std::map< QString,
DataPtr
getData () const
 
virtual DataPtr getData (const QString &uid) const
 
virtual LandmarksPtr getPatientLandmarks () const
 landmark defined in patient space More...
 
virtual std::map< QString,
LandmarkProperty
getLandmarkProperties () const
 
virtual void setLandmarkName (QString uid, QString name)
 
virtual void setLandmarkActive (QString uid, bool active)
 
virtual RegistrationHistoryPtr get_rMpr_History () const
 
virtual ActiveDataPtr getActiveData () const
 
virtual CLINICAL_VIEW getClinicalApplication () const
 
virtual void setClinicalApplication (CLINICAL_VIEW application)
 
virtual std::map< QString,
VideoSourcePtr
getStreams () const
 
virtual QString getActivePatientFolder () const
 
virtual bool isPatientValid () const
 
virtual DataPtr importData (QString fileName, QString &infoText)
 
virtual void exportPatient (PATIENT_COORDINATE_SYSTEM externalSpace)
 
virtual void removeData (QString uid)
 
virtual
PresetTransferFunctions3DPtr 
getPresetTransferFunctions3D () const
 
virtual void setCenter (const Vector3D &center)
 
virtual Vector3D getCenter () const
 current common center point for user viewing. More...
 
virtual QString addLandmark ()
 
virtual void autoSave ()
 
virtual bool isNull ()
 
- Public Member Functions inherited from cx::PatientModelService
virtual ~PatientModelService ()
 
template<class DATA >
std::map< QString,
boost::shared_ptr< DATA > > 
getDataOfType () const
 
DataPtr getData (const QString &uid) const
 
template<class DATA >
boost::shared_ptr< DATA > getData (const QString &uid) const
 
template<class DATA >
boost::shared_ptr< DATA > createSpecificData (QString uid, QString name="")
 
VideoSourcePtr getStream (const QString &uid) const
 Convenience function getting a specified stream. More...
 
virtual Transform3D get_rMpr () const
 
virtual void updateRegistration_rMpr (const QDateTime &oldTime, const RegistrationTransform &newTransform, bool continuous)
 
QString generateFilePath (QString folderName, QString ending)
 

Static Public Member Functions

static PatientModelServicePtr create (ctkPluginContext *pluginContext)
 
- Static Public Member Functions inherited from cx::PatientModelService
static PatientModelServicePtr getNullObject ()
 

Additional Inherited Members

- Signals inherited from cx::PatientModelService
void centerChanged ()
 emitted when center is changed. More...
 
void dataAddedOrRemoved ()
 
void landmarkPropertiesChanged ()
 emitted when global info about a landmark changed More...
 
void clinicalApplicationChanged ()
 
void rMprChanged ()
 
void streamLoaded ()
 
void patientChanged ()
 
void videoAddedToTrackedStream ()
 

Detailed Description

Always provides a PatientModelService.

Use the Proxy design pattern. Uses ServiceTrackerListener to either provide an implementation of PatientModelService or the null object (PatientModelServiceNull)

Date
2014-09-10
Author
Ole Vegard Solberg, SINTEF

Definition at line 57 of file cxPatientModelServiceProxy.h.

Constructor & Destructor Documentation

cx::PatientModelServiceProxy::PatientModelServiceProxy ( ctkPluginContext *  context)

Definition at line 50 of file cxPatientModelServiceProxy.cpp.

cx::PatientModelServiceProxy::~PatientModelServiceProxy ( )
virtual

Definition at line 57 of file cxPatientModelServiceProxy.cpp.

Member Function Documentation

QString cx::PatientModelServiceProxy::addLandmark ( )
virtual

Implements cx::PatientModelService.

Definition at line 206 of file cxPatientModelServiceProxy.cpp.

void cx::PatientModelServiceProxy::autoSave ( )
virtual

Implements cx::PatientModelService.

Definition at line 151 of file cxPatientModelServiceProxy.cpp.

PatientModelServicePtr cx::PatientModelServiceProxy::create ( ctkPluginContext *  pluginContext)
static

Definition at line 45 of file cxPatientModelServiceProxy.cpp.

DataPtr cx::PatientModelServiceProxy::createData ( QString  type,
QString  uid,
QString  name = "" 
)
virtual

Create Data object of given type.

uid must be unique, or contain the string %1 that will be replaced with a running index that makes the uid unique. The same applies to name. An empty name will set name = uid.

Implements cx::PatientModelService.

Definition at line 121 of file cxPatientModelServiceProxy.cpp.

void cx::PatientModelServiceProxy::exportPatient ( PATIENT_COORDINATE_SYSTEM  externalSpace)
virtual

Implements cx::PatientModelService.

Definition at line 181 of file cxPatientModelServiceProxy.cpp.

RegistrationHistoryPtr cx::PatientModelServiceProxy::get_rMpr_History ( ) const
virtual

Implements cx::PatientModelService.

Definition at line 216 of file cxPatientModelServiceProxy.cpp.

ActiveDataPtr cx::PatientModelServiceProxy::getActiveData ( ) const
virtual

Implements cx::PatientModelService.

Definition at line 221 of file cxPatientModelServiceProxy.cpp.

QString cx::PatientModelServiceProxy::getActivePatientFolder ( ) const
virtual

Implements cx::PatientModelService.

Definition at line 166 of file cxPatientModelServiceProxy.cpp.

Vector3D cx::PatientModelServiceProxy::getCenter ( ) const
virtual

current common center point for user viewing.

Implements cx::PatientModelService.

Definition at line 201 of file cxPatientModelServiceProxy.cpp.

CLINICAL_VIEW cx::PatientModelServiceProxy::getClinicalApplication ( ) const
virtual

Implements cx::PatientModelService.

Definition at line 226 of file cxPatientModelServiceProxy.cpp.

std::map< QString, DataPtr > cx::PatientModelServiceProxy::getData ( ) const
virtual

Implements cx::PatientModelService.

Definition at line 126 of file cxPatientModelServiceProxy.cpp.

DataPtr cx::PatientModelServiceProxy::getData ( const QString &  uid) const
virtual

Definition at line 131 of file cxPatientModelServiceProxy.cpp.

std::map< QString, LandmarkProperty > cx::PatientModelServiceProxy::getLandmarkProperties ( ) const
virtual

Get all defined landmarks. These landmarks are additionally defined in specific coordinate spaces, such as patient and for each Data.

Implements cx::PatientModelService.

Definition at line 141 of file cxPatientModelServiceProxy.cpp.

LandmarksPtr cx::PatientModelServiceProxy::getPatientLandmarks ( ) const
virtual

landmark defined in patient space

Implements cx::PatientModelService.

Definition at line 136 of file cxPatientModelServiceProxy.cpp.

PresetTransferFunctions3DPtr cx::PatientModelServiceProxy::getPresetTransferFunctions3D ( ) const
virtual

Implements cx::PatientModelService.

Definition at line 191 of file cxPatientModelServiceProxy.cpp.

std::map< QString, VideoSourcePtr > cx::PatientModelServiceProxy::getStreams ( ) const
virtual

Implements cx::PatientModelService.

Definition at line 161 of file cxPatientModelServiceProxy.cpp.

DataPtr cx::PatientModelServiceProxy::importData ( QString  fileName,
QString &  infoText 
)
virtual

Implements cx::PatientModelService.

Definition at line 176 of file cxPatientModelServiceProxy.cpp.

void cx::PatientModelServiceProxy::insertData ( DataPtr  data)
virtual

Implements cx::PatientModelService.

Definition at line 116 of file cxPatientModelServiceProxy.cpp.

bool cx::PatientModelServiceProxy::isNull ( )
virtual

Implements cx::PatientModelService.

Definition at line 156 of file cxPatientModelServiceProxy.cpp.

bool cx::PatientModelServiceProxy::isPatientValid ( ) const
virtual

Implements cx::PatientModelService.

Definition at line 171 of file cxPatientModelServiceProxy.cpp.

void cx::PatientModelServiceProxy::removeData ( QString  uid)
virtual

Implements cx::PatientModelService.

Definition at line 186 of file cxPatientModelServiceProxy.cpp.

void cx::PatientModelServiceProxy::setCenter ( const Vector3D center)
virtual

Implements cx::PatientModelService.

Definition at line 196 of file cxPatientModelServiceProxy.cpp.

void cx::PatientModelServiceProxy::setClinicalApplication ( CLINICAL_VIEW  application)
virtual

Implements cx::PatientModelService.

Definition at line 231 of file cxPatientModelServiceProxy.cpp.

void cx::PatientModelServiceProxy::setLandmarkActive ( QString  uid,
bool  active 
)
virtual

Implements cx::PatientModelService.

Definition at line 211 of file cxPatientModelServiceProxy.cpp.

void cx::PatientModelServiceProxy::setLandmarkName ( QString  uid,
QString  name 
)
virtual

Implements cx::PatientModelService.

Definition at line 146 of file cxPatientModelServiceProxy.cpp.


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