Update Patient create, perbaikan identity

This commit is contained in:
mikael-zakaria 2025-08-11 14:43:11 +07:00
parent 9ba5121cda
commit 7f49cf03b4

View File

@ -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();