-
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
HUDS - Controla permisos para ver la HUDS de pacientes #2978
Conversation
2976844
to
91032d7
Compare
Mati, funciona de 10. Lo unico que habría que retocar es una restricción en RUP para evitar que el usuario pueda ..
Por ejemplo, para una restriccion hacia mi sobre el paciente matamala aldo en la imagen 1 no debería poder iniciar prestación ni ver huds, mientras que en la imagen 2 debería lanzarse un cartel invasivo advirtiendo que no tengo pemisos para iniciar prestaciones sobre ese paciente. Para el caso de la imagen 3 debebría funcionar igual que en la 2. |
d61f2f4
to
6dd8d11
Compare
@negro89 quedaron listos los cambios pedidos! |
TEST OK #11108 |
cf925e1
to
7602965
Compare
this.paciente = paciente; | ||
this.resultadoBusqueda = [this.paciente]; | ||
this.darTurnoAutocitado(); | ||
if (!this.esPacienteRestringido(paciente)) { |
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.
Se podría reemplazar la condición del if anterior por (paciente?.id)
Requerimiento
https://proyectos.andes.gob.ar/browse/HUDS-88
Funcionalidad desarrollada
UserStory llegó a completarse
Requiere actualizaciones en la base de datos
Requiere actualizaciones en la API
Requiere actualizaciones en andes-test-integracion
RELACIONADO CON:
andes/api#1868
andes/monitoreo-app#68