Skip to content

HUDS - Implementa vista exclusiva para procedimientos#3045

Merged
negro89 merged 1 commit intomasterfrom
HUDS-118
Nov 21, 2024
Merged

HUDS - Implementa vista exclusiva para procedimientos#3045
negro89 merged 1 commit intomasterfrom
HUDS-118

Conversation

@ma7payne
Copy link
Copy Markdown
Contributor

Requerimiento

https://proyectos.andes.gob.ar/browse/HUDS-118

Funcionalidad desarrollada

  1. Se implementa la vista para las prestaciones de tipo "procedimiento"
  2. Se incorpora la nueva vista en punto de inicio de HUDS y en la ejecución de RUP

UserStory llegó a completarse

  • Si
  • No
  • No corresponde

Requiere actualizaciones en la base de datos

  • Si
  • No

Requiere actualizaciones en la API

  • Si
  • No

Requiere actualizaciones en andes-test-integracion

  • Si
  • No

@ma7payne ma7payne requested review from a team as code owners July 25, 2024 17:02
@ma7payne ma7payne requested review from AgosLizzi and MCele July 25, 2024 17:02
@ma7payne ma7payne force-pushed the HUDS-118 branch 2 times, most recently from e448459 to 574fb27 Compare July 26, 2024 14:09
@Input() evolucionActual: any;
@Input() indice = 0;

elementoRUP: IElementoRUP;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Esta variable parece no estar utilizándose en ninguna parte. De ser así eliminarla.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Eliminadas las variables innecesarias!

@MarianoCampetella MarianoCampetella added the changes requested Se solicitaron cambios label Jul 30, 2024
@ma7payne
Copy link
Copy Markdown
Contributor Author

ma7payne commented Aug 5, 2024

TEST OK #11327

@ma7payne ma7payne added the test ok Los test estan ok label Aug 5, 2024
@ma7payne ma7payne force-pushed the HUDS-118 branch 2 times, most recently from 4d434c3 to ff3aba5 Compare August 19, 2024 14:55
@ma7payne ma7payne added changes done and removed changes requested Se solicitaron cambios labels Aug 19, 2024
});

this.prestacionesService.getByPaciente(this.paciente.id).subscribe(prestacion => {
this.prestacionRelacionada = prestacion.find(x => x.id === this.registro.idPrestacion);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

A modo recordatorio (no es necesario realizar cambios) en caso de tener una función dentro de otra utilizar variables mas explicitas para saber sobre que estoy operando.

Copy link
Copy Markdown
Contributor

@silviroa silviroa left a comment

Choose a reason for hiding this comment

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

Al intentar visualizar un procedimiento, abre sobre una nueva pestaña una prestacion completa.
image

@negro89 negro89 added changes requested Se solicitaron cambios and removed Aprobado changes done labels Sep 11, 2024
@ma7payne ma7payne force-pushed the HUDS-118 branch 2 times, most recently from 7a3e2e5 to 488ea25 Compare November 13, 2024 13:32
@ma7payne ma7payne added changes done and removed changes requested Se solicitaron cambios labels Nov 13, 2024
@ma7payne
Copy link
Copy Markdown
Contributor Author

Listos los cambios pedidos por @silviroa !

@negro89 negro89 merged commit 8c39d58 into master Nov 21, 2024
@negro89 negro89 deleted the HUDS-118 branch November 21, 2024 14:32
liquid36 pushed a commit that referenced this pull request Nov 27, 2024
# [5.153.0](v5.152.0...v5.153.0) (2024-11-27)

### Bug Fixes

* **CIT:** modifica envio de id de demanda para cerrar ([#3113](#3113)) ([f4e7306](f4e7306))
* **MPI:** Agrega control por repote  de error ([#3112](#3112)) ([3383479](3383479))
* **MPI:** Controla reporte de error en auditoria  mpi ([#3114](#3114)) ([fa06cac](fa06cac))

### Features

* **CIT-348:** Guardado incorrecto de sobreturnos ([#3098](#3098)) ([fec8204](fec8204))
* **HUDS:** implementa vista exclusiva para procedimientos ([#3045](#3045)) ([8c39d58](8c39d58))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Aprobado test ok Los test estan ok

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants