From 7f49cf03b4880b0b58f6421b00573bef14a2ef43 Mon Sep 17 00:00:00 2001 From: mikael-zakaria Date: Mon, 11 Aug 2025 14:43:11 +0700 Subject: [PATCH] Update Patient create, perbaikan identity --- app/Controllers/Patient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();