-
Notifications
You must be signed in to change notification settings - Fork 5
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
INTERNACION - Anula prestacion al deshacer internacion #2009
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
liquid36
requested changes
Oct 29, 2020
src/app/apps/rup/mapa-camas/sidebar/cama-detalle/cama-detalle.component.ts
Outdated
Show resolved
Hide resolved
GaboCancellieri
force-pushed
the
IN-223
branch
from
October 29, 2020 18:49
a1b5324
to
db0a4bf
Compare
liquid36
approved these changes
Oct 30, 2020
liquid36
pushed a commit
that referenced
this pull request
Nov 4, 2020
# [5.20.0](v5.19.0...v5.20.0) (2020-11-04) ### Bug Fixes * **dasboard:** permisos ([#2011](#2011)) ([fde7a97](fde7a97)) * **mapa-camas:** corrige accion saltar al presente que quitaba la fecha ([#2005](#2005)) ([209a991](209a991)) * **menu:** filtra en permisos múltiples ([#1982](#1982)) ([279e0d0](279e0d0)) * **mpi:** error en busqueda de pacientes auditoria ([#2003](#2003)) ([6c64d9f](6c64d9f)) * **novedades:** se separa array de novedades ([#1985](#1985)) ([b6aedda](b6aedda)) * **rup:** control de fecha en fuera de agenda ([#2012](#2012)) ([46d2094](46d2094)) * **rup:** error al guardar turno ([#2007](#2007)) ([0184599](0184599)) * **rup:** handler obra social ([#2002](#2002)) ([f03a78a](f03a78a)) * **top:** fix en eliminar adjunto ([#1989](#1989)) ([5e019c0](5e019c0)) * **top:** guarda organizacion al iniciar prestacion ([#1990](#1990)) ([a763d16](a763d16)) * **turnos-prestaciones:** bug conceptId ([#2006](#2006)) ([8835db9](8835db9)) ### Features * **buscador:** ordenar asc/desc columnas ([#2000](#2000)) ([e12548a](e12548a)) * **citas:** incluye createdBy en detalle de agenda ([#1996](#1996)) ([245d251](245d251)) * **com:** guardar obra social del paciente ([#2001](#2001)) ([3824722](3824722)) * **com:** seleccionar por defecto el profesional logueado ([#1986](#1986)) ([134a1b3](134a1b3)) * **com:** uso de componente paciente-detalle ([#2016](#2016)) ([61e16cf](61e16cf)) * **mapa-camas:** adapta los estilos de egreso e ingreso de paciente ([#1977](#1977)) ([e7f8526](e7f8526)) * **mapa-camas:** invalida prestacion al deshacer internacion ([#2009](#2009)) ([3191be8](3191be8)) * **mapa-camas:** trackId en prestaciones ([#2010](#2010)) ([e3950b3](e3950b3)) * **MPI:** agrega funcionalidad a pipe edad ([#1981](#1981)) ([7ce8932](7ce8932)) * **rup:** pacientes agregados a prestacion no nominalizada ([#1965](#1965)) ([137d3bf](137d3bf)) * **solicitudes:** agrega nuevo pipe para unificar controles en los botones de las operaciones ([#1995](#1995)) ([da9220a](da9220a)) * **TOP:** permite anular solicitudes en estado auditoria ([#2014](#2014)) ([ba51470](ba51470))
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Requerimiento
Ahora que existe el flag anulada en las prestaciones, marcar como anulada la prestación de internación cuando se deshace.
Funcionalidad desarrollada
UserStory llegó a completarse
Requiere actualizaciones en la base de datos
Requiere actualizaciones en la API
Requiere actualizaciones en andes-test-integracion