Update Perbaikan patient show untuk Identity
This commit is contained in:
parent
64fd165a01
commit
c8e06cd982
@ -85,7 +85,7 @@ class Patient extends Controller {
|
||||
->select('PatIdtID, IdentifierType, Identifier')
|
||||
->where('InternalPID', (int) $InternalPID)
|
||||
->get()
|
||||
->getRowArray();
|
||||
->getResultArray();
|
||||
|
||||
$patient['Identity'] = $patidt;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user