Skip to content

Commit

Permalink
BAH-4065 | Fix. Concept names for Vital display control in IPD dashbo…
Browse files Browse the repository at this point in the history
…ard (#45)
  • Loading branch information
mohan-13 authored Aug 8, 2024
1 parent a81aba0 commit 3675ea3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions openmrs/apps/ipdDashboard/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,25 +136,25 @@
"vitalsConfig": {
"latestVitalsConceptValues": {
"spO2": "Arterial Blood Oxygen Saturation (Pulse Oximeter)",
"weight": "Weight",
"bmi": "BMI",
"weight": "Weight (kg)",
"bmi": "Body mass index",
"respiratoryRate": "Respiratory Rate",
"systolicPressure": "Systolic blood pressure",
"diastolicPressure": "Diastolic blood pressure",
"temperature": "Temperature",
"pulse": "Pulse",
"height": "Height"
"height": "Height (cm)"
},
"vitalsHistoryConceptValues": {
"spO2": "Arterial Blood Oxygen Saturation (Pulse Oximeter)",
"weight": "Weight",
"bmi": "BMI",
"weight": "Weight (kg)",
"bmi": "Body mass index",
"respiratoryRate": "Respiratory Rate",
"systolicPressure": "Systolic blood pressure",
"diastolicPressure": "Diastolic blood pressure",
"temperature": "Temperature",
"pulse": "Pulse",
"height": "Height",
"height": "Height (cm)",
"muac": "Mid-upper arm circumference"
}
}
Expand Down

0 comments on commit 3675ea3

Please sign in to comment.