Files
hpt_inventory/lang/en/patient.php
2026-06-10 16:42:20 +07:00

78 lines
2.8 KiB
PHP

<?php
return [
'table_title' => 'Patients',
'search_placeholdolder' => 'Patient name, phone ..',
'table_no' => 'No',
'table_code' => 'Code',
'table_name' => 'Name',
'table_sex' => 'Sex',
'table_phon' => 'Phone',
'table_have_sample' => 'Have Sample',
'table_status' => 'Status',
'table_action' => 'Actions',
'form_add_title' => 'New Patient',
'form_edit_title' => 'Edit Patient',
'form_code' => 'Patient Code',
'form_name' => 'Patient Name',
'form_dob' => 'Dob or Age',
'form_age' => 'Age',
'form_gender' => 'Gender',
'form_sex_male' => 'Male',
'form_sex_female' => 'Female',
'form_sex_other' => 'Other',
'form_khid' => 'KH-ID Number',
'form_phone' => 'Phone Number',
'form_house' => 'House Number',
'form_street' => 'Street Number',
'form_province' => 'Province',
'form_district' => 'District',
'form_commune' => 'Commune',
'form_village' => 'Village',
'form_alt_generate_puuid' => 'Auto Generate Patient Code',
'create_success' => 'Patient has been created!',
'create_fail' => 'An error occur while trying to create patient record. Please try again.',
'update_success' => 'Patient record has been updated!',
'update_fail' => 'An error occur while trying to update patient record. Please try again.',
'delete_success' => 'Patient record has been deleted!',
'delete_fail' => 'An error occur while trying to delete patient record. Please try again.',
'restore_success' => 'Patient record has been restored!',
'restore_fail' => 'An error occur while trying to restore patient record. Please try again.',
'get_success' => 'Patient record has been retrieved!',
'get_fail' => 'An error occur while trying to retrieve patient record. Please try again.',
'basic_information' => 'Basic Information',
'identifiers' => 'Identifiers',
'contact_detail' => 'Contact Details',
'medical_history' => 'Medical Histories',
'first_name' => 'Surname',
'last_name' => 'Given Name',
'dob' => 'Date of Birth',
'marital_status' => 'Marital Status',
'single' => 'Single',
'married' => 'Married',
'other' => 'Others',
'are_in_num' => 'Or Age in year, month, and day.',
'blood_group' => 'Blood Group',
'khid' => 'Khmer ID Card',
'passport' => 'Passport',
'nhid' => 'National Health ID',
'create_new' => 'Create New Patient',
'street' => 'Street',
'house_no' => 'House Number',
'email' => 'E-mail',
'allergy' => 'Allergies',
'chronic_disease' => 'Chronic Diseases',
'past_surgery' => 'Past Surgeries',
'family_history' => 'Family Medical History',
'vaccination_history' => 'Vaccination Histories',
'save_patient' => 'Save Patient',
'save_consult' => 'Consultation',
'save_queue' => 'Add Queue',
'cancel' => 'Cancel',
'sample' => 'Samples'
];