-
Notifications
You must be signed in to change notification settings - Fork 5
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
RUP: Evalúa condición requiereDiagnosticoPrincipal #1722
Conversation
@@ -297,7 +299,7 @@ export class PrestacionValidacionComponent implements OnInit { | |||
return false; | |||
} | |||
|
|||
if (!existeDiagnostico && this.prestacion.solicitud.ambitoOrigen !== 'internacion' && !this.prestacion.solicitud.tipoPrestacion.noNominalizada) { | |||
if (this.elementoRUP.requiereDiagnosticoPrincipal && !existeDiagnostico && this.prestacion.solicitud.ambitoOrigen !== 'internacion' && !this.prestacion.solicitud.tipoPrestacion.noNominalizada) { | |||
this.plex.toast('info', 'Debe seleccionar un procedimiento / diagnóstico principal', 'procedimiento / diagóstico principal', 1000); |
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.
Al poder configurar el pedido obligatorio del diagnóstico principal en el elementoRUP ya no seria necesario preguntar por el ámbito origen o si es o no nominalizada
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.
Actualizado
# [5.5.0](v5.4.0...v5.5.0) (2020-07-22) ### Bug Fixes * **mapa-camas:** botón validad prestación disabled ([#1767](#1767)) ([f5a773d](f5a773d)) * **rup:** arreglo de acceso a huds sin elegir motivo ([83e39cc](83e39cc)) * **rup:** error en lifecycle de angular ([#1796](#1796)) ([991a2fa](991a2fa)) * **RUP:** arregla duplicacion solicitudes auditables ([#1729](#1729)) ([289b5aa](289b5aa)) ### Features * **ambulatorio:** visualizar agendas sin turnos ([#1717](#1717)) ([7888045](7888045)) * **mapa-camas:** dias de estada x servicios ([#1780](#1780)) ([b9bdfe0](b9bdfe0)) * **mapa-camas:** persistencia de filtros segun usuario ([#1771](#1771)) ([2367ec5](2367ec5)) * **rup:** configurar diagnostico principal dinamico ([#1722](#1722)) ([38e2fa4](38e2fa4)) * **RUP:** Implementa plex-help ([b508a8e](b508a8e))
Requerimiento
https://proyectos.andes.gob.ar/browse/RUP-99
Funcionalidad desarrollada
requiereDiagnosticoPrincipal
entrue
motivoConsultaOpcional
en desuso de la prestacionUserStory llegó a completarse
Requiere actualizaciones en la base de datos
Requiere actualizaciones en la API
Requiere actualizaciones en andes-test-integracion