mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-11 18:51:31 +00:00
37 lines
1.3 KiB
PHP
Executable File
37 lines
1.3 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",
|
|
"items_consumption_report" => "Items consumption report",
|
|
"unit" => "Unit",
|
|
];
|