Fix: Eliminada columna fechaIngreso de pacientes, agregadas nuevas columnas
This commit is contained in:
@@ -13,6 +13,8 @@ interface NuevoIngresoProps {
|
||||
camas: Cama[];
|
||||
areas: Area[];
|
||||
onIniciarInternacion: (internacion: Omit<Internacion, 'id' | 'activa'>) => void;
|
||||
onAgregarPaciente?: (paciente: Omit<Paciente, 'id'>) => void;
|
||||
onActualizarPaciente?: (id: string, datos: Partial<Paciente>) => void;
|
||||
onVolver: () => void;
|
||||
getAreaName: (areaId: string | undefined) => string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user