Fix: Eliminada columna fechaIngreso de pacientes, agregadas nuevas columnas
This commit is contained in:
+5
-1
@@ -13,9 +13,13 @@ export interface Paciente {
|
||||
grupoSanguineo?: string;
|
||||
alergias?: string;
|
||||
antecedentes?: string;
|
||||
fechaRegistro: string;
|
||||
fechaRegistro?: string;
|
||||
obraSocial?: string;
|
||||
nacionalidad?: string;
|
||||
medicacionHabitual?: string;
|
||||
}
|
||||
|
||||
|
||||
export interface Cama {
|
||||
id: string;
|
||||
numero: string;
|
||||
|
||||
Reference in New Issue
Block a user