-
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
MPI - Salva valor de scan en paciente existente #2124
Merged
Merged
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
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
condorpiedra
force-pushed
the
mpi-scan
branch
from
February 9, 2021 15:53
0a8238a
to
5e95881
Compare
MCele
requested changes
Feb 9, 2021
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.
La búsqueda por scan no filtra por paciente activo. Me parece que en el caso del buscador básico de mpi si el paciente obtenido está inactivo no se debería mostrar.
condorpiedra
suggested changes
Feb 9, 2021
condorpiedra
approved these changes
Feb 9, 2021
MCele
approved these changes
Feb 10, 2021
condorpiedra
force-pushed
the
mpi-scan
branch
from
February 26, 2021 12:48
2790fd2
to
622f6aa
Compare
liquid36
pushed a commit
that referenced
this pull request
Mar 3, 2021
# [5.36.0](v5.35.0...v5.36.0) (2021-03-03) ### Bug Fixes * **mapa-camas:** filtrar sectores a partir de la unidad organizativa ([#2147](#2147)) ([58b6d5b](58b6d5b)) * **mpi:** bug update contactos ventanilla ([#2148](#2148)) ([0bf64ce](0bf64ce)) * **mpi:** edicion de contactos ([#2141](#2141)) ([f403de5](f403de5)) * **mpi:** salva valor de scan utilizado en la busqueda ([#2124](#2124)) ([8f8faca](8f8faca)) * **rup:** ajuste encolumnado secciones ([8ac0101](8ac0101)) * **rup:** fecha de ejecucion del turno ([#2142](#2142)) ([759b45e](759b45e)) ### Features * **carpetas:** filtro prestaciones y componentes plex ([#2144](#2144)) ([7b998ff](7b998ff)) * **mpi:** documentos paciente ([#2116](#2116)) ([3b0a585](3b0a585)) * **rup:** mantiene el formato de texto en las diferentes pest… ([#2135](#2135)) ([53934da](53934da))
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
Dado un paciente existente que no haya sido validado por scanner, realizando una búsqueda por scan el paciente se obtiene y visualiza correctamente pero no se le asigna el código de scan para que persista en DB
Funcionalidad desarrollada
UserStory llegó a completarse
Requiere actualizaciones en la base de datos
Requiere actualizaciones en la API
Requiere actualizaciones en andes-test-integracion