Update Claim
This commit is contained in:
@@ -50,6 +50,52 @@ class Claim extends Model
|
||||
'paid' => 'Paid',
|
||||
'declined' => 'Declined'
|
||||
];
|
||||
|
||||
public static $listing_doc_headers = [
|
||||
// Pharmacy permit number Pharmacy Address Pharmacy phone number Delivery Address Claimable Status Benefit Code
|
||||
'Count of Usage',
|
||||
'Claim Number',
|
||||
'Insurar Code',
|
||||
'Policy no',
|
||||
'Corporate Name',
|
||||
'Plan Code',
|
||||
'Member Name',
|
||||
'Member Status',
|
||||
'DOB', // date of brith
|
||||
'Member Number',
|
||||
'Institution Code',
|
||||
'Invoice Line Number',
|
||||
'Claim Status',
|
||||
'Admission Date',
|
||||
'Discharge Date',
|
||||
'Date Of Service',
|
||||
'Place Of Service',
|
||||
'Los',
|
||||
'Provider code',
|
||||
'Treating Doctor Code',
|
||||
'Treating Doctor Name',
|
||||
'Doctor Title',
|
||||
'Diagnosis',
|
||||
'ServiceCode',
|
||||
'ServiceType',
|
||||
'ServiceDescription',
|
||||
'UnitPrice',
|
||||
'Quantity',
|
||||
'Tarif',
|
||||
'Claimable amount',
|
||||
'Paid by customer',
|
||||
'HD Disc',
|
||||
'Doctor Notes',
|
||||
'ConsultationID Date',
|
||||
'Pharmacy Code',
|
||||
'Pharmacy Name',
|
||||
'Pharmacy Permit Number',
|
||||
'Pharmacy Address',
|
||||
'Pharmacy Phone number',
|
||||
'Delivery Address',
|
||||
'Claimable Status',
|
||||
'Benefit Code',
|
||||
];
|
||||
|
||||
protected static function boot()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user