![]() |
Fraxinus
16.5.0-fx-rc9
An IGT application
|
The virtual patient. More...
#include <cxPatientModelService.h>
Signals | |
| 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 () |
Public Member Functions | |
| virtual | ~PatientModelService () |
| virtual void | insertData (DataPtr data)=0 |
| virtual std::map< QString, DataPtr > | getData () const =0 |
| virtual DataPtr | createData (QString type, QString uid, QString name="")=0 |
| virtual void | removeData (QString uid)=0 |
| 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="") |
| virtual std::map< QString, VideoSourcePtr > | getStreams () const =0 |
| VideoSourcePtr | getStream (const QString &uid) const |
| Convenience function getting a specified stream. More... | |
| virtual Transform3D | get_rMpr () const |
| virtual RegistrationHistoryPtr | get_rMpr_History () const =0 |
| virtual ActiveDataPtr | getActiveData () const =0 |
| virtual LandmarksPtr | getPatientLandmarks () const =0 |
| landmark defined in patient space More... | |
| virtual std::map< QString, LandmarkProperty > | getLandmarkProperties () const =0 |
| virtual void | setLandmarkName (QString uid, QString name)=0 |
| virtual void | setLandmarkActive (QString uid, bool active)=0 |
| virtual QString | addLandmark ()=0 |
| virtual void | updateRegistration_rMpr (const QDateTime &oldTime, const RegistrationTransform &newTransform, bool continuous) |
| virtual QString | getActivePatientFolder () const =0 |
| QString | generateFilePath (QString folderName, QString ending) |
| virtual bool | isPatientValid () const =0 |
| virtual DataPtr | importData (QString fileName, QString &infoText)=0 |
| virtual void | exportPatient (PATIENT_COORDINATE_SYSTEM externalSpace)=0 |
| virtual PresetTransferFunctions3DPtr | getPresetTransferFunctions3D () const =0 |
| virtual void | setCenter (const Vector3D ¢er)=0 |
| virtual Vector3D | getCenter () const =0 |
| current common center point for user viewing. More... | |
| virtual CLINICAL_VIEW | getClinicalApplication () const =0 |
| virtual void | setClinicalApplication (CLINICAL_VIEW application)=0 |
| virtual void | autoSave ()=0 |
| virtual bool | isNull ()=0 |
Static Public Member Functions | |
| static PatientModelServicePtr | getNullObject () |
The virtual patient.
PatientModelService provides access to the Patient Specific Model (PaSM).
Definition at line 83 of file cxPatientModelService.h.
|
inlinevirtual |
Definition at line 87 of file cxPatientModelService.h.
|
pure virtual |
Implemented in cx::PatientModelImplService, cx::PatientModelServiceProxy, and cx::PatientModelServiceNull.
|
pure virtual |
Implemented in cx::PatientModelImplService, cx::PatientModelServiceProxy, and cx::PatientModelServiceNull.
|
signal |
emitted when center is changed.
|
signal |
|
pure 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.
Implemented in cx::PatientModelServiceProxy, cx::PatientModelImplService, and cx::PatientModelServiceNull.
| boost::shared_ptr< DATA > cx::PatientModelService::createSpecificData | ( | QString | uid, |
| QString | name = "" |
||
| ) |
Definition at line 186 of file cxPatientModelService.h.
|
signal |
|
pure virtual |
Implemented in cx::PatientModelImplService, cx::PatientModelServiceProxy, and cx::PatientModelServiceNull.
| QString cx::PatientModelService::generateFilePath | ( | QString | folderName, |
| QString | ending | ||
| ) |
Definition at line 90 of file cxPatientModelService.cpp.
|
virtual |
Reimplemented in cx::PatientModelImplService.
Definition at line 66 of file cxPatientModelService.cpp.
|
pure virtual |
Implemented in cx::PatientModelImplService, cx::PatientModelServiceProxy, and cx::PatientModelServiceNull.
|
pure virtual |
Implemented in cx::PatientModelImplService, cx::PatientModelServiceProxy, and cx::PatientModelServiceNull.
|
pure virtual |
Implemented in cx::PatientModelImplService, cx::PatientModelServiceProxy, and cx::PatientModelServiceNull.
|
pure virtual |
current common center point for user viewing.
Implemented in cx::PatientModelImplService, cx::PatientModelServiceProxy, and cx::PatientModelServiceNull.
|
pure virtual |
Implemented in cx::PatientModelImplService, cx::PatientModelServiceProxy, and cx::PatientModelServiceNull.
|
pure virtual |
Implemented in cx::PatientModelServiceProxy, cx::PatientModelImplService, and cx::PatientModelServiceNull.
| DataPtr cx::PatientModelService::getData | ( | const QString & | uid | ) | const |
Definition at line 54 of file cxPatientModelService.cpp.
| boost::shared_ptr< DATA > cx::PatientModelService::getData | ( | const QString & | uid | ) | const |
Definition at line 180 of file cxPatientModelService.h.
| std::map< QString, boost::shared_ptr< DATA > > cx::PatientModelService::getDataOfType | ( | ) | const |
Definition at line 166 of file cxPatientModelService.h.
|
pure virtual |
Get all defined landmarks. These landmarks are additionally defined in specific coordinate spaces, such as patient and for each Data.
Implemented in cx::PatientModelServiceProxy, cx::PatientModelImplService, and cx::PatientModelServiceNull.
|
static |
Definition at line 46 of file cxPatientModelService.cpp.
|
pure virtual |
landmark defined in patient space
Implemented in cx::PatientModelServiceProxy, cx::PatientModelImplService, and cx::PatientModelServiceNull.
|
pure virtual |
Implemented in cx::PatientModelImplService, cx::PatientModelServiceProxy, and cx::PatientModelServiceNull.
| VideoSourcePtr cx::PatientModelService::getStream | ( | const QString & | uid | ) | const |
Convenience function getting a specified stream.
Definition at line 82 of file cxPatientModelService.cpp.
|
pure virtual |
Implemented in cx::PatientModelImplService, cx::PatientModelServiceProxy, and cx::PatientModelServiceNull.
|
pure virtual |
Implemented in cx::PatientModelImplService, cx::PatientModelServiceProxy, and cx::PatientModelServiceNull.
|
pure virtual |
Implemented in cx::PatientModelServiceProxy, cx::PatientModelImplService, and cx::PatientModelServiceNull.
|
pure virtual |
Implemented in cx::PatientModelImplService, cx::PatientModelServiceProxy, and cx::PatientModelServiceNull.
|
pure virtual |
Implemented in cx::PatientModelImplService, cx::PatientModelServiceProxy, and cx::PatientModelServiceNull.
|
signal |
emitted when global info about a landmark changed
|
signal |
|
pure virtual |
Implemented in cx::PatientModelImplService, cx::PatientModelServiceProxy, and cx::PatientModelServiceNull.
|
signal |
|
pure virtual |
Implemented in cx::PatientModelImplService, cx::PatientModelServiceProxy, and cx::PatientModelServiceNull.
|
pure virtual |
Implemented in cx::PatientModelImplService, cx::PatientModelServiceProxy, and cx::PatientModelServiceNull.
|
pure virtual |
Implemented in cx::PatientModelServiceProxy, cx::PatientModelImplService, and cx::PatientModelServiceNull.
|
pure virtual |
Implemented in cx::PatientModelServiceProxy, cx::PatientModelImplService, and cx::PatientModelServiceNull.
|
signal |
|
virtual |
Definition at line 71 of file cxPatientModelService.cpp.
|
signal |