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
  • Loading branch information
aldoEMatamala committed Jul 5, 2024
1 parent 49d56b5 commit c8f328a
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 c8f328a

Please sign in to comment.