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
36 lines
1.1 KiB
PHP
Executable File
36 lines
1.1 KiB
PHP
Executable File
<?php
|
|
|
|
return [
|
|
"issued_by" => "Emitido por",
|
|
"number" => "Número",
|
|
"sundries" => "Artigos",
|
|
"extras" => "Extras",
|
|
"procedures" => "Procedimentos",
|
|
"comment" => "Comentário",
|
|
"values" => "Valores",
|
|
"ward_investigations" => "Investigações da Enfermaria",
|
|
"tta" => "Tratamento para fazer em Ínicio",
|
|
"dosage_freq" => "Dosagem & frequência",
|
|
"duration" => "Duração",
|
|
"treatment" => "Tratamento (OPD)",
|
|
"opd_investigations" => "iNvestigação OPD",
|
|
"investigation" => "Investigação",
|
|
"result" => "Resultado",
|
|
"diagnosis" => "Diagnóstico",
|
|
"outcome" => "RESULTADO",
|
|
"episode_date" => "Data do Acontecimento",
|
|
"gender" => "GENDER",
|
|
"female" => "Feminino",
|
|
"male" => "Masculino",
|
|
"age" => "IDADE",
|
|
"residence" => "RESIDÊNCIA",
|
|
"patient_names" => "NOMES DO PACIENTE",
|
|
"category" => "CATEGORIA",
|
|
"patient_number" => "NÚMERO DO PACIENTE",
|
|
"patient_episode_summary" => "SUMÁRIO DOS ACONTECIMENTOS DO PACIENTE",
|
|
"years" => "anos",
|
|
"patient_demographic" => "Demografia do Paciente",
|
|
"finance_home" => "Finanças",
|
|
"patient_home" => "Paciente",
|
|
];
|