diff --git a/src/app/modules/rup/components/ejecucion/hudsBusqueda.html b/src/app/modules/rup/components/ejecucion/hudsBusqueda.html index 1eadf80c4d..ea4364ae7e 100644 --- a/src/app/modules/rup/components/ejecucion/hudsBusqueda.html +++ b/src/app/modules/rup/components/ejecucion/hudsBusqueda.html @@ -83,11 +83,11 @@
{{ getTitulo(filtroActual) | uppercas
- + {{ textoTratamientoProlongado(grupo) }} -
-
+
@@ -791,9 +791,12 @@
{{ getTitulo(filtroActual) | uppercas }}
- Fecha: {{laboratorio?.fecha | - fecha}} + Fecha: {{laboratorio?.fecha + | date: + 'dd/MM/yyyy HH:mm' + }}
+
Médico solicitante: {{ diff --git a/src/app/modules/rup/components/ejecucion/laboratorios/vista-laboratorio.html b/src/app/modules/rup/components/ejecucion/laboratorios/vista-laboratorio.html index a864e58526..4eccf29880 100644 --- a/src/app/modules/rup/components/ejecucion/laboratorios/vista-laboratorio.html +++ b/src/app/modules/rup/components/ejecucion/laboratorios/vista-laboratorio.html @@ -10,7 +10,7 @@ En Proceso
- {{protocolo.data.fecha | fecha}} + {{protocolo.data.fecha | date: 'dd/MM/yyyy HH:mm'}}