Change SelectFormWidget, use EditPatientDialog instead of EditPatientForm to fulfill patient edit and adding.
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
#define GUI_SELECTFORMWIDGET_H
|
||||
|
||||
#include "tabformwidget.h"
|
||||
#include "EditPatientDialog.h"
|
||||
class EditPatientForm;
|
||||
class SelectFormWidget: public TabFormWidget {
|
||||
Q_OBJECT
|
||||
@@ -15,6 +16,7 @@ public:
|
||||
|
||||
private:
|
||||
QString selectedPatientUID;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user