Import request LOG
This commit is contained in:
@@ -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",
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user