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
107 lines
4.8 KiB
PHP
Executable File
107 lines
4.8 KiB
PHP
Executable File
<?php
|
|
return [
|
|
"add_document" => "Add document",
|
|
"admitted" => "Admitted",
|
|
"anaesthesia_complete" => "Anaesthesia completed",
|
|
"anaesthesia_not_complete" => "Anaesthesia not completed",
|
|
"appointment_date" => "Appointment date",
|
|
"birth_report" => "Birth Report",
|
|
"clinic" => "Clinic",
|
|
"close" => "Close",
|
|
"comments" => "Comments",
|
|
"consultation" => "Consultation",
|
|
"consultation_with_notes" => "Consultation With Notes",
|
|
"current_clinic" => "Current Clinic",
|
|
"dashboard" => "Dashboard",
|
|
"date" => "Date",
|
|
"death_report" => "Death Report",
|
|
"delivery_record" => "Delivery Record",
|
|
"discharged" => "Discharged",
|
|
"episode_summary" => "Episode Summary",
|
|
"episodes" => "Episodes",
|
|
"eye_clinic" => "Eye Clinic",
|
|
"claim_number" => "Claim Number",
|
|
"follow_up" => "Follow Up",
|
|
"follow_up_complete" => "Follow up not completed",
|
|
"historical_anaesthetics" => "Historical Anaesthetics",
|
|
"historical_investigations" => "Historical Investigations",
|
|
"historical_surgeries" => "Historical Surgeries",
|
|
"in_charge" => "In charge",
|
|
"inpatient_billing" => "Inpatient Billing",
|
|
"inpatient_sheet" => "Inpatient Sheet",
|
|
"internal_transfer" => "Internal Transfer",
|
|
"investigations" => "Investigations",
|
|
"maternity_admission" => "Maternity Admission",
|
|
"maternity_summary" => "Maternity Summary",
|
|
"other_diagnosis" => "Other Diagnosis",
|
|
"outcome" => "Outcome",
|
|
"patient_episodes" => "Patient episodes",
|
|
"patient_transfer_failed" => "Patient transfer failed. Please try again",
|
|
"patient_transfer_successful" => "Patient transfer successful",
|
|
"patients" => "Patients",
|
|
"prescriptions" => "Prescriptions",
|
|
"primary_diagnosis" => "Primary Diagnosis",
|
|
"procedure" => "Procedure",
|
|
"procedures" => "Procedures",
|
|
"read_less" => "Read Less",
|
|
"review_from" => "Review from",
|
|
"select" => "Select",
|
|
"select_a_patient" => "Select a patient",
|
|
"select_new_clinic" => "Please select new clinic",
|
|
"select_patient_warning" => "Please select a patient or make sure the selected patient's age is specified",
|
|
"sundries" => "Sundries",
|
|
"surgery_complete" => "Surgery completed",
|
|
"surgery_not_complete" => "Surgery not completed",
|
|
"surgery_type" => "Surgery Type",
|
|
"template_preview" => "Template Preview",
|
|
"theatre" => "Theatre",
|
|
"quantity" => "Quantity",
|
|
"theatre_anaesthetics" => "Theatre module - Anaesthetics",
|
|
"theatre_surgery" => "Theatre module - Surgery",
|
|
"transfer_patient" => "Transfer Patient",
|
|
"transfer_to" => "Transfer to",
|
|
"triage" => "Triage",
|
|
"triage_not_performed" => "Triage not performed in this episode",
|
|
"triage_without" => "Triage Without",
|
|
"new_episode_with_doctor" => "New episode with doctor",
|
|
"doctor_allocation" => "Allocate Doctor",
|
|
"continue_doctor_allocation" => "Continue doctor allocation",
|
|
"are_you_sure_doctor" => "Are you sure you want to proceed with patient allocation to this doctor",
|
|
"new_episode_with_doctor_and_clinic" => "New episode with doctor and clinic",
|
|
"doctor_and_clinic_allocation" => "Allocate doctor and clinic",
|
|
"continue_allocation" => "Continue Allocation",
|
|
"are_you_sure_doctor_and_clinic" => "Are you sure you want to allocate the patient to this doctor and clinic",
|
|
"new_episode_option" => "New episode options",
|
|
"consultation_by" => "Consultation By",
|
|
"new_episode_with_self_lab_request" => "New Episode With Self Lab Request",
|
|
"are_you_sure" => "Are you sure",
|
|
"transfer_from_doctor" => "Transfer from doctor",
|
|
"transfer_to_doctor" => "Transfer to doctor",
|
|
"view_history" => "View Patient History",
|
|
"episode_date" => "Episode Date",
|
|
"merge_episodes" => "Merge Episodes",
|
|
"select_records_merge" => "select 2 records to merge at a time",
|
|
"episode_records" => "Episode records",
|
|
"started_by" => "Started by",
|
|
"other_diagnoses" => "Other Diagnoses",
|
|
"consultation_done_by" => "Consultation done by",
|
|
"select_information_to_keep" => "Select information to keep",
|
|
"complete" => "Complete",
|
|
"edit_claim_number" => "Edit Claim Number",
|
|
"okay" => "Okay",
|
|
"patient_not_paid_consultation" => "This patient has not yet paid for consultation",
|
|
"transfer_doctor" => "Transfer Doctor",
|
|
"inpatient_attendant_pass" => "Inpatient Attendant Pass",
|
|
"admit_patient" => "Admit Patient",
|
|
"order_multiple_items" => "Order multiple items",
|
|
"services" => "Services",
|
|
"drug_refill" => "Drug Refill",
|
|
"doctor_transfer" => "Doctor Transfer",
|
|
"clinic_transfer" => "Clinic Transfer",
|
|
"remove_episode" => "Remove Episode",
|
|
"procedure_name" => "Procedure Name",
|
|
"inv_manage_plan_comment" => "Investigation and Management Plan Comments",
|
|
"clinic_examination_comments" => "Clinic Examination Comments",
|
|
"history_comments" => "History Comments",
|
|
];
|