Files
streamline-emr/docker/streamline-src/resources/lang/pt/patient_file.php
T
alec.turner a424394109 Build modified streamline images
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
2024-03-10 16:17:50 -07:00

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