Import request LOG

This commit is contained in:
2024-01-24 12:59:16 +07:00
parent e83bfedee1
commit 9274f86bb8
2 changed files with 78 additions and 59 deletions

View File

@@ -56,36 +56,42 @@ class RequestLog extends Model
];
public static $doc_headers_to_field_map = [
"Date Of Request" => "submission_date",
"Record Mode" => "record_mode",
"Date Addmission" => "submission_date",
"Date Discharge" => "discharge_date",
"Member ID Peserta" => "member_id",
"Type of patient" => "service",
"Provider Name" => "organization_id",
"Provider Code" => "organization_id",
"End Of Claim Numbers" => "code",
"Remarks" => "keterangan",
"Diagnosis" => "catatan",
"Tgl Billing dari RS" => "approved_final_log_at",
"Benefit Item" => "benefit_id",
"Total Billing" => "total_billing",
"Benefit Item" => "benefit_id",
"Amount Approval" => "amount_approval",
"Amount Not Approval" => "amount_not_approval",
"Final Billing" => "final_billing",
"Remarks" => "keterangan",
"QC 1" => "status_final_log",
];
public static $listing_doc_headers = [
"Date Of Request",
"Record Mode",
"Date Addmission",
"Date Discharge",
"Member ID Peserta",
"Type of patient",
"Provider Name",
"Provider Code",
"End Of Claim Numbers",
"Remarks",
"Diagnosis",
"Tgl Billing dari RS",
"Benefit Item",
"Total Billing",
"Benefit Item",
"Amount Approval",
"Amount Not Approval",
"Final Billing",
"Remarks",
"QC 1",
];