Skip to content

Commit

Permalink
BAH-4037 | Add. Configuration for Order Type Class Map (#24)
Browse files Browse the repository at this point in the history
* BAH-4037 | Add. Configuration for Order Type Class Map

* BAH-4037 | Refactor. Use Concept FSN for keys
  • Loading branch information
mohan-13 authored Jul 23, 2024
1 parent 01c0892 commit 74aac33
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions openmrs/apps/clinical/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,11 @@
"COMMENTS",
"Patient file"
],
"orderTypeClassMap" :{
"Lab Samples": ["Test","LabSet","LabTest"],
"Radiology Orders": ["Radiology","Radiology/Imaging Procedure"],
"Procedure Orders": ["Procedure"]
},
"otherInvestigationsMap": {
"Radiology": "Radiology Order",
"Endoscopy": "Endoscopy Order"
Expand Down

0 comments on commit 74aac33

Please sign in to comment.