Skip to content

Commit

Permalink
prioritization: add review type
Browse files Browse the repository at this point in the history
  • Loading branch information
marceloarocha committed Jun 4, 2024
1 parent bfde3b0 commit 6474b49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions routes/prescription.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ def getPrescriptions():
"isBeingEvaluated": prescription_service.is_being_evaluated(
p[0].features
),
"reviewType": p[0].reviewType,
"observation": observation,
"totalRecords": p[3],
}
Expand Down

0 comments on commit 6474b49

Please sign in to comment.