mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-11 18:51:31 +00:00
The official image from streamline does not currently work for the arm64 platform. As a temporary measure, the source code and docker build scripts have been lifted from the official images and are used to build locally. Some additional modifications are made to reduce overall image size, these are documented in docker/README.md
43 lines
1.5 KiB
PHP
Executable File
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",
|
|
];
|