Update getpatient menghilangkan p.IdentifierType dan p.Identifier

This commit is contained in:
mikael-zakaria 2025-10-02 14:11:32 +07:00
parent 103b5ae19a
commit ba1661ff78

View File

@ -72,6 +72,8 @@ class PatientModel extends Model {
$patient = $rows[0];
unset($patient['Address']);
unset($patient['IdentifierType']);
unset($patient['Identifier']);
if (method_exists($this, 'transformPatientData')) { $patient = $this->transformPatientData($patient); }
// Default nested structures