Update Like Untuk Show
This commit is contained in:
parent
2b8a2580fc
commit
204b133477
@ -28,7 +28,7 @@ class Patient extends Controller {
|
||||
$builder->like($rawSql, $Name, 'both');
|
||||
}
|
||||
if ($InternalPID !== null) { $builder->where('InternalPID', $InternalPID); }
|
||||
if ($PatientID !== null) { $builder->where('PatientID', $PatientID); }
|
||||
if ($PatientID !== null) { $builder->like('PatientID', $PatientID, 'both'); }
|
||||
if ($BirthDate !== null) { $builder->where('BirthDate', $BirthDate); }
|
||||
|
||||
$filteredPatients = $builder->get()->getResultArray();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user