update template import request log

This commit is contained in:
2024-01-25 11:11:41 +07:00
parent 667c08dc0c
commit 423fe7b182
4 changed files with 79 additions and 23 deletions

View File

@@ -25,6 +25,8 @@ class RequestLog extends Model
'member_id',
'payment_type',
'service_code',
'type_of_member',
'total_cob',
'policy_id',
'final_log',
'status',
@@ -56,24 +58,28 @@ class RequestLog extends Model
'deleted_by',
];
public static $doc_headers_to_field_map = [
public $doc_headers_to_field_map = [
"Record Mode" => "record_mode",
"Date Addmission" => "submission_date",
"Date Discharge" => "discharge_date",
"Member ID Peserta" => "member_id",
"Type of patient" => "service",
"Service" => "service",
"Type of Member" => "type_of_member",
"Provider Code" => "organization_id",
"End Of Claim Numbers" => "code",
"Remarks" => "keterangan",
"Diagnosis" => "catatan",
"Diagnosis" => "diagnosis",
"Tgl Billing dari RS" => "approved_final_log_at",
"Total Billing" => "total_billing",
"Benefit Item" => "benefit_id",
"Amount Approval" => "amount_approval",
"Amount Not Approval" => "amount_not_approval",
"Final Billing" => "final_billing",
"Remarks" => "keterangan",
"Total COB" => "total_cob",
"Keterangan IGL" => "keterangan",
"Catatan FGL" => "catatan",
"QC 1" => "status_final_log",
"Ingestion Code" => "ingestion_code",
"Ingestion Status" => "ingestion_status",
];
public static $listing_doc_headers = [
@@ -81,19 +87,22 @@ class RequestLog extends Model
"Date Addmission",
"Date Discharge",
"Member ID Peserta",
"Type of patient",
"Service",
"Type of Member",
"Provider Code",
"End Of Claim Numbers",
"Remarks",
"Diagnosis",
"Tgl Billing dari RS",
"Total Billing",
"Benefit Item",
"Amount Approval",
"Amount Not Approval",
"Final Billing",
"Remarks",
"Total COB",
"Keterangan IGL",
"Catatan FGL",
"QC 1",
"Ingestion Code",
"Ingestion Status",
];
public static $listing_data_doc_headers = [