-
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
feat(MPI): No mostrar inactivos en las relaciones #2662
Conversation
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.
https://www.loom.com/share/446df8b870ad4e3eb8a36d0bfaef0c6c
La funcionalidad de inactivar paciente y que luego no aparezcan en el listado, se ve que funciona bien. Pero me dio duda que al principio antes de inactivar al paciente el listado ya era distinto, en mi local estaba conectado a la BD de demo para comparar.
Gracias palita, ahi pude resolverlo, gracias a tu comentario y al de cele. Creo que ya quedo |
src/app/modules/mpi/components/paciente-relaciones.component.ts
Outdated
Show resolved
Hide resolved
# [5.99.0](v5.98.0...v5.99.0) (2022-06-22) ### Features * **IN:** motivo suspension indicacion ([#2665](#2665)) ([ef5c3fe](ef5c3fe)) * **int:** mejoras visales plan ind ([#2676](#2676)) ([396eb56](396eb56)) * **INT:** plan ind mejoras ejecucion ([#2677](#2677)) ([4972e90](4972e90)) * **MPI:** No mostrar inactivos en las relaciones ([#2662](#2662)) ([aa41a6d](aa41a6d))
Requerimiento
MPI-383 - No mostrar pacientes inactivos en las relaciones de un paciente
Funcionalidad desarrollada
UserStory llegó a completarse
Requiere actualizaciones en la base de datos
Requiere actualizaciones en la API
Requiere actualizaciones en andes-test-integracion