diff --git a/src/sections/HistoriaClinica.tsx b/src/sections/HistoriaClinica.tsx index cb50bb7..5f7e5bf 100644 --- a/src/sections/HistoriaClinica.tsx +++ b/src/sections/HistoriaClinica.tsx @@ -43,7 +43,8 @@ import { Square, Copy, Clock, - Search + Search, + ChevronDown } from 'lucide-react'; import { Card, CardContent } from '@/components/ui/card'; import { Badge } from '@/components/ui/badge'; @@ -1497,10 +1498,32 @@ function SeccionLaboratorios({ lab, patientId, internacionId, add, update, del,
- {canEdit && } - + + + + + + {canEdit && ( + { reset(); setDialog(true); }}> + + Nuevo + + )} + { setParametroEvolucion('Hematocrito'); setEvolDialog(true); }}> + + Evolución + + setOtrosDialog(true)}> + + Ver Otros + + + -