Skip to content
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

MAT: quitar validacion de nro de tramite #1692

Merged
merged 1 commit into from
Aug 3, 2022
Merged

MAT: quitar validacion de nro de tramite #1692

merged 1 commit into from
Aug 3, 2022

Conversation

plammel
Copy link
Contributor

@plammel plammel commented Apr 8, 2022

Requerimiento

https://proyectos.andes.gob.ar/browse/MAT-95

Funcionalidad desarrollada

  1. se elimina validación de nro de tramite de dni de profesional para emision de certificado covid19

UserStories llegó a completarse

  • Si
  • No

Requiere actualizaciones en la base de datos

  • Si
  • No


const resRenaper = await services.get('renaper').exec({
Copy link
Contributor

Choose a reason for hiding this comment

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

A renaper debe seguir yendo por lo que dice la tarea:

  • Para permitir la creación de usuarios profesionales para ANDES desde la web sin la validación de Nro de tramite , solo con matcheo al 95% usando la validación de renaper. no @silviroa ??

Copy link
Contributor

Choose a reason for hiding this comment

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

Correcto, si se debería realizar un matcheo, por ende hay que. solicitar que el usuario complete esos datos para validar.

Copy link
Contributor

Choose a reason for hiding this comment

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

@plammel revisar comentario

@martinebucarey
Copy link
Contributor

USUARIO: plammel
BUILD NUMBER: 6257
CYPRESS RUN: 5152
TEST START: 2022-04-21T18:22:37.347Z
TOTAL: 404
SUCCESS: 402
FAIL: 1
SKIPPED: 1

@martinebucarey
Copy link
Contributor

USUARIO: plammel
BUILD NUMBER: 6261
CYPRESS RUN: 5156
TEST START: 2022-04-22T16:26:25.355Z
TOTAL: 357
SUCCESS: 344
FAIL: 12
SKIPPED: 1

@martinebucarey
Copy link
Contributor

USUARIO: plammel
BUILD NUMBER: 6262
CYPRESS RUN: 5157
TEST START: 2022-04-22T16:53:14.912Z
TOTAL: 340
SUCCESS: 324
FAIL: 15
SKIPPED: 1

@martinebucarey
Copy link
Contributor

USUARIO: plammel
BUILD NUMBER: 6274
CYPRESS RUN: 5169
TEST START: 2022-04-25T16:46:46.831Z
TOTAL: 404
SUCCESS: 401
FAIL: 2
SKIPPED: 1

@martinebucarey
Copy link
Contributor

USUARIO: plammel
BUILD NUMBER: 6297
CYPRESS RUN: 5188
TEST START: 2022-04-28T13:00:34.148Z
TOTAL: 404
SUCCESS: 402
FAIL: 1
SKIPPED: 1

@plammel plammel requested a review from silviroa June 21, 2022 15:36
@plammel plammel force-pushed the MAT-95 branch 3 times, most recently from cc045db to 006a938 Compare July 7, 2022 13:18
@plammel plammel added changes done and removed changes requested Se solicitaron cambios labels Jul 12, 2022
if (!profesional) {
return next('El profesional no se encuentra registrado en Andes.');
}
const validaSisa = await validarProfesionalSisa(profesional);
Copy link
Contributor

Choose a reason for hiding this comment

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

No es necesaria la validación con Sisa

if (documento && sexo && nombre && apellido) {
const regexSexo = (value) => new RegExp(['^', value, '$'].join(''), 'i');
const regexNombreApellido = (value) => {
value = value.normalize('NFD').replace(/[\u0300-\u036f]/g, ''); // normalize special characters
Copy link
Contributor

Choose a reason for hiding this comment

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

No funciona para nombre o apellidos con caracteres especiales.. (Peña, Montaña, Alarcón)

@silviroa silviroa added changes requested Se solicitaron cambios and removed changes done labels Jul 13, 2022
@plammel plammel force-pushed the MAT-95 branch 2 times, most recently from 6565748 to c9662e3 Compare July 14, 2022 13:29
@plammel plammel requested a review from silviroa July 14, 2022 14:04
@martinebucarey
Copy link
Contributor

USUARIO: plammel
BUILD NUMBER: 6915
CYPRESS RUN: 5759
TEST START: 2022-07-14T15:23:56.939Z
TOTAL: 406
SUCCESS: 401
FAIL: 4
SKIPPED: 1

@martinebucarey
Copy link
Contributor

USUARIO: martinebucarey
BUILD NUMBER: 7289
CYPRESS RUN: 6047
TEST START: 2022-08-03T12:08:40.336Z
TOTAL: 406
SUCCESS: 404
FAIL: 1
SKIPPED: 1

@martinebucarey
Copy link
Contributor

USUARIO: martinebucarey
BUILD NUMBER: 7291
CYPRESS RUN: 6049
TEST START: 2022-08-03T12:31:46.855Z
TOTAL: 406
SUCCESS: 390
FAIL: 15
SKIPPED: 1

@martinebucarey
Copy link
Contributor

USUARIO: martinebucarey
BUILD NUMBER: 7293
CYPRESS RUN: 6051
TEST START: 2022-08-03T13:02:27.900Z
TOTAL: 406
SUCCESS: 405
FAIL: 0
SKIPPED: 1

@martinebucarey martinebucarey merged commit f66f34e into master Aug 3, 2022
@martinebucarey martinebucarey deleted the MAT-95 branch August 3, 2022 14:35
liquid36 pushed a commit that referenced this pull request May 17, 2023
# [5.93.0](v5.92.0...v5.93.0) (2023-05-17)

### Bug Fixes

* **CDA:** se corrige error al generar CDA de paciente con sexo otro ([#1791](#1791)) ([df0541f](df0541f))
* **chore:** parser ([6774213](6774213))
* **chore:** parser ([#1720](#1720)) ([9f4844f](9f4844f))
* **CIT:** Cannot set headers.. ([#1727](#1727)) ([61db2ad](61db2ad))
* **huds:** evita buscar firma si no valido un profesional ([#1765](#1765)) ([3d3e3aa](3d3e3aa))
* **INT:** Se cambia filtros en el GET de prestaciones de internacion ([#1747](#1747)) ([7b6db99](7b6db99))
* **JOB:** Se Agrega fecha de  emision de resultado al cargar la determinación ([#1740](#1740)) ([7072191](7072191))
* **mail:** corrige error envío mail ([#1805](#1805)) ([4706a53](4706a53))
* **mpi:** event paciente ([#1724](#1724)) ([d045453](d045453))
* **mpi:** fix registro extranjeros ([#1750](#1750)) ([3e2cc2f](3e2cc2f))
* **MPI:** Cambia el control de parametros para busqueda de pacientes ([#1762](#1762)) ([4a394aa](4a394aa))
* **MPI:** Se quita acceso a foto del paciente. Agrega control de parametros vacios ([#1761](#1761)) ([d616c68](d616c68))

### Features

* **CIT-185:** Guardar motivo de suspension de agenda ([#1743](#1743)) ([d3ad509](d3ad509))
* **CIT-199:** Agregar filtro de prestacion en el sidebar ([#1771](#1771)) ([f93f3a1](f93f3a1))
* **GDU:** se agrega el atributo lastLogin ([#1778](#1778)) ([2788407](2788407))
* **GDU-50:** eliminar permiso del punto de inicio en internacion ([#1745](#1745)) ([7836fad](7836fad))
* **HUDS:** Agregar filtro de descargas pendientes ([#1719](#1719)) ([d7b1acb](d7b1acb))
* **in:** nuevo event para eventos nuevos en ejecucion ([#1772](#1772)) ([6e08158](6e08158))
* **in:** se agrega extra 'desbloqueo' a esquema de cama-estados ([#1779](#1779)) ([081898b](081898b))
* **IN:** estado observacion ([#1734](#1734)) ([5b2496b](5b2496b))
* **IN:** motivo suspension indicacion ([#1716](#1716)) ([d5dc8b4](d5dc8b4))
* **IN-499:** registro de estados dentro de una cama ([#1768](#1768)) ([3c8eae5](3c8eae5))
* **INT:** pasar a internacion no censable ([#1702](#1702)) ([1b68c60](1b68c60))
* **MAT:** quitar validacion de nro de tramite ([#1692](#1692)) ([f66f34e](f66f34e))
* **MISC-266:** refactor de los filtros ([#1780](#1780)) ([41e1637](41e1637))
* **MOBILE:** agrega descarga de credencial en formato pdf ([#1763](#1763)) ([b420b2d](b420b2d))
* **PER-77:** cantidad de embarazos ([#1746](#1746)) ([1b5aa28](1b5aa28))
* **RUP:** se agrega permiso a link de plantillas ([#1792](#1792)) ([31fca01](31fca01))
* **TOP:** agrega skip y limit listado reglas ([#1756](#1756)) ([85e0e11](85e0e11))
* **TOP:** nueva solicitud con misma fecha que prestacion ([#1775](#1775)) ([9aaef87](9aaef87))
* **TOP-147:** filtros fecha de actualizacion ([#1776](#1776)) ([b9f6e28](b9f6e28))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changes requested Se solicitaron cambios test ok
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants