Add respuestaFecha field to interconsultas: DB, types, UI
This commit is contained in:
@@ -159,6 +159,7 @@ export interface Interconsulta {
|
||||
fecha: string;
|
||||
servicioInterconsultado: string;
|
||||
respuestaInterconsulta?: string;
|
||||
respuestaFecha?: string;
|
||||
}
|
||||
|
||||
export type Vista = 'dashboard' | 'camas' | 'pacientes' | 'internaciones' | 'evoluciones' | 'laboratorios' | 'acidobase' | 'cultivos' | 'historiaclinica' | 'nuevoingreso' | 'editaringreso';
|
||||
|
||||
Reference in New Issue
Block a user