diff --git a/src/sections/HistoriaClinica.tsx b/src/sections/HistoriaClinica.tsx index b4ed8f3..5f70029 100644 --- a/src/sections/HistoriaClinica.tsx +++ b/src/sections/HistoriaClinica.tsx @@ -1462,8 +1462,8 @@ function SeccionAcidosBase({ ab, patientId, add, update, del }: {

BE

{a.be}

SatO2

{a.sato2}%

{a.lactato &&

Lactato

{a.lactato}

} + {a.fio2 && a.po2 &&

PaFiO₂

{Math.round(a.po2 / a.fio2 * 100) / 100}

} {a.fio2 &&

FiO2

{a.fio2}

} - {a.fio2 && a.po2 &&

PaFiO₂

{Math.round((a.po2 / a.fio2) * 100)}

} {a.interpretacion &&

Interpretación: {a.interpretacion}

}