Files
streamline-emr/docker/_streamline-src/resources/lang/en/patient_refund.php
T

60 lines
2.3 KiB
PHP
Executable File

<?php
return [
"consultations" => "Consultations",
"treatments" => "Treatments",
"investigations" => "Investigations",
"procedures" => "Procedures",
"other_services" => "Other Services",
"sundries" => "Sundries",
"co_payment" => "Co-Payment",
"refund_point" => "Refund Point",
"dashboard" => "Dashboard",
"patient_refund" => "Patient Refund",
"choose_a_refund_point" => "Choose A Refund Point",
"finance_home" => "Finance Home",
"print" => "Print",
"tel" => "Tel",
"email" => "Email",
"cashier" => "Cashier",
"credit_memo_number" => "Credit Memo Number",
"patient" => "Patient",
"category" => "Category",
"description" => "Description",
"price" => "Price",
"refund_amount" => "Refund Amount",
"refund_reason" => "Refund Reason",
"refund_reference_receipt_number" => "Refund Reference Receipt Number",
"streamline" => "Stre@mline",
"refund_details" => "Refund Details",
"receipt_number" => "Receipt Number",
"service_items" => "Service Items",
"service_prices" => "Services Prices",
"patient_amount_paid" => "Patient Amount Paid",
"collected_by" => "Collected By",
"payment_date" => "Payment Date",
"was_refunded" => "was refunded",
"print_receipt" => "Print Receipt",
"consultation_payments" => "Consultation Payments",
"co_payment_payments" => "Co-Payment Payments",
"treatment_payments" => "Treatment Payments",
"investigation_payments" => "Investigation Payments",
"sundries_payments" => "Sundries Payments",
"inpatient_deposits" => "Inpatient Deposits",
"service_payments" => "Service Payments",
"procedure_items" => "Procedure Items",
"sundries_items" => "Sundries Items",
"treatment_items" => "Treatment Items",
"investigation_items" => "Investigation Items",
"investigation_prices" => "Investigation Prices",
"sundries_subtotals" => "Sundries Subtotals",
"sundries_quantities" => "Sundries Quantities",
"refund_date" => "Refund Date",
"service_price" => "Service Price",
"procedure_price" => "Procedure Price",
"treatment_quantities" => "Treatment Quantities",
"treatment_subtotals" => "Treatment Subtotals",
"procedure_payments" => "Procedure Payments",
"procedure_prices" => "Procedure Prices",
"patient_refund_receipt" => "Patient Refund Receipt"
];
?>