Add accession number and fix a problem with create recon record automaticly.
This commit is contained in:
@@ -30,7 +30,6 @@ public:
|
||||
}
|
||||
void setPatientInformation(PatientInformation* information);
|
||||
void clearPatientInformation();
|
||||
void storePatientInformation();
|
||||
|
||||
|
||||
protected:
|
||||
@@ -38,6 +37,7 @@ protected:
|
||||
|
||||
private:
|
||||
ULineEdit* le_id = nullptr;
|
||||
ULineEdit* mAccessionNumber = nullptr;
|
||||
ULineEdit* le_name = nullptr;
|
||||
ULineEdit* le_sex = nullptr;
|
||||
ULineEdit* le_date = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user