59 lines
1.8 KiB
PHP
59 lines
1.8 KiB
PHP
<?php
|
|
|
|
return [
|
|
'dashboard' => 'Dashboard',
|
|
'patients' => 'Patients',
|
|
'new_patient' => 'New Patient',
|
|
'patient_list' => 'Patient List',
|
|
'sample' => 'Samples',
|
|
'new_sample' => 'Register Sample',
|
|
'payment' => 'Payment',
|
|
'invoice_list' => 'Invoice List',
|
|
'report' => 'Reports',
|
|
'lab_manager' => 'Lab Manager',
|
|
'laboratory-profile' => 'Lab Profile',
|
|
'department' => 'Departments',
|
|
'sample_types' => 'Sample Types',
|
|
'test_sample' => 'Tests',
|
|
'comment' => 'Comments',
|
|
'organism' => 'Organisms',
|
|
'antibiotic' => 'Antibiotics',
|
|
'quantity' => 'Quantities',
|
|
'sample_source' => 'Sample Sources',
|
|
'patient_type' => 'Patient Types',
|
|
'physician' => 'Physicians',
|
|
'user_account' => 'User Accounts',
|
|
'administrator' => 'Administrator',
|
|
'laboratory' => 'Laboratories',
|
|
'system_role' => 'System Roles',
|
|
'change_lab' => 'Change Lab',
|
|
'logout' => 'Logout',
|
|
'clone_lab' => 'Clone Laboratory',
|
|
'medicines' => 'Logistics',
|
|
'supplier' => 'Supplier',
|
|
'medicine_group' => 'Item Group',
|
|
'medicine_unit' => 'Item Unit',
|
|
'medicine' => 'Items',
|
|
'stockin' => 'Stock In',
|
|
'stockout' => 'Stock Out',
|
|
|
|
'inventory_report' => 'Inventory Report',
|
|
|
|
'vaccination' => 'Vaccination',
|
|
'new_vaccination' => 'New Vaccination',
|
|
'vaccination_list' => 'Vaccination List',
|
|
'publication' => 'Messages',
|
|
|
|
'laboratory_configures' => 'Lab Configuration',
|
|
'financial_report' => 'Financial Report',
|
|
'aggregate_report' => 'Aggregate Report',
|
|
'doctor_report' => 'Doctor Report',
|
|
'invoice'=>'Invoices',
|
|
'payments'=>'Invoices & Repayment',
|
|
'sample_management' => 'Sample Management',
|
|
'create_sample' => 'Create Sample',
|
|
'appointment' => 'Appointments',
|
|
'view_sample' => 'Sample List',
|
|
|
|
];
|