Skip to content

Commit

Permalink
fix(ficha-epidemiologica): agregamos información que falta en el test (
Browse files Browse the repository at this point in the history
  • Loading branch information
Sychus authored Mar 5, 2021
1 parent 251a699 commit a76dda1
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,10 @@ export class FichaEpidemiologicaCrudComponent implements OnInit, OnChanges {
documento: this.paciente.documento,
nombre: this.paciente.nombre,
apellido: this.paciente.apellido,
fechaNacimiento: this.paciente.fechaNacimiento
fechaNacimiento: this.paciente.fechaNacimiento,
sexo: this.paciente.sexo,
genero: this.paciente.sexo,
estado: this.paciente.estado
}
};
if (this.fichaPaciente) {
Expand Down

0 comments on commit a76dda1

Please sign in to comment.