Skip to content

Commit

Permalink
BAH-3523 | Refactor. Change Display Order of Controls in Visit Summar…
Browse files Browse the repository at this point in the history
…y screen (#118)
  • Loading branch information
parvathy00 authored Feb 13, 2024
1 parent 0bf5a92 commit 38ce8ae
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
19 changes: 9 additions & 10 deletions openmrs/apps/clinical/visit.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@
},
"pacsOrders":{
"type":"pacsOrders",
"displayOrder": 1,
"translationKey": "PACS_ORDERS_VISIT_PAGE_KEY",
"displayOrder": 4,
"translationKey": "RADIOLOGY_ORDERS_KEY",
"config":{
"orderType": "Radiology Order"
}
},
"labInvestigations":{
"type": "labOrders",
"displayOrder": 6,
"displayOrder": 2,
"config": {
"translationKey":"LAB_INVESTIGATION",
"showChart": true,
Expand All @@ -55,15 +55,15 @@
"conditions": {
"title": "Conditions",
"type": "conditionsList",
"displayOrder": 2,
"displayOrder": 1,
"config": { }
}
},
"encounterContext": {
"filterEncounterTypes": [
"Consultation"
]
}
"encounterContext": {
"filterEncounterTypes": [
"Consultation"
]
}
},
"dischargeSummary":{
"translationKey": "DASHBOARD_TAB_DISCHARGE_SUMMARY_KEY",
Expand Down Expand Up @@ -202,6 +202,5 @@
}
}
}

}
}
2 changes: 1 addition & 1 deletion openmrs/i18n/clinical/locale_en.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"DASHBOARD_TAB_ORDERS_KEY": "Orders",

"LAB_INVESTIGATIONS_KEY":"Lab Investigations",
"PACS_ORDERS_VISIT_PAGE_KEY": "Pacs Orders Visit Page",
"RADIOLOGY_ORDERS_KEY": "Radiology Orders",

"DISCHARGE_SUMMARY_DIAGNOSIS_KEY" :"Diagnoses",

Expand Down

0 comments on commit 38ce8ae

Please sign in to comment.