Update Patient create, perbaikan identity
This commit is contained in:
parent
9ba5121cda
commit
7f49cf03b4
@ -93,7 +93,7 @@ class Patient extends Controller {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$patidt = $this->db->table('patidt')
|
$patidt = $this->db->table('patidt')
|
||||||
->select('PatIdtID, IdentifierType, Identifier')
|
->select('IdentifierType, Identifier')
|
||||||
->where('InternalPID', (int) $InternalPID)
|
->where('InternalPID', (int) $InternalPID)
|
||||||
->get()
|
->get()
|
||||||
->getResultArray();
|
->getResultArray();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user