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

RUP: Evalúa condición requiereDiagnosticoPrincipal #1722

Merged
merged 2 commits into from
Jul 20, 2020
Merged

Conversation

plammel
Copy link
Contributor

@plammel plammel commented Jun 3, 2020

Requerimiento

https://proyectos.andes.gob.ar/browse/RUP-99

Funcionalidad desarrollada

  1. Al cargar el elemento RUP, si este no indica si requiere diagnostico principal, le setea el atributo requiereDiagnosticoPrincipal en true
  2. En caso de no requerir diagnostico principal, se ocultan los radios de diagnostico principal y la pantalla no requiere principal para validar la prestación.
  3. Se remueve el atributo motivoConsultaOpcional en desuso de la prestacion

UserStory llegó a completarse

Requiere actualizaciones en la base de datos

  • Si
  • No

Requiere actualizaciones en la API

Requiere actualizaciones en andes-test-integracion

@@ -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);
Copy link
Contributor

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Actualizado

@liquid36 liquid36 merged commit 38e2fa4 into master Jul 20, 2020
@liquid36 liquid36 deleted the RUP-99 branch July 20, 2020 16:52
liquid36 pushed a commit that referenced this pull request Jul 22, 2020
# [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))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants