feat: Adiciona campos e refatora o formulario de paciente
This commit is contained in:
parent
c5267f7b9f
commit
34826df314
@ -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,
|
||||
});
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user