Files
streamline-emr/docker/_streamline-src/resources/lang/en/reports.php
T

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",
];