Skip to content

Commit

Permalink
O3-3861 - configure Gravida value to only be taken from current visit
Browse files Browse the repository at this point in the history
  • Loading branch information
chibongho committed Sep 3, 2024
1 parent a3144b6 commit 286163a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion configuration/frontend/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -362,8 +362,11 @@
"wardPatientCards": {
"obsElementDefinitions": [
{
"id": "gravida",
"conceptUuid": "${concept.gravida.uuid}",
"id": "gravida"
"onlyWithinCurrentVisit": true,
"orderBy": "descending",
"limit": 1
},
{
"id": "admission-reason",
Expand Down

0 comments on commit 286163a

Please sign in to comment.