Skip to content

Commit

Permalink
BAH-3512 | Add. Configuration to Sort Lab Orders By Name and Result B…
Browse files Browse the repository at this point in the history
…y Date (#119)

* Parvathy | BAH-3512 | Add. Configuration to Hide Table View from Lab Results Expanded View

* Parvathy | BAH-3512 | Add. Configuration to Sort Lab Orders By Name

* Parvathy | BAH-3512 | Add. Configuration To Sort Result Columns To Show Latest Orders First

* Parvathy | BAH-3512 | Add. Configuration Properties to Sort Lab Results in Visit Summary

* Parvathy |  BAH-3512 | Fix. Lab Results Display in Visit Summary Screen
  • Loading branch information
parvathy00 authored Feb 14, 2024
1 parent 57bbb1d commit 7efc702
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 6 deletions.
14 changes: 12 additions & 2 deletions openmrs/apps/clinical/dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,10 +172,20 @@
"showNormalLabResults": true,
"showCommentsExpanded": true,
"showAccessionNotes": true,
"showDetailsButton":false
"showDetailsButton":false,
"chartConfig": {
"sortLabOrdersByName":false,
"sortResultColumnsLatestFirst":false
}
},
"expandedViewConfig":{
"numberOfVisits":10
"numberOfVisits":10,
"showChart":true,
"showTable":false,
"chartConfig": {
"sortLabOrdersByName":true,
"sortResultColumnsLatestFirst":true
}
}
},
"nutritionalValues":{
Expand Down
14 changes: 10 additions & 4 deletions openmrs/apps/clinical/visit.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,11 @@
"showCommentsExpanded": true,
"showAccessionNotes": true,
"numberOfVisits": 10,
"initialAccessionCount": 1,
"latestAccessionCount": 1,
"hideResultsColumn": false
"hideResultsColumn": false,
"chartConfig": {
"sortLabOrdersByName":true,
"sortResultColumnsLatestFirst":true
}
}
},
"conditions": {
Expand Down Expand Up @@ -150,7 +152,11 @@
"numberOfVisits": 10,
"initialAccessionCount": 1,
"latestAccessionCount": 1,
"hideResultsColumn": false
"hideResultsColumn": false,
"chartConfig": {
"sortLabOrdersByName":true,
"sortResultColumnsLatestFirst":true
}
}
},
"Treatments": {
Expand Down

0 comments on commit 7efc702

Please sign in to comment.