Conversation
e448459 to
574fb27
Compare
MarianoCampetella
requested changes
Jul 30, 2024
| @Input() evolucionActual: any; | ||
| @Input() indice = 0; | ||
|
|
||
| elementoRUP: IElementoRUP; |
Contributor
There was a problem hiding this comment.
Esta variable parece no estar utilizándose en ninguna parte. De ser así eliminarla.
Contributor
Author
There was a problem hiding this comment.
Eliminadas las variables innecesarias!
Contributor
Author
|
TEST OK #11327 |
4d434c3 to
ff3aba5
Compare
Fabio-Ramirez
approved these changes
Aug 27, 2024
MarianoCampetella
approved these changes
Sep 6, 2024
| }); | ||
|
|
||
| this.prestacionesService.getByPaciente(this.paciente.id).subscribe(prestacion => { | ||
| this.prestacionRelacionada = prestacion.find(x => x.id === this.registro.idPrestacion); |
Contributor
There was a problem hiding this comment.
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.
silviroa
requested changes
Sep 11, 2024
7a3e2e5 to
488ea25
Compare
Contributor
Author
|
Listos los cambios pedidos por @silviroa ! |
silviroa
approved these changes
Nov 19, 2024
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))
This file contains hidden or 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
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
https://proyectos.andes.gob.ar/browse/HUDS-118
Funcionalidad desarrollada
UserStory llegó a completarse
Requiere actualizaciones en la base de datos
Requiere actualizaciones en la API
Requiere actualizaciones en andes-test-integracion