Add accession number and fix a problem with create recon record automaticly.
This commit is contained in:
@@ -57,6 +57,7 @@ void PatientDetailForm::setPatientInformation(PatientInformation* information) {
|
||||
mCurrentPatientUID = information->PatientUID;
|
||||
mAddDate = information->AddDate;
|
||||
mStore.Sex = information->Sex;
|
||||
mStore.AccessionNumber = information->AccessionNumber;
|
||||
storePatientInformation();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user