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')
|
||||
->select('PatIdtID, IdentifierType, Identifier')
|
||||
->select('IdentifierType, Identifier')
|
||||
->where('InternalPID', (int) $InternalPID)
|
||||
->get()
|
||||
->getResultArray();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user