diff --git a/app/Models/RequestLog.php b/app/Models/RequestLog.php index af3c8679..1f247b02 100644 --- a/app/Models/RequestLog.php +++ b/app/Models/RequestLog.php @@ -23,8 +23,10 @@ class RequestLog extends Model 'invoice_no', 'billing_no', 'submission_date', + 'admission_date', 'discharge_date', 'member_id', + 'plan_id', 'payment_type', 'service_code', 'type_of_member', @@ -38,6 +40,12 @@ class RequestLog extends Model 'claim_id', 'organization_id', 'keterangan', + 'nomor_sep', + 'status_rujukan', + 'nomor_rujukan', + 'no_transaksi_provider', + 'inacbgs_code', + 'inacbgs_amount', 'hak_kamar_pasien', 'penempatan_kamar', 'catatan',