Files
streamline-emr/docker/streamline-src/resources/lang/en/surgery.php
T
alec.turner a424394109 Build modified streamline images
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
2024-03-10 16:17:50 -07:00

68 lines
2.9 KiB
PHP
Executable File

<?php
return [
"add_new_assistant_surgeon" => "add new assistant surgeon",
"add_new_nurse" => "add new nurse",
"add_new_scrub_staff" => "add new scrub staff",
"add_new_theatre_location" => "add new theatre location",
"admitted_on" => "Admitted on",
"anaesthetics" => "Anaesthetics",
"anaesthetist" => "Anaesthetist",
"assistant_surgeon" => "Assistant surgeon",
"cadre" => "Cadre",
"comments" => "Comments/Notes",
"complete" => "Complete",
"completed_by" => "Completed by",
"create_surgery" => "Create surgery",
"date" => "Date",
"date_of_surgery" => "Date of Surgery",
"date_surgery_completed" => "Date surgery completed",
"designated_theatre_incharge" => "Designated in charge for this theatre",
"details" => "Details",
"details_of_surgery" => "Details of Surgery",
"elective" => "Elective",
"emergency" => "Emergency",
"estimated_blood_loss" => "Estimated blood loss (mLs)",
"if_any_risks_alert" => "If any risks identified for future procedures, please note them in Alerts box on top of Patient Home page",
"item" => "Item",
"number_of_vicryl_sutures_used" => "Number of vicryl sutures used",
"on" => "on",
"other_scrub_staff" => "Other scrub staff",
"other_sutures_used" => "Number of other sutures used",
"outcome" => "Outcome",
"previous_surgeries_from_episode" => "PREVIOUS SURGERIES FROM EPISODE STARTED ON",
"referred_to" => "Referred to?",
"register_new_assistant_surgeon" => "Register a new assistant surgeon",
"register_new_nurse" => "Register a new nurse",
"register_new_scrub_nurse" => "Register a new scrub nurse",
"register_new_surgeon" => "Register a new Surgeon",
"register_new_theatre_location" => "Register a new theatre location",
"scrub_check_authorized_by" => "Scrub check authorised by",
"scrub_nurse" => "Scrub Nurse",
"select_ward" => "Select the ward",
"surgeon" => "Surgeon",
"surgeries" => "Surgeries",
"surgery" => "Surgery",
"surgery_performed" => "Surgery Performed",
"surgery_type" => "Surgery Type",
"surgical_procedure" => "Surgical procedure",
"theatre" => "Theatre",
"theatre_incharge" => "Theatre In charge",
"theatre_location" => "Theatre location",
"theatre_module_surgery" => "Theatre module - surgery",
"time_commenced" => "Time Commenced",
"time_of_commencement" => "Time Of Commencement",
"time_surgery_completed" => "Time Surgery Completed",
"view" => "View",
"view_details" => "View Details",
"when" => "When",
"where" => "Where?",
"surgery_details" => "Surgery Details",
"patient_number" => "Patient Number",
"patient_names" => "Patient Names",
"anaesthesia_duration" => "Anaesthesia Duration",
"create_surgery" => "Create surgery",
"primary_diagnosis" => "Primary diagnosis",
"other_diagnoses" => "Other diagnoses",
"edit_surgery" => "Edit Surgery"
];