Add Anonymous mode
This commit is contained in:
@@ -20,13 +20,14 @@ Q_OBJECT
|
||||
public:
|
||||
explicit SelectFormWidget(QWidget *parent = nullptr);
|
||||
|
||||
~SelectFormWidget() override = default;;
|
||||
~SelectFormWidget() override = default;
|
||||
|
||||
public slots:
|
||||
void updateDataByAnonymousMode();
|
||||
private:
|
||||
QString selectedPatientUID;
|
||||
|
||||
void
|
||||
setPatientDetail(const SlideTableView *table, const QSqlTableModel *model, PatientDetailForm *edit_patient) const;
|
||||
void setPatientDetail(const SlideTableView *table, const QSqlTableModel *model, PatientDetailForm *edit_patient) const;
|
||||
|
||||
QToolButton *mBtnAccount;
|
||||
QToolButton *mBtnWorklist;
|
||||
|
||||
Reference in New Issue
Block a user