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
35 lines
1.2 KiB
PHP
Executable File
35 lines
1.2 KiB
PHP
Executable File
<?php
|
|
|
|
return [
|
|
"wards_consumption_report" => "Wards consumption report",
|
|
"report_by" => "Report by",
|
|
"select" => "Select",
|
|
"ward" => "Ward",
|
|
"drug" => "Drug",
|
|
"date" => "Date",
|
|
"last_24_hours" => "Last 24 hours",
|
|
"custom_date" => "Custom Date",
|
|
"custom_range" => "Custom Range",
|
|
"from" => "From",
|
|
"to" => "To",
|
|
"search" => "Search",
|
|
"results_for" => "Results for",
|
|
"quantity_issued_to_ward" => "Quantity issued to ward",
|
|
"money_value_quantity_issued" => "Money value(Quantity Issued)",
|
|
"quantity_dispensed_patients" => "Quantity dispensed to patients",
|
|
"money_value_quantity_dispensed" => "Money Value(Quantity Dispensed)",
|
|
"variance" => "Variance",
|
|
"details" => "Details",
|
|
"no_ward_consumptions" => "There is no ward consumptions in the database",
|
|
"total" => "Total",
|
|
"consumption_details" => "Consumption details",
|
|
"ward_consumption_report" => "WARD CONSUMPTION REPORT",
|
|
"wards_consumption_details" => "Wards consumption details",
|
|
"stores_home" => "Stores Home",
|
|
"details_for" => "Details for",
|
|
"dispensed_by" => "Dispensed By",
|
|
"quantity_dispensed" => "Quantity Dispensed",
|
|
"patient_name" => "Patient Name",
|
|
"patient_number" => "Patient Number",
|
|
];
|