This commit is contained in:
Dwi Swandhana
2026-07-31 14:05:55 +07:00
parent d1e6ab0133
commit 410916f963
2 changed files with 5 additions and 1 deletions
@@ -3834,7 +3834,7 @@ class DokterController extends Controller
$rowData = array( $rowData = array(
'nofoto' => $rows->nofoto, 'nofoto' => $rows->nofoto,
'nolab' => $rows->orderid, 'nolab' => $rows->orderid,
'norm' => $rows->norm, 'norm' => $rows->noregister,
'jenispemeriksaan' => $rows->reques, 'jenispemeriksaan' => $rows->reques,
'mulai' => $rows->daftar, 'mulai' => $rows->daftar,
'selesai' => $rows->verifikasi, 'selesai' => $rows->verifikasi,
@@ -95,6 +95,10 @@
<td>Asal Pasien</td> <td>Asal Pasien</td>
<td id="asalpasien"></td> <td id="asalpasien"></td>
</tr> </tr>
<tr>
<td>Nama RS</td>
<td id="nmrs"></td>
</tr>
<tr> <tr>
<td>No. Lokal Lab</td> <td>No. Lokal Lab</td>
<td><input type="text" id="nofoto" name="nofoto" class="form-control" readonly></td> <td><input type="text" id="nofoto" name="nofoto" class="form-control" readonly></td>