#ifndef PATIENTINFORMATIONFORM_H #define PATIENTINFORMATIONFORM_H #include namespace Ui { class PatientInformationForm; } class PatientInformationForm : public QWidget { Q_OBJECT public: explicit PatientInformationForm(QWidget *parent = nullptr); ~PatientInformationForm(); private: Ui::PatientInformationForm *ui; }; #endif // PATIENTINFORMATIONFORM_H