mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-11 18:51:31 +00:00
54 lines
2.4 KiB
PHP
Executable File
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"
|
|
];
|