Files
GUI/src/patientinformationform.h

23 lines
385 B
C
Raw Normal View History

2021-10-09 16:38:34 +08:00
#ifndef PATIENTINFORMATIONFORM_H
#define PATIENTINFORMATIONFORM_H
#include <QWidget>
namespace Ui {
class PatientInformationForm;
}
class PatientInformationForm : public QWidget
{
Q_OBJECT
public:
explicit PatientInformationForm(QWidget *parent = nullptr);
~PatientInformationForm();
private:
Ui::PatientInformationForm *ui;
};
#endif // PATIENTINFORMATIONFORM_H