Rename editpatientform to PatientDetailForm
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
#include "forms/tabformwidget.h"
|
||||
#include "EditPatientDialog.h"
|
||||
class EditPatientForm;
|
||||
class PatientDetailForm;
|
||||
class SlideTableView;
|
||||
class QToolButton;
|
||||
class SelectFormWidget: public TabFormWidget {
|
||||
@@ -19,7 +19,7 @@ public:
|
||||
|
||||
private:
|
||||
QString selectedPatientUID;
|
||||
void setPatientDetail(const SlideTableView *table, const QSqlTableModel *model, EditPatientForm *edit_patient) const;
|
||||
void setPatientDetail(const SlideTableView *table, const QSqlTableModel *model, PatientDetailForm *edit_patient) const;
|
||||
QToolButton* mBtnAccount;
|
||||
QToolButton* mBtnWorklist;
|
||||
QToolButton* mBtnAdd;
|
||||
@@ -28,7 +28,7 @@ private:
|
||||
QToolButton* mBtnSelect;
|
||||
SlideTableView* mPatTable;
|
||||
QSqlTableModel* mModel;
|
||||
EditPatientForm* mEditPatForm;
|
||||
PatientDetailForm* mEditPatForm;
|
||||
|
||||
void prepareButtons(bool disableALL);
|
||||
void initGeneralButtons(QHBoxLayout *layout);
|
||||
|
||||
Reference in New Issue
Block a user