feat: Adiciona campos e refatora o formulario de paciente

This commit is contained in:
gilenosantos-a11y 2025-09-06 18:31:51 -03:00
parent c5267f7b9f
commit 34826df314

View File

@ -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,
});