Update getpatient menghilangkan p.IdentifierType dan p.Identifier
This commit is contained in:
parent
103b5ae19a
commit
ba1661ff78
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user