Agregar sección de notas generales en Historia Clínica y mejoras en Cultivos

This commit is contained in:
2026-08-13 02:06:56 +00:00
parent 3afc8e0a91
commit 174a5f6eef
3 changed files with 181 additions and 50 deletions
+1
View File
@@ -18,6 +18,7 @@ export interface Paciente {
nacionalidad?: string;
medicacionHabitual?: string;
historiaClinica?: string;
notas?: string;
}