Add motivo field to interconsultas with dark mode badges

This commit is contained in:
2026-04-20 03:01:56 -03:00
parent 69daa80cad
commit b7cd526986
3 changed files with 29 additions and 6 deletions
+1
View File
@@ -158,6 +158,7 @@ export interface Interconsulta {
internacionId: string;
fecha: string;
servicioInterconsultado: string;
motivo?: string;
respuestaInterconsulta?: string;
respuestaFecha?: string;
}