Files
streamline-emr/docker/streamline-src/resources/lang/en/prescriptions.php
T
alec.turner 4a89356390 Import latest app updates from streamline
An updated set of source files and initialization was provided by streamline to
address issues observed during initial testing. These files have been updated in
order to generate a new set of app images.
2024-04-11 11:16:51 -07:00

61 lines
2.3 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",
"first_dispense_quantity" => "First Dispense Quantity",
"first_dispense_duration" => "First Dispense Duration",
];