Skip to content

Commit

Permalink
feat(IN-499): registro de estados dentro de una cama (#1768)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarianoCampetella committed Dec 6, 2022
1 parent d3ad509 commit 3c8eae5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/rup/internacion/cama-estados.schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ export const InternacionExtrasSchema = new Schema(
egreso: { type: Boolean, required: false },
ingreso: { type: Boolean, required: false },
tipo_egreso: { type: String, required: false },
prestamo: { type: Boolean, required: false },
devolucion: { type: Boolean, required: false },
edicionCama: { type: Boolean, required: false },
cambioDeCama: { type: Boolean, required: false },
idInternacion: { type: SchemaTypes.ObjectId, required: false }, // idInternacion al egresar,
unidadOrganizativaOrigen: { type: SnomedConcept, required: false },
idMovimiento: { type: SchemaTypes.ObjectId, required: false },
Expand Down

0 comments on commit 3c8eae5

Please sign in to comment.