mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-11 18:51:31 +00:00
24 lines
695 B
PHP
Executable File
24 lines
695 B
PHP
Executable File
<?php
|
|
|
|
return [
|
|
"services" => "Services",
|
|
"name" => "Name",
|
|
"non_insured" => "Non-Insured",
|
|
"insured" => "Insured",
|
|
"charge_book" => "Charge Book",
|
|
"dashboard" => "Dashboard",
|
|
"memorised_streamline_reports" => "Memorised streamline reports",
|
|
"print_pdf" => "Print PDF",
|
|
"bed_categories" => "Bed Categories",
|
|
"per_night" => "Per Night",
|
|
"first_night" => "First night",
|
|
"cost_after" => "Cost after",
|
|
"drugs" => "Drugs",
|
|
"sundries" => "Sundries",
|
|
"procedures" => "Procedures",
|
|
"investigations" => "Investigations",
|
|
"no" => "No",
|
|
"yes" => "Yes",
|
|
"staff_overview_by_investigations" => "Staff Overview By Investigations",
|
|
];
|