diff --git a/app/Controllers/Patient.php b/app/Controllers/Patient.php index 4decddc..d2a8fd8 100644 --- a/app/Controllers/Patient.php +++ b/app/Controllers/Patient.php @@ -85,7 +85,7 @@ class Patient extends Controller { ->select('PatIdtID, IdentifierType, Identifier') ->where('InternalPID', (int) $InternalPID) ->get() - ->getRowArray(); + ->getResultArray(); $patient['Identity'] = $patidt; }