Scan tab Patient information logic and protocol logic.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user