diff --git a/app/Controllers/Patient.php b/app/Controllers/Patient.php index 3083c3b..e9fb173 100644 --- a/app/Controllers/Patient.php +++ b/app/Controllers/Patient.php @@ -93,7 +93,7 @@ class Patient extends Controller { } $patidt = $this->db->table('patidt') - ->select('PatIdtID, IdentifierType, Identifier') + ->select('IdentifierType, Identifier') ->where('InternalPID', (int) $InternalPID) ->get() ->getResultArray();