Files
streamline-emr/docker/_streamline-src/resources/lang/en/allergies.php
T

43 lines
1.5 KiB
PHP
Executable File

<?php
return [
"category" => "Category",
"patient_number" => "Patient Number",
"full_names" => "Full Names",
"gender" => "Gender",
"age" => "Age",
"male" => "Male",
"female" => "Female",
"insured_patient_photo" => "Insured Patient's photo",
"close" => "Close",
"allergies" => "Allergies",
"add_allergies_patient" => "Add allergies for this patient",
"currently_known" => "Currently Known",
"allergic_reactions" => "Allergic Reactions",
"submit_allergies" => "Submit Allergies",
"no_recorded_allergies" => "No Recorded Allergies",
"view_all" => "View All",
"alerts" => "Alerts",
"alerts_for_patient" => "Alerts for this Patient",
"enter_alert" => "Enter the alert",
"no_recorded_alerts" => "No Recorded Alerts",
"allergies_updated" => "Patient allergies have been updated successfully",
"alerts_updated" => "Patient alerts have been updated successfully",
"ok" => "Ok",
"add" => "add",
"no_allergy_added" => "No Allergy Added",
"submit_alert" => "Submit Alert",
"documents" => "Documents",
"documents_attached" => "Documents Attached",
"no_document_added" => "No Document Added",
"allergies_for_patient" => "Allergies for patient added",
"date_of_birth" => "Date of Birth",
"no_patient_selected" => "No patient selected",
"none" => "None",
"allergy" => "Allergy",
"view" => "View",
"dashboard" => "Dashboard",
"allergies_for" => "Allergies for",
"national_id" => "National ID",
];