update : penambahan dan perbaikan modul report saturssa

This commit is contained in:
2026-01-20 20:53:38 +07:00
parent 59963790c0
commit 5f057cba45
28 changed files with 2854 additions and 29 deletions

No files matched your search

@@ -71,6 +71,8 @@
<th>Nama Pasien</th>
<th>Tanggal Lahir</th>
<th>No RM</th>
<th>Spesialis</th>
<th>Sub Spesialis</th>
<th>Kategori Operasi</th>
<th>Waktu Tunggu Operasi</th>
</tr>
@@ -107,6 +109,8 @@
<td>".$dat->nik." | ".$dat->jk." - ".$dat->namapasien."</td>
<td>".$dat->tgllahir." | Umur ".$dat->umur."</td>
<td>".$dat->norm."</td>
<td>".$dat->kodespe."-".$dat->spesialis."</td>
<td>".$dat->subSpesialis."</td>
<td>".$kategorioperasi."</td>
<td>".$hasil."</td>
</tr>