mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-11 18:51:31 +00:00
32 lines
1.0 KiB
PHP
Executable File
32 lines
1.0 KiB
PHP
Executable File
<?php
|
|
|
|
return [
|
|
"create_head_of_family" => "Create Head of Family",
|
|
"dashboard" => "Dashboard",
|
|
"heads_of_family" => "Heads of Family",
|
|
"register" => "Register",
|
|
"patient_search" => "Patient Search",
|
|
"patient_information" => "Patient Information",
|
|
"here" => "here",
|
|
"register_patient" => "Register a new patient",
|
|
"insurance_group" => "Insurance Group",
|
|
"profile_photo" => "Profile Photo",
|
|
"submit" => "Submit",
|
|
"cancel" => "Cancel",
|
|
"edit" => "Edit",
|
|
"edit_head_of_family" => "Edit Insurance Head Of Family",
|
|
"head_of_family_name" => "Head Of Family Name",
|
|
"activate" => "Activate",
|
|
"inactive_head_of_family" => "Inactive Heads Of Family",
|
|
"are_you_sure" => "Are you sure?",
|
|
"contact" => "Contact",
|
|
"action" => "Action",
|
|
"patient_number" => "Patient Number",
|
|
"name" => "Name",
|
|
"view_head_of_family" => "View Active Family Heads",
|
|
"insurance_status" => "Insurance Status",
|
|
"active" => "Active",
|
|
"inactive" => "Inactive",
|
|
"delete" => "Delete",
|
|
];
|