Skip to content

Commit

Permalink
Fix bug, patient registration date issue
Browse files Browse the repository at this point in the history
  • Loading branch information
SooryaKumaranC-tw committed Jan 2, 2024
1 parent 1caad48 commit 37a1edd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ public Patient save(PatientRow patientRow) throws ParseException {
patient.setPersonDateCreated(patientRow.getRegistrationDate());

patientService.savePatient(patient);
patient.setDateCreated(patientRow.getRegistrationDate());

return patient;
}
Expand Down

0 comments on commit 37a1edd

Please sign in to comment.