Change SelectFormWidget, use EditPatientDialog instead of EditPatientForm to fulfill patient edit and adding.

This commit is contained in:
Krad
2022-04-01 15:33:50 +08:00
parent 3fecd89689
commit 9bffca90ae
2 changed files with 24 additions and 34 deletions

View File

@@ -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;
};