Skip to content

Commit

Permalink
feat(mapa-camas): agrega configPases al schema de la maquina de estad…
Browse files Browse the repository at this point in the history
…os (#1219)
  • Loading branch information
GaboCancellieri authored Feb 9, 2021
1 parent 398c4a7 commit 78e0b8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/rup/internacion/estados.schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export interface IEstados {
estados: { key: IEstadoKey, label: String, color: String, icon: String }[];
relaciones: { origen: IEstadoKey, destino: IEstadoKey }[];
historialMedico: boolean;
configPases: { sala: Types.ObjectId, allowCama: boolean };
}

export interface IEstadosDocument extends Document, IEstados { }
Expand Down

0 comments on commit 78e0b8d

Please sign in to comment.