feat(BI-188):"Agregar campos a query pacientes-internados-capa-medica"#79
Open
nicolasarana wants to merge 2 commits intomasterfrom
Open
feat(BI-188):"Agregar campos a query pacientes-internados-capa-medica"#79nicolasarana wants to merge 2 commits intomasterfrom
nicolasarana wants to merge 2 commits intomasterfrom
Conversation
MarianoCampetella
requested changes
Feb 24, 2026
| if (valor && valor[idField]) { // select | ||
| params[key] = valor[idField]; | ||
|
|
||
| if (valor !== undefined && valor !== null) { |
Contributor
There was a problem hiding this comment.
Si se sabe de ante mano que el atributo "valor" viene con algún dato distinto a: false, 0, '', NaN, null, undefined entonces solamente podemos resumir la condición a if(valor).
Contributor
Author
There was a problem hiding this comment.
Ya se realizo la corrección. Muchas gracias
MarianoCampetella
approved these changes
Mar 6, 2026
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
BI-188
Funcionalidad desarrollada
UserStory llegó a completarse
Requiere actualizaciones en la base de datos
La modificacion de la query se encuentra ya en DEMO y se llama "nombre": "pacientes-internados-capa-medica V2",
Requiere actualizaciones en la API
Requiere actualizaciones en andes-test-integracion
El motivo de ingreso luego de internar un paciente es asi :


Y luego la prestación del ingreso
Para el diagnostico de egreso primero debe registrar la epicrisis


Luego deberá cargar el diagnostico y la prestación.