mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-11 18:51:31 +00:00
62 lines
2.4 KiB
PHP
Executable File
62 lines
2.4 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",
|
|
'optical_is_expired'=>"Optical is expired",
|
|
"first_dispense_duration" => "First Dispense Duration",
|
|
];
|