mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-11 18:51:31 +00:00
87 lines
3.0 KiB
PHP
Executable File
87 lines
3.0 KiB
PHP
Executable File
<?php
|
|
|
|
return [
|
|
'point_of_sale' => 'Point Of Sale',
|
|
'home' => 'Home',
|
|
'dashboard' => 'Dashboard',
|
|
'sale_date' => 'Sale Date',
|
|
'first_name' => 'First Name',
|
|
'last_name' => 'Last Name',
|
|
'patient_category' => 'Patient Category',
|
|
'phone_number' => 'Phone Number',
|
|
'patient_information' => 'Patient Information',
|
|
'select' => 'Select',
|
|
'select_items' => 'SELECT ITEMS',
|
|
'quantity' => 'Quantity',
|
|
'unit_cost' => 'Unit Cost',
|
|
'duration_in_days' => 'Duration In Days',
|
|
'cost' => 'Cost',
|
|
'patient_is_allergic' => 'Patient is Allergic',
|
|
'out_of_stock' => 'Out Of Stock',
|
|
'eye_glass_total' => 'EYE GLASS TOTAL',
|
|
'drug' => 'Drug',
|
|
'dosage' => 'Dosage',
|
|
'dispense' => 'Dispense',
|
|
'price' => 'Price',
|
|
'_select' => '-select-',
|
|
'_frequency' => 'Frequency',
|
|
'add_dose' => 'Add dose',
|
|
'duration' => 'Duration',
|
|
'close' => 'Close',
|
|
'cancel' => 'Cancel',
|
|
'sundry' => 'Sundry',
|
|
'add_new' => 'Add New',
|
|
'patient' => 'PATIENT',
|
|
'add_referral' => 'Add Referral',
|
|
'select_a_patient' => '-- select a patient --',
|
|
'selected_sundries_orders' => 'Selected sundries orders',
|
|
'ugx' => '.UGX',
|
|
'quantity_to_dispense' => 'Quantity To Dispense',
|
|
'selected' => 'Selected',
|
|
'no_drugs_have_been_searched_yet' => 'No drugs have been searched yet',
|
|
'drugs_total' => 'DRUGS TOTAL',
|
|
'sundries_total' => 'SUNDRIES TOTAL',
|
|
'selected_items' => 'SELECT ITEMS',
|
|
'drug_with_quantity' => 'DRUGS WITH QUANTITY',
|
|
'drug_with_prescription' => 'DRUGS WITH PRESCRIPTION',
|
|
'eye_glasses' => 'EYE GLASSES',
|
|
'sundries' => 'SUNDRIES',
|
|
'all' => 'ALL',
|
|
'items' => 'ITEMS',
|
|
'drugs' => 'Drugs',
|
|
'do_you_wish_to_proceed' => 'Do you Wish to Proceed ?',
|
|
'proceed' => 'Proceed',
|
|
'confirm_selection' => 'Confirm Selection',
|
|
'patient_order_request' => 'Patient Order Request',
|
|
'print' => 'Print',
|
|
'tel' => 'Tel',
|
|
'email' => 'Email',
|
|
'cashier' => 'Cashier',
|
|
'new_patient' => 'New Patient',
|
|
'existing_patient' => 'Existing Patient',
|
|
'date' => 'Date',
|
|
'patient_name' => 'Patient Name',
|
|
'patient_number' => 'Patient Number',
|
|
'description' => 'Description',
|
|
'insured' => '(Insured)',
|
|
'total_cost' => 'Total Cost',
|
|
'total_to_pay' => 'Total to pay',
|
|
'approve_and_print_order' => 'Approve and Print Order',
|
|
'insurance_to_pay' => 'Insurance to pay',
|
|
'staff_guarantor_to_pay' => 'Staff guarantor to pay',
|
|
'to_pay' => 'To Pay',
|
|
'drugs_with_quantity' => 'DRUGS WITH QUANTITY',
|
|
'drugs_with_prescription' => 'DRUGS WITH PRESCRIPTION',
|
|
'balance_to_pay' => 'Balance to pay',
|
|
'hospital_to_pay' => 'Hospital to pay',
|
|
'patient_to_pay' => 'Patient to pay',
|
|
'streamline' => '© Stre@mline',
|
|
'services' => 'Services',
|
|
'treatments' => 'Treatments',
|
|
'record_created_on' => 'Record Created On',
|
|
'record_created_by' => 'Record Created By',
|
|
'patient_names' => 'Patient Name',
|
|
'print_date' => 'Print Date',
|
|
'record_date' => 'Record Date',
|
|
'dispensed_by' => 'Dispensed By',
|
|
]; |