mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-11 18:51:31 +00:00
The official image from streamline does not currently work for the arm64 platform. As a temporary measure, the source code and docker build scripts have been lifted from the official images and are used to build locally. Some additional modifications are made to reduce overall image size, these are documented in docker/README.md
54 lines
1.8 KiB
PHP
Executable File
54 lines
1.8 KiB
PHP
Executable File
<?php
|
|
|
|
return [
|
|
"add_service" => "Add Service",
|
|
"dashboard" => "Dashboard",
|
|
"services" => "Services",
|
|
"streamline_setup" => "Stre@mline setup (Step 4 of 10)",
|
|
"service_name" => "Service name",
|
|
"non_insured_price" => "Cash Price",
|
|
"chart_account_name" => "Chart of account name",
|
|
"chart_of_account" => "Chart of Account",
|
|
"insurance_coverage" => "Insurance coverage",
|
|
"yes" => "Yes",
|
|
"no" => "No",
|
|
"price" => "Price",
|
|
"insured_price" => "Insured Price",
|
|
"description" => "Description",
|
|
"type_of_service" => "Type of Service",
|
|
"consultation" => "Consultation",
|
|
"copayment" => "Co-Payment",
|
|
"service" => "Service",
|
|
"select_any_list" => "Select any from list",
|
|
"next" => "Next",
|
|
"skip" => "Skip",
|
|
"submit" => "Submit",
|
|
"cancel" => "Cancel",
|
|
"edit_service" => "Edit service",
|
|
"edit" => "Edit",
|
|
"activate_services" => "Activate Services",
|
|
"activate" => "Activate",
|
|
"are_you_sure" => "Are you sure?",
|
|
"delete" => "Delete",
|
|
"view_services" => "View Services",
|
|
"attach_staff_name" => "Attach Staff Name",
|
|
"patient_home" => "Patient Home",
|
|
"ordering_services" => "Ordering Services",
|
|
"select_services" => "Select Services",
|
|
"confirm_services" => "Confirm Services",
|
|
"select" => "select",
|
|
"service" => "Service",
|
|
"quantity" => "Quantity",
|
|
"unit_cost" => "Unit Cost",
|
|
"total_cost" => "Total Cost",
|
|
"selected_service_orders" => "Selected Service Orders",
|
|
"is_service_available" => "Is the service available?",
|
|
"pending_services" => "Pending Services",
|
|
"paid" => "Paid",
|
|
"select_services_above" => "Select services above",
|
|
"submit_services" => "Submit Services",
|
|
"for_episode" => "for episode",
|
|
"order_service" => "Order services",
|
|
"total" => "Total"
|
|
];
|