69 lines
2.8 KiB
PHP
69 lines
2.8 KiB
PHP
<?php
|
|
|
|
return [
|
|
'table_title' => 'Tests',
|
|
'search_placeholder' => 'Department, sample type, or test name...',
|
|
'table_no' => 'No',
|
|
'table_name' => 'Test Name',
|
|
'table_department' => 'Ward',
|
|
'table_sample_type' => 'Sample Type',
|
|
'table_sign' => 'Sign',
|
|
'table_group_result' => 'Group Result',
|
|
'table_field_type' => 'Field Type',
|
|
'table_price' => 'Price',
|
|
'table_sort' => 'Sort-Order',
|
|
'table_btn_pc' => 'Provider Commission',
|
|
'pc_physician' => 'Provider',
|
|
'pc_rate' => 'Commission Rate',
|
|
'pc_btn_apply_all_test' => 'Apply to all tests',
|
|
'table_status' => 'Status',
|
|
'table_action' => 'Actions',
|
|
'form_add_tittle' => 'New Test Sample',
|
|
'form_test_name' => 'Test Name',
|
|
'form_unit_sign' => 'Unit Sign',
|
|
'form_field_type' => 'Field Type',
|
|
'form_edit_tittle' => 'Edit Test Sample',
|
|
'form_description' => 'Description',
|
|
'form_format' => 'Format',
|
|
'form_ref_range' => 'Reference Range',
|
|
'form_ref_min' => 'Min-Value',
|
|
'form_ref_sign' => 'Sign',
|
|
'form_ref_max' => 'Max-Value',
|
|
'form_ref_patient_type' => 'Patient Type',
|
|
'form_organism' => 'Organisim & Antibiotic',
|
|
'organism_input_placeholder' => 'Organism name',
|
|
'antibiotic_inut_placeholder' => 'Antibiotic name',
|
|
'form_organism_selected' => 'Selected',
|
|
'form_formula' => 'Formula',
|
|
'formula_equation' => 'Equation',
|
|
|
|
'btn_apply_to_all_tests' => 'Apply to all tests',
|
|
'code' => 'Code',
|
|
|
|
'create_success' => 'Test sample has been created!',
|
|
'create_fail' => 'An error occur while trying to create test sample record. Please try again.',
|
|
'update_success' => 'Test sample record has been updated!',
|
|
'update_fail' => 'An error occur while trying to update test sample record. Please try again.',
|
|
'delete_success' => 'Test sample record has been deleted!',
|
|
'delete_fail' => 'An error occur while trying to delete test sample record. Please try again.',
|
|
'restore_success' => 'Test sample record has been restored!',
|
|
'restore_fail' => 'An error occur while trying to restore test sample record. Please try again.',
|
|
'get_success' => 'Test sample record has been retrieved!',
|
|
'get_fail' => 'An error occur while trying to retrieve test sample record. Please try again.',
|
|
|
|
'add_commission_success' => 'Commission record has been added!',
|
|
'add_commission_fail' => 'An error occur while trying to add commission record. Please try again.',
|
|
'select_organism' => 'Selected Organisms',
|
|
'result_highlight_with_bold_text' => 'Highlight with Bold Text on Result Page',
|
|
'auto_suggest_results' => 'Auto Suggest Result',
|
|
|
|
'numeric' => 'Numeric',
|
|
'calculate' => 'Calculate',
|
|
'single' => 'Single Selection',
|
|
'multiple' => 'Multiple Selection',
|
|
'text' => 'Long Text',
|
|
'attachment' => 'Attachment',
|
|
'heading' => 'Heading'
|
|
|
|
];
|