Add recon page can search by patient info.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user