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

feat(RUP):agregar unidad organizativa a la prestación #2300

Merged
merged 1 commit into from
May 31, 2021
Merged

Conversation

waltergarrido
Copy link
Contributor

Requerimiento

https://proyectos.andes.gob.ar/browse/RUP-252

Funcionalidad desarrollada

  1. se agrega unidad organizativa a vista prestacion

UserStory llegó a completarse

  • Si
  • No
  • No corresponde

Requiere actualizaciones en la base de datos

  • Si
  • No

Requiere actualizaciones en la API

Requiere actualizaciones en andes-test-integracion

  • Si
  • No

@waltergarrido waltergarrido requested review from a team as code owners May 28, 2021 15:24
@@ -20,6 +20,9 @@
<plex-label icon="hospital" size="md" case="capitalize" titulo="Organización origen"
subtitulo="{{ prestacion.solicitud.organizacion.nombre }}">
</plex-label>
<plex-label *ngIf="prestacion.unidadOrganizativa" icon="centro-salud" span="2" size="md" case="capitalize"
titulo="Unidad organizativa" subtitulo="{{ prestacion.unidadOrganizativa.term }}">
Copy link
Contributor

Choose a reason for hiding this comment

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

Es un detalle, pero es más optimo para Angular de esta forma.

Suggested change
titulo="Unidad organizativa" subtitulo="{{ prestacion.unidadOrganizativa.term }}">
titulo="Unidad organizativa" [subtitulo]="prestacion.unidadOrganizativa.term">

@liquid36
Copy link
Contributor

USUARIO: wgarrido
BUILD NUMBER: 4206
CYPRESS RUN: 3234
TEST START: 2021-05-28T15:49:25.684Z
TOTAL: 395
SUCCESS: 395
FAIL: 0
SKIPPED: 0

@liquid36 liquid36 added the test ok Los test estan ok label May 28, 2021
@liquid36 liquid36 merged commit 398884e into master May 31, 2021
@liquid36 liquid36 deleted the RUP-252 branch May 31, 2021 16:17
liquid36 pushed a commit that referenced this pull request Jun 2, 2021
# [5.49.0](v5.48.0...v5.49.0) (2021-06-02)

### Bug Fixes

* **buscador-ficha:** doble request ([46df6a4](46df6a4))
* **COM:** bug buscar org origen ([56ae829](56ae829))
* **ficha:** clasificacion y loader buscar paciente ([5aab87c](5aab87c))
* **mapa-camas:** edición de egreso en internación validada ([#2269](#2269)) ([9c031c8](9c031c8))
* **mpi:** quita regex del nombre ([#2298](#2298)) ([2fb85b1](2fb85b1))
* **rup:** cambia solicitante por profesional ([#2294](#2294)) ([88da8e6](88da8e6))
* **top:** deshabilita boton hasta no cargar datos requeridos en formulario ([#2288](#2288)) ([410056d](410056d))

### Features

* **ficha-epidemiologica:** mensaje no hay fichas ([b247443](b247443))
* **fichaEpidemiologia:** Se agrega al pacientes la información de identificación si es extranjero ([48e0dc9](48e0dc9))
* **mapa-camas:** columna obra social en listado internación ([#2290](#2290)) ([f1df855](f1df855))
* **mapa-camas:** muestra la prestacion de estadistica en resumen de internacion ([#2299](#2299)) ([f0029ae](f0029ae))
* **mapa-camas:** obra social prepaga ([#2285](#2285)) ([0b7fd1b](0b7fd1b))
* **mpi:**  se agrega idPacientePrincipal en  paciente ([#2295](#2295)) ([5c3b228](5c3b228))
* **rup:** agregar unidad organizativa a la prestación ([#2300](#2300)) ([398884e](398884e))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test ok Los test estan ok
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants