Change dialog style, add Scan Patient confirm
This commit is contained in:
@@ -15,9 +15,13 @@ public:
|
||||
explicit PatientInformationForm(QWidget *parent = nullptr);
|
||||
~PatientInformationForm() override;
|
||||
void setPatientInformation(PatientInformation* information);
|
||||
PatientInformation* getPatientInformation();
|
||||
void setProtocol(int type);
|
||||
int getProtocol();
|
||||
|
||||
const char * getCurrentPatientJsonString(bool emptyScan);
|
||||
QString getPatientID();
|
||||
|
||||
private:
|
||||
Ui::PatientInformationForm *mUI;
|
||||
PatientInformation* mInfo = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user