-
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
Mapa-camas - Marcar una internación como censable aunque la cama no lo sea #1440
Conversation
modules/rup/routes/prestacion.ts
Outdated
if (req.body.paciente) { | ||
data.paciente = req.body.paciente; | ||
} | ||
if (req.body.esCensable) { |
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.
Un solo detalle, este dato iría dentro del valor del primer registro, porque solo le compete a la internación de estadistica.
dentro del InformeIngreso.
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.
listorti
permite que las internaciones censables se tengan en cuenta durante los censos
# [5.55.0](v5.54.0...v5.55.0) (2021-07-21) ### Features * **EP:** job importador de LAMP ([b755f8c](b755f8c)) * **EP:** patch de fields de ficha epidemiologica ([b9c7cc0](b9c7cc0)) * **EP:** patch de fields de ficha epidemiologica ([af85591](af85591)) * **epidemiologia:** search tipoConfirmacion ([9c06a09](9c06a09)) * **events:** se propone una forma de resolver lo del evento que no toma ([12e15aa](12e15aa)) * **ficha:** filtro clasificacion ([5b38b88](5b38b88)) * **ficha:** Se agrega busqueda por id de clasificación ([7cdb19f](7cdb19f)) * **mapa-camas:** agrega atributo esCensable al esquema de prestacion ([#1440](#1440)) ([c0be1bd](c0be1bd)) * **rup:** nueva coleccion prestaciones historial ([#1469](#1469)) ([737dd5e](737dd5e))
permite que las internaciones censables se tengan en cuenta durante los censos
Requerimiento
https://proyectos.andes.gob.ar/browse/IN-301
Funcionalidad desarrollada
UserStories llegó a completarse
Requiere actualizaciones en la base de datos