Prof.: {{turno.prestaciones[0].solicitud.profesional |
nombre}}
@@ -322,7 +331,7 @@
+ *ngIf="turno?.estado === 'turnoDoble'">
Turno Doble
@@ -335,53 +344,50 @@
+ *ngIf="turno.tipoPrestacion && turno.paciente?.id && !(turno.paciente | pacienteRestringido)">
@@ -389,28 +395,27 @@
@@ -422,7 +427,7 @@
0" size="sm"
- titulo="Sobreturnos">
+ titulo="Sobreturnos">
@@ -431,32 +436,39 @@
+ *ngIf="sobreturno?.estado === 'suspendido'" class="mb-1">
Suspendido
+ [type]="sobreturno.prestaciones[0].estados[sobreturno.prestaciones[0].estados.length - 1].tipo === 'validada' ? 'success' : 'warning'"
+ class="mb-1">
{{sobreturno.prestaciones[0].estados[sobreturno.prestaciones[0].estados.length-1].tipo}}
+ *ngIf="sobreturno?.paciente && sobreturno.asistencia && sobreturno.estado !== 'suspendido'">
-
+
{{sobreturno.asistencia === 'asistio' ? 'asistió':
sobreturno.asistencia}} {{ sobreturno.horaAsistencia |
hora }} hs
- {{ sobreturno.horaInicio | date: 'HH:mm'
- }}
+ {{ sobreturno.horaInicio | date: 'HH:mm' }}
+ *ngIf="sobreturno.prestaciones[0]?.estadoActual?.tipo === 'validada'">
+
+ Prof. que valida:
+ {{
+ sobreturno.prestaciones[0].estadoActual.createdBy?.nombreCompleto}}
+
+
+
Prof.:
{{ sobreturno.prestaciones[0].solicitud.profesional | nombre}}
@@ -475,7 +487,7 @@
| Nro Carpeta
+ *ngFor="let carpeta of sobreturno.paciente.carpetaEfectores | slice:0:1;">
{{carpeta.nroCarpeta}}
@@ -485,77 +497,76 @@
+ class="text-warning warning mdi mdi-message">
+ title="{{sobreturno.confirmatedAt | date: 'medium'}}">
Confirmado
+ *ngIf="sobreturno.tipoPrestacion && sobreturno.paciente?.id && !(sobreturno.paciente | pacienteRestringido)">
@@ -576,17 +587,22 @@
|
{{prestacion.estados[prestacion.estados.length - 1].tipo}}
{{ prestacion.solicitud.fecha | date:
'HH:mm' }}
{{prestacion.solicitud.tipoPrestacion.term}}
+ *ngIf="prestacion && !prestacion.solicitud.tipoPrestacion.noNominalizada">{{prestacion.solicitud.tipoPrestacion.term}}
No
nominalizada
-
+
+ Prof. que valida:
+ {{prestacion?.estadoActual.createdBy?.nombreCompleto}}
+
+
Prof.: {{prestacion.solicitud.profesional | nombre}}
|
@@ -597,7 +613,7 @@
{{prestacion.solicitud.tipoPrestacion.term}}
+ *ngIf="prestacion?.solicitud?.tipoPrestacion?.noNominalizada">{{prestacion.solicitud.tipoPrestacion.term}}
@@ -612,27 +628,27 @@
-
+
+ icon="lapiz-documento" size="sm"
+ *ngIf="prestacion.estados[prestacion.estados.length - 1].tipo === 'ejecucion' && checkPuedeValidar(prestacion)"
+ (click)="setRouteToParams(['ejecucion', prestacion.id]); prestacionNominalizada=prestacion.solicitud.tipoPrestacion.noNominalizada;accesoHudsPaciente = prestacion.paciente; accesoHudsTurno = null; accesoHudsPrestacion = prestacion.solicitud.tipoPrestacion.id; preAccesoHuds(motivoVerContinuarPrestacion)"
+ type="success">
+ *ngIf="prestacion.estados[prestacion.estados.length - 1].tipo === 'validada'"
+ (click)="onVerResumenClick('validacion', prestacion)" type="success"
+ size="sm">
+ tooltipPosition="left" icon="prohibido"
+ *ngIf="prestacion.estados[prestacion.estados.length - 1].tipo === 'ejecucion'"
+ type="danger" size="sm" (click)="invalidarPrestacion(prestacion, 'turno')">
|
@@ -651,7 +667,12 @@
{{prestacion.solicitud.ambitoOrigen}}
{{ prestacion.solicitud.fecha | date: 'HH:mm' }}
-
+
+ Prof. que valida:: {{prestacion.estadoActual.createdBy?.nombreCompleto |
+ nombre}}
+
+
Prof.: {{prestacion.solicitud.profesional | nombre}}
@@ -675,28 +696,29 @@
-
+
+ *ngIf="prestacion.estadoActual.tipo === 'pendiente' || prestacion.estadoActual.tipo === 'auditoria'"
+ tooltip="Iniciar Prestación" type="success"
+ (click)="ejecutarPrestacion2(prestacion)">
+ icon="lapiz-documento" size="sm"
+ *ngIf="prestacion.estadoActual.tipo === 'ejecucion'"
+ (click)="setRouteToParams(['ejecucion', prestacion.id]); prestacionNominalizada=prestacion.solicitud.tipoPrestacion.noNominalizada;accesoHudsPaciente = prestacion.paciente; accesoHudsTurno = null; accesoHudsPrestacion = prestacion.solicitud.tipoPrestacion.id; preAccesoHuds(motivoVerContinuarPrestacion)"
+ type="success">
+ *ngIf="prestacion.estadoActual.tipo === 'validada'" type="success" size="sm"
+ (click)="onVerResumenClick('validacion', prestacion)">
|
| |