-
Notifications
You must be signed in to change notification settings - Fork 12
IN-658: sacar formulario estadístico de colección 'prestaciones' #2133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: nueva-capa-estadistica
Are you sure you want to change the base?
Conversation
f0a194d to
771d702
Compare
… nueva api y el squema"
| @@ -1,5 +1,6 @@ | |||
|
|
|||
| import { MatchingAndes } from '@andes/match/lib/matchingAndes.class'; | |||
| // import { MatchingAndes } from '@andes/match/lib/matchingAndes.class'; | |||
There was a problem hiding this comment.
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'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Borrar comentarios
| // situacionLaboral: { type: String, required: false }, | ||
| // nivelInstruccion: { type: String, required: false }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Borrar comentarios
| } else { | ||
| await Prestacion.update( | ||
| { _id: req.body.idInternacion }, |
There was a problem hiding this comment.
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?
61003de to
a475230
Compare
Requerimiento
IN-658
Funcionalidad desarrollada
UserStories llegó a completarse
Requiere actualizaciones en la base de datos