Agregar columna historiaClinica a pacientes con migración segura

This commit is contained in:
Santiago Lavaise
2026-04-14 21:50:57 -03:00
parent e286e26a50
commit a80f46a3fe
3 changed files with 33 additions and 10 deletions
+1
View File
@@ -17,6 +17,7 @@ export interface Paciente {
obraSocial?: string;
nacionalidad?: string;
medicacionHabitual?: string;
historiaClinica?: string;
}