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
53 lines
1.8 KiB
PHP
Executable File
53 lines
1.8 KiB
PHP
Executable File
<?php
|
|
|
|
return [
|
|
"center_performance" => "Center Performance",
|
|
"reports_dashboard" => "Reports Dashboard",
|
|
"select_cost_center" => "Select cost center",
|
|
"select_date_range" => "Select a date or date range",
|
|
"today" => "TODAY",
|
|
"yesterday" => "YESTERDAY",
|
|
"custom_date" => "CUSTOM DATE",
|
|
"date_range" => "DATE RANGE",
|
|
"date_on" => "Date On",
|
|
"end_date" => "End Date",
|
|
"submit" => "Submit",
|
|
"showing_performance_of" => "Showing performance of",
|
|
"item" => "Item",
|
|
"total" => "Total",
|
|
"action" => "Action",
|
|
"drug" => "Drug",
|
|
"details" => "Details",
|
|
"print_receipt" => "Print Receipt",
|
|
"select" => "select",
|
|
"consultation" => "Consultation",
|
|
"services" => "Services",
|
|
"sundries" => "Sundries",
|
|
"investigations" => "Investigations",
|
|
"procedures" => "Procedures",
|
|
"extras" => "Extras",
|
|
"patient" => "Patient",
|
|
"staff_in_charge" => "Staff In Charge",
|
|
"receipts" => "Receipts",
|
|
"amount" => "Amount",
|
|
"cost_center_performance" => "COST CENTER PERFORMANCE",
|
|
"center_performance_details" => "Center Performance Details",
|
|
"patient_number" => "Patient Number",
|
|
"patient_name" => "Patient Name",
|
|
"staff" => "Staff",
|
|
"date" => "Date",
|
|
"receipt_number" => "Receipt Number",
|
|
"item_name" => "Item Name",
|
|
"amount_patient_paid" => "Amount Patient Paid",
|
|
"donor_discount" => "Donor Discount if Any",
|
|
"gen_discount" => "General Discount if Any",
|
|
"select_valid_date" => "Select a Valid date or date range",
|
|
"investigation_performance" => "Investigations Performance",
|
|
"investigation_type" => "Investigation type",
|
|
"lab" => "Lab",
|
|
"xray" => "X-ray",
|
|
"ultrasound" => "Ultrasound",
|
|
"investigation_performance_details" => "Investigations performance details",
|
|
"top_performing_investigations" => "Top performing investigations",
|
|
];
|