Add modification tracking to Indicaciones history

This commit is contained in:
2026-04-21 16:26:39 -03:00
parent e74dbe855b
commit 9b38794043
3 changed files with 35 additions and 6 deletions
+2
View File
@@ -193,6 +193,8 @@ export interface Indicacion {
estado: 'Activa' | 'Suspendida';
medicoCrea: string;
fechaCrea: string;
medicoModifica?: string;
fechaModificacion?: string;
medicoSuspende?: string;
fechaSuspension?: string;
}