fw4spl
uiMedDataQt::widget::PatientEditor Class Reference

Widget to edit fwMedData::Patient information. More...

#include <PatientEditor.hpp>

+ Inheritance diagram for uiMedDataQt::widget::PatientEditor:
+ Collaboration diagram for uiMedDataQt::widget::PatientEditor:

Public Member Functions

UIMEDDATAQT_API PatientEditor (QWidget *parent=0)
 Constructor.
 
UIMEDDATAQT_API ~PatientEditor ()
 Destructor.
 
UIMEDDATAQT_API void setSeries (std::shared_ptr< ::fwMedData::Series > series)
 Set referring series.
 
UIMEDDATAQT_API std::shared_ptr< ::fwMedData::PatientgetPatient () const
 Returns the patient object created by this editor.
 
UIMEDDATAQT_API bool isValid () const
 Returns true if the patient information given through the editor is valid.
 

Protected Slots

void onNameChanged (const QString &)
 
void onBirthChanged (const QString &)
 

Protected Attributes

std::shared_ptr< ::fwMedData::Seriesm_series
 
QPointer< QLineEdit > m_txtName
 
QPointer< QLineEdit > m_txtBirthdate
 
QPointer< QComboBox > m_cbSex
 
QPalette m_paletteName
 
QPalette m_paletteBirthdate
 

Detailed Description

Widget to edit fwMedData::Patient information.

Definition at line 34 of file PatientEditor.hpp.


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