Skip to content

CIT - Cargar solicitudes de pacientes unificados en punto de inicio#2218

Merged
negro89 merged 1 commit into
masterfrom
CIT-403
May 21, 2026
Merged

CIT - Cargar solicitudes de pacientes unificados en punto de inicio#2218
negro89 merged 1 commit into
masterfrom
CIT-403

Conversation

@aldoEMatamala
Copy link
Copy Markdown
Contributor

@aldoEMatamala aldoEMatamala commented Apr 21, 2026

Requerimiento

https://proyectos.andes.gob.ar/browse/CIT-403
PR APP andes/app#3340

Funcionalidad desarrollada

  1. Se agregan solicitudes de los pacientes vinculados que hubieran en el campo 'identificadores' con origen ANDES

UserStories llegó a completarse

  • Si
  • No

Requiere actualizaciones en la base de datos

  • Si
  • No

if (req.query.idPaciente) {
indice = undefined;
match.$and.push({ 'paciente.id': Types.ObjectId(req.query.idPaciente) });
if (String(req.query.agregarVinculados) === 'true') {
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.

¿Por que al booleano "agregarVinculados" lo transformas en un tipo String?
Por lo que estuve probando el comportamiento es el mismo si se declara string o booleano.

@MarianoCampetella MarianoCampetella added the changes requested Se solicitaron cambios label Apr 29, 2026
@negro89 negro89 merged commit ce126c5 into master May 21, 2026
2 checks passed
@negro89 negro89 deleted the CIT-403 branch May 21, 2026 18:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changes requested Se solicitaron cambios

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants