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