-
Notifications
You must be signed in to change notification settings - Fork 1
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
MPI - Registro de paciente extranjero con DNI #472
Conversation
cypress/plugins/seed-paciente.js
Outdated
@@ -153,16 +153,25 @@ module.exports.createPaciente = async (mongoUri, params) => { | |||
// si no tiene notaError y no se envió en params se le asigna string vacío | |||
dto.notaError = (params.notaError) ? params.notaError : (dto.notaError) ? dto.notaError : ''; | |||
|
|||
// dto.documento = params.documento; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Borrar código comentado!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Borrado!
const pacienteMasculino = { fixture: 'mpi/paciente-validado.json' }; | ||
|
||
const pacienteExtranjero = { | ||
// id: "5e546977fc9e410a8954ad58", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Si el id no se usa borrar el comentario!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tambien borrado!
Requerimiento
https://proyectos.andes.gob.ar/browse/MPI-403
Funcionalidad desarrollada
Requiere actualizaciones en la base de datos