Update Pateint get dengan format ISO 8601_v3
This commit is contained in:
parent
0810f837af
commit
c983ed20c2
@ -283,7 +283,7 @@ class PatientModel extends Model {
|
||||
// $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["DeathDateTime"] = $this->formattedDate($patient["DeathDateTime"]);
|
||||
$patient["BirthdateConversion"] = $this->formatedDateForDisplay($patient["Birthdate"]);
|
||||
$patient["LinkTo"] = $this->getLinkedPatients($patient['LinkTo']);
|
||||
$patient["Custodian"] = $this->getCustodian($patient['Custodian']);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user