Skip to content

Commit

Permalink
Samyuktha | MOBN-2409 | Fix. Config syntax to test the toggle for lab…
Browse files Browse the repository at this point in the history
… orders.
  • Loading branch information
saisamyukthag committed Jun 10, 2024
1 parent e3e3ed6 commit 927bfec
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions ui/app/clinical/config/visitMandatoryTab.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"showCertainty": true,
"showOrder": true,
"showDetailsButton": true
}
},
"hideEmptyDisplayControl": false
},
"Observations": {
"type": "observation",
Expand Down Expand Up @@ -50,7 +51,7 @@
"config": {
"translationKey":"VISIT_TITLE_DISPOSITION_KEY",
"numberOfVisits": 1,
"showDetailsButton": true,
"showDetailsButton": true
},
"hideEmptyDisplayControl": false
},
Expand Down Expand Up @@ -92,14 +93,16 @@
"showRoute": true,
"showDrugForm": true,
"showProvider" : true
}
},
"hideEmptyDisplayControl": false
},
"Radiology": {
"type": "radiology",
"displayOrder": 7,
"config": {
"translationKey": "VISIT_TITLE_RADIOLOGY_KEY"
}
},
"hideEmptyDisplayControl": false
},
"Patient Files": {
"type": "patientFiles",
Expand Down

0 comments on commit 927bfec

Please sign in to comment.