Scan tab Patient information logic and protocol logic.

This commit is contained in:
Krad
2021-10-12 17:43:12 +08:00
parent 68a7f32027
commit 14169b3072
4 changed files with 48 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
#define PATIENTINFORMATIONFORM_H
#include <QWidget>
#include "editpatientform.h"
namespace Ui {
class PatientInformationForm;
}
@@ -14,9 +14,11 @@ class PatientInformationForm : public QWidget
public:
explicit PatientInformationForm(QWidget *parent = nullptr);
~PatientInformationForm();
void setPatientInformation(PatientInformation* information);
void setProtocol(int type);
private:
Ui::PatientInformationForm *ui;
PatientInformation* inf = nullptr;
};
#endif // PATIENTINFORMATIONFORM_H