From 34826df314cc8e26994780d2e97f49cb6bd42c61 Mon Sep 17 00:00:00 2001 From: gilenosantos-a11y Date: Sat, 6 Sep 2025 18:31:51 -0300 Subject: [PATCH] feat: Adiciona campos e refatora o formulario de paciente --- src/components/patients/PatientForm.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/patients/PatientForm.jsx b/src/components/patients/PatientForm.jsx index 3919c22..6d16b63 100644 --- a/src/components/patients/PatientForm.jsx +++ b/src/components/patients/PatientForm.jsx @@ -57,21 +57,21 @@ function PatientForm({ onSave, onCancel, PatientDict }) { estadoCivil: '', rnConvenio: false, - // NOVOS CAMPOS: INFORMAÇÕES MÉDICAS + //CAMPOS: INFORMAÇÕES MÉDICAS tipoSanguineo: '', peso: '', altura: '', imc: '', alergias: '', - // NOVOS CAMPOS: INFORMAÇÕES DE CONVÊNIO + // CAMPOS: INFORMAÇÕES DE CONVÊNIO convenio: '', plano: '', numeroMatricula: '', validadeCarteira: '', validadeIndeterminada: false, - // NOVO CAMPO: ANEXOS + // CAMPO: ANEXOS anexos: null, });