Files
streamline-emr/docker/streamline-src/resources/lang/en/patient_file.php
T
alec.turner 4a89356390 Import latest app updates from streamline
An updated set of source files and initialization was provided by streamline to
address issues observed during initial testing. These files have been updated in
order to generate a new set of app images.
2024-04-11 11:16:51 -07:00

38 lines
1.1 KiB
PHP
Executable File

<?php
return [
"issued_by" => "Issued by",
"number" => "Number",
"sundries" => "Sundries",
"extras" => "Extras",
"procedures" => "Procedures",
"comment" => "Comment",
"values" => "Values",
"ward_investigations" => "Ward Investigations",
"tta" => "Treatment to take home",
"dosage_freq" => "Dosage & frequency",
"duration" => "Duration",
"treatment" => "Treatment (OPD)",
"opd_investigations" => "OPD Investigations",
"investigation" => "Investigation",
"result" => "Result",
"diagnosis" => "Diagnosis",
"outcome" => "OUTCOME",
"episode_date" => "Episode Date",
"gender" => "GENDER",
"female" => "Female",
"male" => "Male",
"age" => "AGE",
"residence" => "RESIDENCE",
"patient_names" => "PATIENT NAMES",
"category" => "CATEGORY",
"patient_number" => "PATIENT NUMBER",
"patient_episode_summary" => "PATIENT EPISODE SUMMARY",
"years" => "years",
"patient_demographic" => "Patient's Demographic",
"finance_home" => "Finance Home",
"patient_home" => "Patient Home",
"diagnosis_by" => "Diagnosis by",
"normal_ranges" => "Normal Ranges",
];