diff --git a/app/Controllers/Patient.php b/app/Controllers/Patient.php index 261a698..9e4ab09 100644 --- a/app/Controllers/Patient.php +++ b/app/Controllers/Patient.php @@ -84,6 +84,7 @@ class Patient extends Controller { $patient["Age"] = $this->calculateAgeFromBirthdate($patient["Birthdate"]); $patient["Birthdate"] = $this->formatedDate($patient["Birthdate"]); $patient["CreateDate"] = $this->formatedDate($patient["CreateDate"]); + $patient["DelDate"] = $this->formatedDate($patient["DelDate"]); $patient["DeathDateTime"] = $this->formatedDate($patient["DeathDateTime"]); $patient["BirthdateConversion"] = $this->formatedDateForDisplay($patient["Birthdate"]);