{{data.text}}
+| Profesional | +{{ + element.professional.businessName.toUpperCase() }} | +Fecha | ++ {{element.date | date : 'dd/MM/yyyy' }} | +Estado | +{{ element.status }} + | +Insumos | ++ {{element.supplies.length}} | +Acción | +
+
+ |
+ + | + + | +
+
+
+
+
+
+
+
+ {{ supp.supply.name }}
+
+
+ Diagnóstico: {{element.diagnostic}}
+
+ Observaciones: {{element.observation}}
+
+ |
+
|---|
prescription-printer works!
diff --git a/src/app/audit/components/prescription-printer/prescription-printer.component.sass b/src/app/audit/components/prescription-printer/prescription-printer.component.sass new file mode 100644 index 00000000..e69de29b diff --git a/src/app/audit/components/prescription-printer/prescription-printer.component.spec.ts b/src/app/audit/components/prescription-printer/prescription-printer.component.spec.ts new file mode 100644 index 00000000..dd6b98da --- /dev/null +++ b/src/app/audit/components/prescription-printer/prescription-printer.component.spec.ts @@ -0,0 +1,25 @@ +import { ComponentFixture, TestBed, waitForAsync } from '@angular/core/testing'; + +import { PrescriptionPrinterComponent } from './prescription-printer.component'; + +describe('PrescriptionPrinterComponent', () => { + let component: PrescriptionPrinterComponent; + let fixture: ComponentFixture| Nombre | +
+ |
+ CUIL | ++ {{ element.cuil }} + | +Matricula | ++ {{ element.enrollment }} + | ++ | + + + | +Ultimo inicio de sesión | ++ {{ element.lastLogin | date : 'dd/MM/yyyy' }} + | +
|---|
En el marco de la nueva Ley Nacional de Receta Electrónica, el Decreto 345/2024 establece un cambio + fundamental: las prescripciones médicas dejarán de ser en papel para adoptarse a plataformas digitales. En + este contexto, el Ministerio de Salud de la Provincia de Neuquén pone en funcionamiento el sistema RecetAr, + accesible para profesionales de la salud y farmacias, tanto públicas como privadas.
+¡Acompañanos en este avance hacia una práctica más eficiente y moderna en el cuidado de la salud!
+prescription-printer works!
diff --git a/src/app/pharmacists/components/andes-prescription-printer/andes-prescription-printer.component.sass b/src/app/pharmacists/components/andes-prescription-printer/andes-prescription-printer.component.sass new file mode 100644 index 00000000..e69de29b diff --git a/src/app/pharmacists/components/andes-prescription-printer/andes-prescription-printer.component.spec.ts b/src/app/pharmacists/components/andes-prescription-printer/andes-prescription-printer.component.spec.ts new file mode 100644 index 00000000..50edae94 --- /dev/null +++ b/src/app/pharmacists/components/andes-prescription-printer/andes-prescription-printer.component.spec.ts @@ -0,0 +1,25 @@ +import { ComponentFixture, TestBed, waitForAsync } from '@angular/core/testing'; + +import { AndesPrescriptionPrinterComponent } from './andes-prescription-printer.component'; + +describe('AndesPrescriptionPrinterComponent', () => { + let component: AndesPrescriptionPrinterComponent; + let fixture: ComponentFixtureLa receta de {{data.text}} se ha dispensado correctamente!
No se ha podido dispensar la receta de {{data.text}}. Inténtelo de nuevo más tarde.
+| Profesional | -{{ element.professional.businessName.toUpperCase() }} | -Fecha | -{{element.date | date : 'dd/MM/yyyy' }} | -Estado | -{{ element.status }} | -Insumos | -{{element.supplies.length}} | -Acción | -
-
- |
- - | - - | -
-
-
-
+
-
-
- {{ supp.supply.name }}
- Diagnóstico: {{element.diagnostic}}
- Observaciones: {{element.observation}}
-
+
+ |
-
|---|
| Medicamento | ++ {{ element.medicamento?.concepto?.term || (element.supplies?.length ? + element.supplies[0]?.supply?.name : '') }} + | +Fecha | ++ {{element.date | date : 'dd/MM/yyyy'}} + + {{(element.fechaRegistro || element.fechaPrestacion)| date : 'dd/MM/yyyy'}} + + | +Estado | +{{ + element.estadoActual?.tipo?.toUpperCase() || + (element.status === 'pendiente' ? 'VIGENTE' : (element.status === 'finalizada' ? + 'DISPENSADA' : element.status?.toUpperCase())) }} + | +Insumos | ++ {{element.supplies?.length || element.medicamento?.cantidad}} envases | +Acción | +
+
+ |
+ + | + + | +
+
+
+
+
+
+
+
+
+ {{ supp.supply.name }} x {{supp.quantityPresentation}}
+
+ {{ supp.supply.name }} x
+ {{supp.quantity}}
+
+
+
+ Cantidad de envases: {{supp.quantity}}
+
+
+ Diagnóstico: {{element.supplies[0]?.diagnostic}}
+
+ Observaciones: {{element.observation}}
+
+
+ Profesional:
+ {{ element.professional?.businessName}}
+
+
+
+
+
+
+
+
+
+
+ {{ element.medicamento?.concepto?.term }} x {{
+ element.medicamento?.cantidad }}
+
+
+
+ Cantidad de envases: {{ element.medicamento?.cantEnvases }}
+
+
+ Diagnóstico: {{element.diagnostico?.term||
+ element.diagnostico.descripcion}}
+
+ Observaciones:
+ {{element.medicamento?.dosisDiaria?.notaMedica}}
+
+
+ Profesional:
+ {{ element.profesional?.nombre }}
+
+ |
+
|---|