mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-12 03:01:32 +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
59 lines
2.2 KiB
PHP
Executable File
59 lines
2.2 KiB
PHP
Executable File
<?php
|
|
return [
|
|
"add_dose" => "Add dose",
|
|
"altered_and_dispensed" => "Altered and Dispensed",
|
|
"chronic_drugs" => "Chronic drugs",
|
|
"close" => "Close",
|
|
"complete_prescription" => "Complete Prescription",
|
|
"confirm_selection" => "Confirm Selection",
|
|
"confirm_treatment" => "Confirm Treatment",
|
|
"dashboard" => "Dashboard",
|
|
"date" => "Date",
|
|
"days" => "days",
|
|
"dispense" => "Dispense",
|
|
"dispensed" => "Dispensed",
|
|
"dosage" => "Dosage",
|
|
"drug" => "Drug",
|
|
"duration" => "Duration",
|
|
"duration_in_days" => "Duration in days",
|
|
"grand_total" => "Grand total",
|
|
"instruction_to_patient" => "Instruction to patient",
|
|
"instructions" => "Instructions",
|
|
"no_drugs_searched" => "No drugs have been searched yet",
|
|
"no_treatment_history" => "No treatment history for this episode",
|
|
"out_of_stock" => "Out of stock",
|
|
"patient_home" => "Patient Home",
|
|
"patient_is_allergic" => "Patient is Allergic",
|
|
"patient_treatment" => "Patient Treatment",
|
|
"pending" => "Pending",
|
|
"prescribe_drugs" => "Prescribe Drugs",
|
|
"prescription" => "Prescription",
|
|
"price" => "Price",
|
|
"print" => "Print",
|
|
"prompt" => "Prompt",
|
|
"quantity" => "Quantity",
|
|
"select" => "select",
|
|
"select_dosage_warning" => "Please fill out the Dosage and Duration of selected drugs",
|
|
"select_one_drug" => "Select atleast one drug",
|
|
"selected" => "Selected",
|
|
"status" => "Status",
|
|
"total" => "Total",
|
|
"total_cost" => "Total Cost",
|
|
"treatment_for_episode" => "Treatment for Episode started on",
|
|
"treatment_for_given_episode" => "Treatment Given For This Episode",
|
|
"ward_prescription" => "Ward prescription",
|
|
"yes" => "Yes",
|
|
"prescription_refill" => "Prescription refill",
|
|
"drug_refill_from" => "Drug refill from",
|
|
"drug_is_expired" => "Drug is expired",
|
|
"previous_prescriptions" => "Previous prescriptions",
|
|
"prescribed_by" => "Prescribed By",
|
|
"clinic" => "Clinic",
|
|
"primary_diagnosis" => "Primary diagnosis",
|
|
"other_diagnoses" => "Other diagnoses",
|
|
"view_details" => "View Details",
|
|
"dispensation_status" => "Dispensation status",
|
|
"order_comments" => "Order comments",
|
|
"instruction" => "Instruction"
|
|
];
|