Skip to content

Commit

Permalink
Update Healthkit questionnaire field types
Browse files Browse the repository at this point in the history
  • Loading branch information
mpgxvii committed Jan 9, 2025
1 parent 9db05cd commit b1d65f8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
30 changes: 15 additions & 15 deletions questionnaires/sample_healthkit/sample_healthkit_armt.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"field_name": "distanceWalkingRunning",
"form_name": "healthkit",
"section_header": "We will be collecting your data for the following.",
"field_type": "health",
"field_type": "healthkit",
"field_label": "Distance Walking/Running",
"select_choices_or_calculations": [],
"field_note": "",
Expand All @@ -24,7 +24,7 @@
"field_name": "distanceCycling",
"form_name": "healthkit",
"section_header": "We will be collecting your data for the following.",
"field_type": "health",
"field_type": "healthkit",
"field_label": "Distance Cycling",
"select_choices_or_calculations": [],
"field_note": "",
Expand All @@ -45,7 +45,7 @@
"field_name": "appleExerciseTime",
"form_name": "healthkit",
"section_header": "We will be collecting your data for the following.",
"field_type": "health",
"field_type": "healthkit",
"field_label": "Exercise Time",
"select_choices_or_calculations": [],
"field_note": "",
Expand All @@ -66,7 +66,7 @@
"field_name": "sleepAnalysis",
"form_name": "healthkit",
"section_header": "We will be collecting your data for the following.",
"field_type": "health",
"field_type": "healthkit",
"field_label": "Sleep Analysis",
"select_choices_or_calculations": [],
"field_note": "",
Expand All @@ -87,7 +87,7 @@
"field_name": "heartRate",
"form_name": "healthkit",
"section_header": "We will be collecting your data for the following.",
"field_type": "health",
"field_type": "healthkit",
"field_label": "Heart Rate",
"select_choices_or_calculations": [],
"field_note": "",
Expand All @@ -108,7 +108,7 @@
"field_name": "stepCount",
"form_name": "healthkit",
"section_header": "We will be collecting your data for the following.",
"field_type": "health",
"field_type": "healthkit",
"field_label": "Step Count",
"select_choices_or_calculations": [],
"field_note": "",
Expand All @@ -129,7 +129,7 @@
"field_name": "activeEnergyBurned",
"form_name": "healthkit",
"section_header": "We will be collecting your data for the following.",
"field_type": "health",
"field_type": "healthkit",
"field_label": "Active Calories Burned",
"select_choices_or_calculations": [],
"field_note": "",
Expand All @@ -150,7 +150,7 @@
"field_name": "basalEnergyBurned",
"form_name": "healthkit",
"section_header": "We will be collecting your data for the following.",
"field_type": "health",
"field_type": "healthkit",
"field_label": "Basal Calories Burned",
"select_choices_or_calculations": [],
"field_note": "",
Expand All @@ -171,7 +171,7 @@
"field_name": "flightsClimbed",
"form_name": "healthkit",
"section_header": "We will be collecting your data for the following.",
"field_type": "health",
"field_type": "healthkit",
"field_label": "Flights Climbed",
"select_choices_or_calculations": [],
"field_note": "",
Expand All @@ -192,7 +192,7 @@
"field_name": "oxygenSaturation",
"form_name": "healthkit",
"section_header": "We will be collecting your data for the following.",
"field_type": "health",
"field_type": "healthkit",
"field_label": "Oxygen Saturation",
"select_choices_or_calculations": [],
"field_note": "",
Expand All @@ -213,7 +213,7 @@
"field_name": "bloodPressureSystolic",
"form_name": "healthkit",
"section_header": "We will be collecting your data for the following.",
"field_type": "health",
"field_type": "healthkit",
"field_label": "Blood Pressure Systolic",
"select_choices_or_calculations": [],
"field_note": "",
Expand All @@ -234,7 +234,7 @@
"field_name": "bloodPressureDiastolic",
"form_name": "healthkit",
"section_header": "We will be collecting your data for the following.",
"field_type": "health",
"field_type": "healthkit",
"field_label": "Blood Pressure Diastolic",
"select_choices_or_calculations": [],
"field_note": "",
Expand All @@ -255,7 +255,7 @@
"field_name": "workoutType",
"form_name": "healthkit",
"section_header": "We will be collecting your data for the following.",
"field_type": "health",
"field_type": "healthkit",
"field_label": "Workout Type",
"select_choices_or_calculations": [],
"field_note": "",
Expand All @@ -276,7 +276,7 @@
"field_name": "restingHeartRate",
"form_name": "healthkit",
"section_header": "We will be collecting your data for the following.",
"field_type": "health",
"field_type": "healthkit",
"field_label": "Resting Heart Rate",
"select_choices_or_calculations": [],
"field_note": "",
Expand All @@ -297,7 +297,7 @@
"field_name": "respiratoryRate",
"form_name": "healthkit",
"section_header": "We will be collecting your data for the following.",
"field_type": "health",
"field_type": "healthkit",
"field_label": "Respiratory Rate",
"select_choices_or_calculations": [],
"field_note": "",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"field_name": "stepCount",
"form_name": "weight",
"section_header": "We will be collecting your data for the following.",
"field_type": "health",
"field_type": "healthkit",
"field_label": "Step Count",
"select_choices_or_calculations": [],
"field_note": "",
Expand Down

0 comments on commit b1d65f8

Please sign in to comment.