Skip to content

Commit

Permalink
fix(EPI): Quita opción de antigenos por laabos privados (#2879)
Browse files Browse the repository at this point in the history
  • Loading branch information
silviroa authored Jun 14, 2023
1 parent 3556df0 commit 44b635e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ export class FichaEpidemiologicaCrudComponent implements OnInit, OnChanges {
];
public segundaClasificacion = [
{ id: 'autotest', nombre: 'Autotest' },
{ id: 'laboAntigeno', nombre: 'Laboratorio privado (Antígeno)' },
{ id: 'antigeno', nombre: 'Antígeno' },
{ id: 'pcr', nombre: 'PCR-RT' },
{ id: 'lamp', nombre: 'LAMP (NeoKit)' }
Expand Down

0 comments on commit 44b635e

Please sign in to comment.