Skip to content

Commit

Permalink
fix(IN-608): Censo diario- error datos de cama y paciente de internac…
Browse files Browse the repository at this point in the history
…ion duplicada (#3034)

Co-authored-by: aldoEMatamala <aldo.emanuel.matamla@gmail.com>
  • Loading branch information
aldoEMatamala and aldoEMatamala authored Aug 7, 2024
1 parent 0564482 commit 1c0cf2c
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,10 @@ export class CensosDiariosComponent implements OnInit {
const censoPaciente = censoDiario.pacientes[p];
censoPaciente.actividad.forEach((actividad: any, index) => {
const movimiento = {
datos: censoPaciente.datos,
datos: {
cama: actividad.cama,
paciente: actividad.paciente
},
ingreso: actividad.ingreso,
fechaIngreso: actividad.fechaIngreso,
paseDe: actividad.paseDe,
Expand Down

0 comments on commit 1c0cf2c

Please sign in to comment.