Skip to content

Commit

Permalink
feat(COM): crear derivación como una prestación
Browse files Browse the repository at this point in the history
  • Loading branch information
plammel authored and sychus committed Apr 20, 2021
1 parent 9ca71d0 commit e222ab0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ export const DerivacionSchema = new mongoose.Schema({
documento: Number,
id: { type: mongoose.Schema.Types.ObjectId, ref: 'profesional' }
},
prestacion: { type: mongoose.Schema.Types.ObjectId, ref: 'prestacion' },
paciente: {
type: {
id: { type: mongoose.Schema.Types.ObjectId, ref: 'paciente' },
Expand Down

0 comments on commit e222ab0

Please sign in to comment.