Files
streamline-emr/docker/streamline-src/resources/lang/en/anaesthetics.php
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

54 lines
2.4 KiB
PHP
Executable File

<?php
return [
"add_more_drugs" => "Add drugs +",
"agent_used" => "Agent used",
"airway" => "Airway",
"anaesthesia_checklist" => "Anaesthesia Checklist",
"anaesthetics" => "Anaesthetics",
"anaesthetist" => "Anaesthetist",
"analgesics" => "Analgesics",
"antibiotics" => "Antibiotics",
"any_risks_alert" => "If any risks identified for future procedures, please note them in Alerts box on top of Patient Home page",
"approximate_equivalents" => "Approximate equivalents",
"asa_classification" => "ASA Classification",
"blood_given" => "Blood given (units)",
"checklist_confirmed_by" => "Checklist Confirmed By",
"comments" => "Comments",
"create_anaesthetics" => "Create anaesthetics",
"create_new_anaesthesia" => "CREATE NEW ANAESTHESIA",
"date" => "Date",
"details" => "Details",
"dose" => "Dose",
"volatile_liquid_anaesthetic_used" => "Amount of Volatile Liquid Anaesthetic Used (mls)",
"induction" => "Induction",
"item" => "Item",
"iv_fluids_given_during_surgery" => "Iv fluids given during surgery",
"iv_fluids_used" => "IV fluid used",
"mallampati_score" => "Mallampati Score",
"monitoring_in_addtion_statement" => "MONITORING in addition to routine manual pulse, respiration,bp,auscultation in all patients",
"monitoring_signs" => "Monitoring Signs",
"muscle_relaxants" => "Muscle relaxants",
"other_drugs_given" => "Other Drugs Given",
"previous_anaesthesia_started_on" => "PREVIOUS ANAESTHESIAS FROM EPISODE STARTED ON",
"procedure" => "Procedure",
"surgery" => "Surgery",
"surgical_procedure" => "Surgical procedure",
"technique" => "Technique",
"theatre_module_anaesthetics" => "Theatre module - anaesthetics",
"time_anaesthesia_commenced" => "Time anaesthesia commenced",
"time_of_commencement" => "Time of commencement",
"type_of_anaethesia" => "Type of anaesthesia",
"type_of_needle_used" => "Type of needle used",
"units" => "Units",
"view" => "View",
"view_anaesthetics_history" => "View Anaesthetics History",
"view_details" => "View Details",
"volume_administered" => "Volume administered (mls)",
"who_surgery_confirmed_by" => "W.H.O Safe Surgery Checklist confirmed by",
"primary_diagnosis" => "Primary diagnosis",
"other_diagnoses" => "Other diagnoses",
"items" => "Items",
"volatile_liquid_anaethetics" => "Volatile liquid anaesthetics",
"intermittent_sao2" => "Intermittent SaO2"
];