Skip to content
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

Merged
merged 2 commits into from
Jul 19, 2021

Conversation

negro89
Copy link
Contributor

@negro89 negro89 commented Jun 18, 2021

permite que las internaciones censables se tengan en cuenta durante los censos

Requerimiento

https://proyectos.andes.gob.ar/browse/IN-301

Funcionalidad desarrollada

  1. Agrega atributo 'esCensable' al esquema de prestacion
  2. Tiene en cuenta internaciones censables al momento de calcular los censos

UserStories llegó a completarse

  • Si
  • No

Requiere actualizaciones en la base de datos

  • Si
  • No

if (req.body.paciente) {
data.paciente = req.body.paciente;
}
if (req.body.esCensable) {
Copy link
Contributor

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.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

listorti

@liquid36
Copy link
Contributor

USUARIO: lmlagos
BUILD NUMBER: 4386
CYPRESS RUN: 3405
TEST START: 2021-06-18T18:05:28.267Z
TOTAL: 399
SUCCESS: 398
FAIL: 0
SKIPPED: 1

@liquid36
Copy link
Contributor

USUARIO: lmlagos
BUILD NUMBER: 4387
CYPRESS RUN: 3406
TEST START: 2021-06-18T18:50:49.867Z
TOTAL: 399
SUCCESS: 398
FAIL: 0
SKIPPED: 1

@liquid36 liquid36 added test ok and removed test ok labels Jun 18, 2021
permite que las internaciones censables se tengan en cuenta durante los censos
@liquid36 liquid36 merged commit c0be1bd into master Jul 19, 2021
@liquid36 liquid36 deleted the IN-301 branch July 19, 2021 17:49
liquid36 pushed a commit that referenced this pull request Jul 21, 2021
# [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))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants