Renombrar opciones de egreso, cambiar Dar Alta a Registrar Egreso y agregar opción Pase servicio con campo dinámico
This commit is contained in:
+2
-1
@@ -55,7 +55,8 @@ export interface Internacion {
|
||||
antecedentesEnfermedadActual?: string;
|
||||
diagnosticoEgreso?: string;
|
||||
medicoIngresante: string;
|
||||
motivoEgreso?: 'Alta médica' | 'Alta voluntaria' | 'Derivación' | 'Fallecimiento' | 'Otro';
|
||||
motivoEgreso?: 'Alta médica' | 'Egreso Voluntario' | 'Derivación' | 'Obito' | 'Pase servicio' | 'Otro';
|
||||
servicioAlQuePasa?: string;
|
||||
activa: boolean;
|
||||
apache?: string;
|
||||
derivacion?: string;
|
||||
|
||||
Reference in New Issue
Block a user