Add recon page can search by patient info.

This commit is contained in:
sunwen
2023-08-24 15:10:46 +08:00
parent 2aa6541085
commit 4cf795d368
9 changed files with 155 additions and 66 deletions

View File

@@ -17,8 +17,15 @@ public:
~ReconFormWidget() override = default;
protected:
void showEvent(QShowEvent *aEvent) override;
private slots:
void updateSearchFilter();
void deleteReconRecord();
private:
int getTableColumnIndex(const QString& aColumnName);
private:
QToolButton* mBtnDiscard;