Skip to content

Conversation

@nicolasarana
Copy link
Contributor

Requerimiento

IN-658

Funcionalidad desarrollada

  1. Crear api para la nueva colección usando resourceBase.
  2. Modificar el registro de ingreso en base al nuevo esquema utilizando las rutas definidas anteriormente.

UserStories llegó a completarse

  • Si
  • No

Requiere actualizaciones en la base de datos

  • Si
  • No

@nicolasarana nicolasarana requested review from a team as code owners October 24, 2025 13:40
@nicolasarana nicolasarana requested review from MCele and negro89 and removed request for a team October 24, 2025 13:40
@nicolasarana nicolasarana force-pushed the IN-658 branch 4 times, most recently from f0a194d to 771d702 Compare November 4, 2025 12:17
@@ -1,5 +1,6 @@

import { MatchingAndes } from '@andes/match/lib/matchingAndes.class';
// import { MatchingAndes } from '@andes/match/lib/matchingAndes.class';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Borrar comentario.

import { schema as procQuirurgicosSchema } from '../../../core/tm/schemas/procedimientoQuirurgico';
import { schema as Cie10 } from '../../../core/term/schemas/cie10';
import { model as OcupacionSchema } from '../../../core/tm/schemas/ocupacion';
// import { model as OcupacionSchema } from '../../../core/tm/schemas/ocupacion';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Borrar comentarios

Comment on lines +36 to +37
// situacionLaboral: { type: String, required: false },
// nivelInstruccion: { type: String, required: false },
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Borrar comentarios

Comment on lines +184 to +186
} else {
await Prestacion.update(
{ _id: req.body.idInternacion },
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Me queda la duda de este else por que se modifica la prestacion? Que ocurre si viene una capa medica donde no se trabajan prestaciones?

@nicolasarana nicolasarana force-pushed the IN-658 branch 6 times, most recently from 61003de to a475230 Compare November 25, 2025 01:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changes requested Se solicitaron cambios

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants