@@ -335,11 +351,11 @@ async function deletePatient(patientId) {
| {patient.phone} |
{patient.city} |
{patient.state} |
- {patient.lastVisit || 'Ainda nao houve atendimento'} |
+ {patient.lastVisit || 'Ainda não houve atendimento'} |
{patient.nextVisit || 'Nenhum atendimento agendado'} |
Paciente
- Gerencie as informacoes de seus pacientes
+ Gerencie as informações de seus pacientes
@@ -551,8 +569,8 @@ function PatientEditor({ existingIds, onCancel, onSave, patient, saving }) {
@@ -605,12 +623,12 @@ function PatientEditor({ existingIds, onCancel, onSave, patient, saving }) {
- Endereco
+ Endereço
-
+
@@ -621,7 +639,7 @@ function PatientEditor({ existingIds, onCancel, onSave, patient, saving }) {
-
+
@@ -629,7 +647,7 @@ function PatientEditor({ existingIds, onCancel, onSave, patient, saving }) {
- Informacoes de convenio
+ Informações de convenio
|