-
Notifications
You must be signed in to change notification settings - Fork 12
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
IN - Registro de uso de respirador en colección internacionPacienteResumen #1615
Conversation
0a94a64
to
a1c779f
Compare
cambios hechos y branch actualizada |
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.
En las pruebas que hice no me registra nada en la coleccion internacionPacienteResumen porque no encuentra en la prestacion el trackId, eso es probable que sea por mi base de datos?? (hice pruebas locales)
modules/rup/routes/prestacion.ts
Outdated
if (hook.method === 'registro-respirador') { | ||
EventCore.emitAsync(hook.event, { prestacion, registro: reg }); | ||
} | ||
if (hook.method === 'destete-respirador') { | ||
EventCore.emitAsync(hook.event, prestacion); | ||
} |
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 parece que agregar estos if pierde un poco el dinamismo del dispatch.
En este caso yo pondría los dispatch de la siguiente manera:
{
"event" : "internacion:respirador:registro",
"method" : "validar-prestacion"
}
{
"event" : "internacion:respirador:destete",
"method" : "validar-prestacion"
}
Y seguimos usando solo romper y validar que se pueden usar para cualquier elemento rup
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 parece una propuesta maravillosa, no se por qué no lo hice asi. Corregido
# [5.78.0](v5.77.0...v5.78.0) (2022-01-12) ### Bug Fixes * **CIT:** actualizar updatedAt agenda ([#1643](#1643)) ([bd0661e](bd0661e)) * **citas:** audit created agenda clonada ([#1644](#1644)) ([801aa6f](801aa6f)) ### Features * **EP:** ignorar seguimiento en apertura ficha ([#1645](#1645)) ([6a45990](6a45990)) * **in:** registro de respiración asistida para internacion ([#1615](#1615)) ([2467ffd](2467ffd))
Requerimiento
https://proyectos.andes.gob.ar/browse/IN-353
https://proyectos.andes.gob.ar/browse/IN-354
Funcionalidad desarrollada
UserStories llegó a completarse
Requiere actualizaciones en la base de datos
Tres nuevos registros en colección ElementosRUP: