menampilkan keterangan nama pasien

This commit is contained in:
Fadila
2026-05-08 14:29:25 +07:00
parent eddfcd2b21
commit 8e375c2764

View File

@@ -332,6 +332,30 @@ export default function TableListFinalLog() {
label: localeData.txtProvider,
isSort: true,
},
{
id: 'full_name',
align: 'left',
label: localeData.txtName,
isSort: true,
},
{
id: 'submission_date',
align: 'center',
label: localeData.txtSubmissionDate,
isSort: true,
},
{
id: 'service_type',
align: 'center',
label: localeData.txtServiceType,
isSort: true,
},
{
id: 'log_type',
align: 'center',
label: 'LOG Type',
isSort: true,
},
{
id: 'discharge_date',
align: 'center',