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