mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-11 18:51:31 +00:00
An updated set of source files and initialization was provided by streamline to address issues observed during initial testing. These files have been updated in order to generate a new set of app images.
97 lines
4.1 KiB
PHP
97 lines
4.1 KiB
PHP
<?php
|
|
|
|
return [
|
|
"create_insurance_benefit" => "Create Insurance Benefit",
|
|
"view_insurance_benefits" => "View Insurance Benefits",
|
|
"inactive_insurance_benefits" => "View Inactive Insurance Benefits",
|
|
"insurance_benefits" => "Insurance Benefits",
|
|
"create" => "Create",
|
|
"benefit_name" => "Benefit Name",
|
|
"waiting_period_days" => "Waiting Period (In Days)",
|
|
"annual_member_limit" => "Annual Member Limit",
|
|
"plan" => "Plan",
|
|
"fee" => "Fee",
|
|
"annual_family_limit" => "Annual Family Limit",
|
|
"created_by" => "Created By",
|
|
"deactivated_at" => "Deactivated At",
|
|
"details" => "Details",
|
|
"insurance_benefits_details" => "Insurance Benefits Details",
|
|
"add_item_insurance_benefit" => "Add Item To Insurance Benefit",
|
|
"name" => "Name",
|
|
"authorisation" => "Authorisation",
|
|
"co_payment" => "Co-Payment",
|
|
"opd_co_payment" => "OPD Co-Payment",
|
|
"ipd_co_payment" => "IPD Co-Payment",
|
|
"capitation_fee" => "Capitation Fee",
|
|
"cash_price" => "Cash Price",
|
|
"insurance_benefit" => "Insurance Benefit",
|
|
"item_type" => "Item Type",
|
|
"procedures" => "Procedures",
|
|
"view_all_procedures" => "View all procedures",
|
|
"add_procedures" => "Add procedures",
|
|
"services" => "Services",
|
|
"view_all_services" => "View all services",
|
|
"add_services" => "Add services",
|
|
"investigations" => "Investigations",
|
|
"view_all_investigations" => "View all investigations",
|
|
"add_investigations" => "Add investigations",
|
|
"drugs" => "Drugs",
|
|
"view_all_drugs" => "View all drugs",
|
|
"add_drugs" => "Add drugs",
|
|
"sundries" => "Sundries",
|
|
"view_all_sundries" => "View all sundries",
|
|
"add_sundries" => "Add sundries",
|
|
"view" => "View",
|
|
"item_name" => "Item Name",
|
|
"tariff_name" => "Tariff Name",
|
|
"age_limit" => "Age Limit",
|
|
"start" => "Start",
|
|
"end" => "End",
|
|
"age_type" => "Age Type",
|
|
"gender" => "Gender",
|
|
"tariff_price" => "Tariff Price",
|
|
"add_tariff" => "Add Tariff",
|
|
"edit_tariff" => "Edit Tariff",
|
|
"view_items" => "View Items",
|
|
"select_items_for_benefit" => "Select items to add to benefit",
|
|
"insurance_tariffs" => "Insurance Tariffs",
|
|
"plan_name" => "Plan Name",
|
|
"select_all_items" => "Select all items",
|
|
"inactive" => "Inactive",
|
|
"items" => "Items",
|
|
"inactive_insurance_tariffs" => "Inactive Insurance Tariffs",
|
|
"amount_paid_opd" => "Amount paid by patients billed from OPD",
|
|
"amount_paid_ipd" => "Amount paid by patients billed from IPD",
|
|
"ipd_tariff_price" => "IPD Tariff Price",
|
|
"inpatient_accommodation" => "Inpatient Accommodation",
|
|
"inpatient_accommodation_details" => "Inpatient Accommodation Details",
|
|
"bed_category" => "Bed Category",
|
|
"type_of_pricing" => "Type of Pricing",
|
|
"chi_amount" => "CHI Amount",
|
|
"view_all_items" => "View All Items",
|
|
"add_items" => "Add Items",
|
|
"select_bed_category" => "Select Bed Category",
|
|
"please_select_bed_category" => "Please select an inpatient bed category above",
|
|
"bed_category_name" => "Bed Category Name",
|
|
"co_payment_amount" => "Co-Payment Amount",
|
|
"co_payment_cost_per_night" => "Co-Payment per night",
|
|
"co_payment_cost_of_first_night" => "Co-Payment of first night",
|
|
"co_payment_range_cost" => "Range Co-Payment",
|
|
"co_payment_cost_for_nights_thereafter" => "Co-Payment for nights thereafter",
|
|
"chi_cost_per_night" => "CHI amount per night",
|
|
"chi_cost_of_first_night" => "CHI amount of first night",
|
|
"chi_range_cost" => "Range CHI amount",
|
|
"chi_cost_for_nights_thereafter" => "CHI amount for nights thereafter",
|
|
"edit" => "Edit",
|
|
"delete" => "Delete",
|
|
"ipd_percentage" => "IPD Percentage",
|
|
"opd_percentage" => "OPD Percentage",
|
|
"applied_to_cash_amount" => "Applied To Cash Amount",
|
|
"apply_opd_percentage" => "Apply OPD Percentage",
|
|
"apply_ipd_percentage" => "Apply IPD Percentage",
|
|
"apply_opd_percentage_all" => "Apply OPD Percentage To All Items",
|
|
"apply_ipd_percentage_all" => "Apply IPD Percentage To All Items",
|
|
"of_cash_price" => "Of Cash Price",
|
|
"wards_benefit_will_be_applied_to" => "Wards Benefit will be applied to",
|
|
];
|