Skip to content

Commit

Permalink
[Rahul] | BAH-3516 | Fix. Print Types In Visits Config
Browse files Browse the repository at this point in the history
  • Loading branch information
rahu1ramesh committed Jan 31, 2024
1 parent 534d6b4 commit f66415a
Showing 1 changed file with 20 additions and 4 deletions.
24 changes: 20 additions & 4 deletions openmrs/apps/clinical/visit.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,21 @@
"orderType": "Radiology Order"
}
},
"labInvestigations":{
"type": "labOrders",
"displayOrder": 6,
"config": {
"translationKey":"LAB_INVESTIGATION",
"showChart": true,
"showTable": false,
"showNormalLabResults": true,
"showCommentsExpanded": true,
"showAccessionNotes": true,
"numberOfVisits": 10,
"initialAccessionCount": 1,
"latestAccessionCount": 1
}
},
"conditions": {
"title": "Conditions",
"type": "conditionsList",
Expand Down Expand Up @@ -97,6 +112,7 @@
"diagnoses":{
"type": "diagnosis",
"displayOrder": 4,
"title": "Diagnosis",
"config": {
"translationKey" : "DISCHARGE_SUMMARY_DIAGNOSIS_KEY",
"showCertainty": false,
Expand All @@ -121,7 +137,7 @@
}
},
"labInvestigations":{
"type": "investigationResult",
"type": "labOrders",
"displayOrder": 6,
"config": {
"translationKey":"LAB_INVESTIGATION",
Expand All @@ -136,11 +152,11 @@
}
},
"Treatments": {
"type": "treatment",
"translationKey": "VISIT_TITLE_TREATMENTS_KEY",
"type":"prescription",
"displayOrder": 6,
"config": {
"translationKey": "VISIT_TITLE_TREATMENTS_KEY",
"showFlowSheet": true,
"showFlowSheet": false,
"showListView": true,
"showOtherActive": false,
"showDetailsButton": true,
Expand Down

0 comments on commit f66415a

Please sign in to comment.