Skip to content

Commit

Permalink
DT-343 adding PM to data feature config (#1127)
Browse files Browse the repository at this point in the history
  • Loading branch information
freemabd authored Jan 14, 2025
1 parent cc7ffc9 commit 92d6ff4
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "tanagra-blood-pressure",
"displayName": "Blood pressure",
"isEnabledForCohorts": true,
"isEnabledForDataFeatureSets": false,
"isEnabledForDataFeatureSets": true,
"display": {
"category": "Physical Measurements",
"tags": null
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "tanagra-bmi",
"displayName": "BMI",
"isEnabledForCohorts": true,
"isEnabledForDataFeatureSets": false,
"isEnabledForDataFeatureSets": true,
"display": {
"category": "Physical Measurements",
"tags": null
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "tanagra-heart-rate",
"displayName": "Heart Rate",
"isEnabledForCohorts": true,
"isEnabledForDataFeatureSets": false,
"isEnabledForDataFeatureSets": true,
"display": {
"category": "Physical Measurements",
"tags": null
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "tanagra-height",
"displayName": "Height",
"isEnabledForCohorts": true,
"isEnabledForDataFeatureSets": false,
"isEnabledForDataFeatureSets": true,
"display": {
"category": "Physical Measurements",
"tags": null
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "tanagra-hip-circumference",
"displayName": "Hip Circumference",
"isEnabledForCohorts": true,
"isEnabledForDataFeatureSets": false,
"isEnabledForDataFeatureSets": true,
"display": {
"category": "Physical Measurements",
"tags": null
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "tanagra-waist-circumference",
"displayName": "Waist Circumference",
"isEnabledForCohorts": true,
"isEnabledForDataFeatureSets": false,
"isEnabledForDataFeatureSets": true,
"display": {
"category": "Physical Measurements",
"tags": null
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "tanagra-weight",
"displayName": "Weight",
"isEnabledForCohorts": true,
"isEnabledForDataFeatureSets": false,
"isEnabledForDataFeatureSets": true,
"display": {
"category": "Physical Measurements",
"tags": null
Expand Down

0 comments on commit 92d6ff4

Please sign in to comment.