Skip to content

Commit

Permalink
BAH-3975 | Fix. Drug form defaults to match concept names (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
mohan-13 authored Jul 24, 2024
1 parent 7f0f7ec commit f96bb53
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions openmrs/apps/clinical/medication.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,18 @@
],
"drugFormDefaults": {
"Ayurvedic": {
"doseUnits": "Teaspoon(s)",
"doseUnits": "Teaspoon",
"route": "Oral"
},
"Capsule": {
"doseUnits": "Cap(s)",
"doseUnits": "Capsule",
"route": "Oral"
},
"Cream": {
"route": "Topical"
},
"Drops": {
"doseUnits": "Drop(s)",
"doseUnits": "Drop",
"route": "Topical"
},
"Food Supplement": {
Expand All @@ -65,7 +65,7 @@
"route": "Topical"
},
"Granule": {
"doseUnits": "Unit(s)",
"doseUnits": "Unit",
"route": "Oral"
},
"Inhaler": {
Expand Down Expand Up @@ -110,7 +110,7 @@
"route": "Oral"
},
"Tablet": {
"doseUnits": "Tablet(s)",
"doseUnits": "Tablet",
"route": "Oral"
}
}
Expand Down

0 comments on commit f96bb53

Please sign in to comment.