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
38 lines
1.2 KiB
PHP
Executable File
38 lines
1.2 KiB
PHP
Executable File
<?php
|
|
|
|
return [
|
|
"prescription_errors" => "Prescription Errors",
|
|
"date_from" => "Date From",
|
|
"date_to" => "Date To",
|
|
"search" => "Search",
|
|
"export_data_to_copy_csv_pdf_print" => "Export data to Copy, CSV, Excel, PDF & Print",
|
|
"dashboard" => "Dashboard",
|
|
"clinical_data_home" => "Clinical Data Home",
|
|
"submit" => "Submit",
|
|
"cancel" => "Cancel",
|
|
"home" => "Home",
|
|
"view" => "View",
|
|
"name_of_prescriber" => "Name of Prescriber",
|
|
"error_type" => "Error Type",
|
|
"severity" => "Severity",
|
|
"date" => "Date",
|
|
"patient" => "Patient",
|
|
"pharmacist" => "Pharmacist",
|
|
"comments" => "Comments",
|
|
"view_details" => "View Details",
|
|
"select_patient" => "Select Patient",
|
|
"prescription_error_details" => "Prescription Error Details",
|
|
"details" => "Details",
|
|
"prescriber" => "Prescriber",
|
|
"view_patient_details" => "View Patient Details",
|
|
"prescribed_record" => "Previous Prescribed Record",
|
|
"altered_record" => "Altered Record",
|
|
"drugs" => "Drugs",
|
|
"dose" => "Dose",
|
|
"dose_2" => "Dose 2",
|
|
"frequency" => "Frequency",
|
|
"instructions" => "Instructions",
|
|
"duration" => "Duration",
|
|
"days" => "Days",
|
|
"quantity_dispensed" => "Quantity Dispensed"
|
|
]; |