Skip to content

Commit

Permalink
Fix- remove appended units on labels for number questions
Browse files Browse the repository at this point in the history
  • Loading branch information
usamaidrsk committed Nov 15, 2024
1 parent a3aafc3 commit 7f24578
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 30 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -608,10 +608,10 @@
"validators": []
},
{
"label": "Fundal height (cm)",
"label": "Fundal height",
"type": "obs",
"required": false,
"id": "fundalHeight(Cm)",
"id": "fundalHeight",
"questionOptions": {
"rendering": "number",
"concept": "f857c495-98d2-4097-9018-d6641a8304a5",
Expand All @@ -636,10 +636,10 @@
},
"questions": [
{
"label": "Fetal Heart Rate (beats/min)",
"label": "Fetal Heart Rate",
"type": "obs",
"required": false,
"id": "fetalHeartRate(Beats/Min)",
"id": "fetalHeartRate",
"questionOptions": {
"rendering": "number",
"min": "120",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
"validators": []
},
{
"label": "Fetal Heart Rate (beats/min) (120 -160)",
"label": "Fetal Heart Rate",
"type": "obs",
"required": false,
"id": "fetalHeartRate",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"validators": []
},
{
"label": "Fetal Heart Rate (beats/min) (120 -160)",
"label": "Fetal Heart Rate",
"type": "obs",
"required": false,
"id": "fetalHeartRate",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"validators": []
},
{
"label": "Fetal Heart Rate (beats/min) (120 -160)",
"label": "Fetal Heart Rate",
"type": "obs",
"required": false,
"id": "fetalHeartRate",
Expand Down Expand Up @@ -136,7 +136,7 @@
"validators": []
},
{
"label": "Biparietal diameter (cm)",
"label": "Biparietal diameter",
"type": "obs",
"required": false,
"id": "biparietalDiameter",
Expand All @@ -147,7 +147,7 @@
"validators": []
},
{
"label": "Occ-frontal diameter (cm)",
"label": "Occ-frontal diameter",
"type": "obs",
"required": false,
"id": "occ-FrontalDiameter",
Expand All @@ -158,7 +158,7 @@
"validators": []
},
{
"label": "Cranial circumference (cm)",
"label": "Cranial circumference",
"type": "obs",
"required": false,
"id": "cranialCircumference",
Expand All @@ -169,7 +169,7 @@
"validators": []
},
{
"label": "Femur length (cm)",
"label": "Femur length",
"type": "obs",
"required": false,
"id": "femurLength",
Expand All @@ -180,7 +180,7 @@
"validators": []
},
{
"label": "Humerus length (cm)",
"label": "Humerus length",
"type": "obs",
"required": false,
"id": "humerusLength",
Expand All @@ -191,7 +191,7 @@
"validators": []
},
{
"label": "Abdominal circumference (cm)",
"label": "Abdominal circumference",
"type": "obs",
"required": false,
"id": "abdominalCircumference",
Expand All @@ -202,7 +202,7 @@
"validators": []
},
{
"label": "Estimated fetal weight (g)",
"label": "Estimated fetal weight",
"type": "obs",
"required": false,
"id": "estimatedFetalWeight",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"isExpanded": "true",
"questions": [
{
"label": "Age at Menarche (Years)",
"label": "Age at Menarche",
"type": "obs",
"required": false,
"id": "ageAtMenarche",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -597,10 +597,10 @@
"validators": []
},
{
"label": "Number of Tobacco sticks (Day)",
"label": "Number of Tobacco sticks",
"type": "obs",
"required": false,
"id": "numberOfTobaccoSticks(Day)",
"id": "numberOfTobaccoSticks",
"questionOptions": {
"rendering": "number",
"concept": "d6540462-4f03-419c-a0d6-2e3371ba3147",
Expand All @@ -612,10 +612,10 @@
"validators": []
},
{
"label": "Smoking Duration (Year(s))",
"label": "Smoking Duration",
"type": "obs",
"required": false,
"id": "smokingDuration(Year(S))",
"id": "smokingDuration",
"questionOptions": {
"rendering": "number",
"concept": "dbab4772-1814-466f-a4ff-22aceca57200",
Expand Down Expand Up @@ -644,10 +644,10 @@
"validators": []
},
{
"label": "Pack Years (pack-year(s))",
"label": "Pack Years",
"type": "obs",
"required": false,
"id": "packYears(Pack-Year(S))",
"id": "packYears",
"questionOptions": {
"rendering": "number",
"concept": "4d24f560-7c9d-448c-8767-66ba584588a2"
Expand All @@ -658,10 +658,10 @@
"validators": []
},
{
"label": "Year(s) since last smoke (Year(s))",
"label": "Year(s) since last smoke",
"type": "obs",
"required": false,
"id": "year(S)SinceLastSmoke(Year(S))",
"id": "year(S)SinceLastSmoke",
"questionOptions": {
"rendering": "number",
"concept": "65be3d70-89db-4d59-afd9-83357d911956"
Expand Down
4 changes: 2 additions & 2 deletions configs/openmrs/initializer_config/ampathforms/nutrition.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@
"validators": []
},
{
"label": "Weight Goal (Kg)",
"label": "Weight Goal",
"type": "obs",
"required": false,
"id": "weightGoal(Kg)",
"id": "weightGoal",
"questionOptions": {
"rendering": "number",
"concept": "fc1f3f86-9332-4714-a4f4-ce88c173a5c2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
"isExpanded": "true",
"questions": [
{
"label": "Height (cm)",
"label": "Height",
"type": "obs",
"required": false,
"id": "height",
Expand All @@ -172,7 +172,7 @@
"validators": []
},
{
"label": "Weight (kg)",
"label": "Weight",
"type": "obs",
"required": false,
"id": "weight",
Expand All @@ -191,7 +191,7 @@
}
},
{
"label": "Head Circumference (cm)",
"label": "Head Circumference",
"type": "obs",
"required": false,
"id": "headCircumference",
Expand All @@ -202,7 +202,7 @@
"validators": []
},
{
"label": "Abdominal Diameter (cm)",
"label": "Abdominal Diameter",
"type": "obs",
"required": false,
"id": "abdominalDiameter",
Expand All @@ -213,7 +213,7 @@
"validators": []
},
{
"label": "Mid-Upper Arm Circumference (cm)",
"label": "Mid-Upper Arm Circumference",
"type": "obs",
"required": false,
"id": "midUpperArmCircumference",
Expand Down

0 comments on commit 7f24578

Please sign in to comment.