Skip to content

Commit

Permalink
Add "No Answer" options for various health-related questions in longe…
Browse files Browse the repository at this point in the history
…vity forms
  • Loading branch information
phalouvas committed Mar 2, 2025
1 parent b406159 commit e79644e
Show file tree
Hide file tree
Showing 2 changed files with 191 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,15 @@
"gut_microbiome_analysis",
"mitochondrial_function_test",
"heavy_metal_test",
"no_answer_tests",
"tests_other",
"habits_section",
"diet_heading",
"mediterranean_diet",
"ketogenic_low_carb_diet",
"intermittent_fasting_or_time_restricted_eating",
"plant_based_diet",
"no_answer_diet",
"diet_other",
"fast_heading",
"less_than_10_hours",
Expand Down Expand Up @@ -67,13 +69,15 @@
"meditation_or_relaxation_techniques",
"sleep_supplements",
"cold_exposure_before_bed",
"no_answer_sleep",
"sleep_optimize_other",
"exercise_heading",
"resistance_training",
"cardiovascular_training",
"body_posture_optimisation",
"high_intensity_interval_training",
"yoga_pilates",
"no_answer_exercise",
"exercise_other",
"medical_metabolic_health_section",
"metaboli_history_heading",
Expand All @@ -93,31 +97,36 @@
"resveratrol_quercetin",
"collagen_or_hyaluronic_acid",
"omega_3",
"no_answer_medication",
"supplements_other",
"therapies_heading",
"hyperbaric_oxygen_therapy",
"ozone_therapy",
"peptide_therapy",
"stem_cell_therapy",
"cryotherapy_or_cold_exposure_therapy",
"no_answer_therapies",
"therapies_other",
"monitor_heading",
"blood_glucose_levels",
"heart_rate_variability",
"sleep_quality",
"body_composition",
"no_answer_monitor",
"monitor_other",
"environmental_toxin_exposure_section",
"toxins_heading",
"mercury",
"lead",
"mold_toxicity",
"no_answer_toxins",
"toxins_other",
"toxin_measure_section",
"air_purification_at_home",
"filtered_water",
"organic_diet",
"regular_sauna_use_for_detoxification",
"no_answer_toxin_exposure",
"toxin_measure_other",
"well_being_section",
"how_would_you_describe_your_stress_levels",
Expand Down Expand Up @@ -988,6 +997,60 @@
"fieldname": "rarely_or_never",
"fieldtype": "Check",
"label": "Rarely or never"
},
{
"default": "0",
"fieldname": "no_answer_tests",
"fieldtype": "Check",
"label": "No, I have not done any tests"
},
{
"default": "0",
"fieldname": "no_answer_diet",
"fieldtype": "Check",
"label": "I don\u2019t follow any specific diet"
},
{
"default": "0",
"fieldname": "no_answer_sleep",
"fieldtype": "Check",
"label": "No, I don\u2019t use any sleep strategies"
},
{
"default": "0",
"fieldname": "no_answer_exercise",
"fieldtype": "Check",
"label": "No, I don\u2019t exercise regularly"
},
{
"default": "0",
"fieldname": "no_answer_medication",
"fieldtype": "Check",
"label": "No, I don\u2019t take them"
},
{
"default": "0",
"fieldname": "no_answer_therapies",
"fieldtype": "Check",
"label": "No, I haven\u2019t tried any longevity therapies"
},
{
"default": "0",
"fieldname": "no_answer_monitor",
"fieldtype": "Check",
"label": "No, I don\u2019t monitor them"
},
{
"default": "0",
"fieldname": "no_answer_toxins",
"fieldtype": "Check",
"label": "Not that I am aware of"
},
{
"default": "0",
"fieldname": "no_answer_toxin_exposure",
"fieldtype": "Check",
"label": "No, I don\u2019t"
}
],
"index_web_pages_for_search": 1,
Expand All @@ -1001,7 +1064,7 @@
"link_fieldname": "custom_longevity_history"
}
],
"modified": "2025-02-28 06:38:20.196716",
"modified": "2025-03-02 06:47:11.920088",
"modified_by": "Administrator",
"module": "Swissmedhealth",
"name": "Longevity History",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"list_columns": [],
"login_required": 0,
"max_attachment_size": 0,
"modified": "2025-02-28 06:34:17.070860",
"modified": "2025-03-02 07:01:39.210896",
"modified_by": "Administrator",
"module": "Swissmedhealth",
"name": "patient-longevity-form-2",
Expand Down Expand Up @@ -387,6 +387,20 @@
"reqd": 0,
"show_in_filter": 0
},
{
"allow_read_on_all_link_options": 0,
"default": "0",
"fieldname": "no_answer_tests",
"fieldtype": "Check",
"hidden": 0,
"label": "No, I have not done any tests",
"max_length": 0,
"max_value": 0,
"precision": "",
"read_only": 0,
"reqd": 0,
"show_in_filter": 0
},
{
"allow_read_on_all_link_options": 0,
"fieldname": "tests_other",
Expand Down Expand Up @@ -484,6 +498,20 @@
"reqd": 0,
"show_in_filter": 0
},
{
"allow_read_on_all_link_options": 0,
"default": "0",
"fieldname": "no_answer_diet",
"fieldtype": "Check",
"hidden": 0,
"label": "I don\u2019t follow any specific diet",
"max_length": 0,
"max_value": 0,
"precision": "",
"read_only": 0,
"reqd": 0,
"show_in_filter": 0
},
{
"allow_read_on_all_link_options": 0,
"fieldname": "diet_other",
Expand Down Expand Up @@ -875,6 +903,20 @@
"reqd": 0,
"show_in_filter": 0
},
{
"allow_read_on_all_link_options": 0,
"default": "0",
"fieldname": "no_answer_sleep",
"fieldtype": "Check",
"hidden": 0,
"label": "No, I don\u2019t use any sleep strategies",
"max_length": 0,
"max_value": 0,
"precision": "",
"read_only": 0,
"reqd": 0,
"show_in_filter": 0
},
{
"allow_read_on_all_link_options": 0,
"fieldname": "sleep_optimize_other",
Expand Down Expand Up @@ -972,6 +1014,20 @@
"reqd": 0,
"show_in_filter": 0
},
{
"allow_read_on_all_link_options": 0,
"default": "0",
"fieldname": "no_answer_exercise",
"fieldtype": "Check",
"hidden": 0,
"label": "No, I don\u2019t exercise regularly",
"max_length": 0,
"max_value": 0,
"precision": "",
"read_only": 0,
"reqd": 0,
"show_in_filter": 0
},
{
"allow_read_on_all_link_options": 0,
"fieldname": "exercise_other",
Expand Down Expand Up @@ -1236,6 +1292,20 @@
"reqd": 0,
"show_in_filter": 0
},
{
"allow_read_on_all_link_options": 0,
"default": "0",
"fieldname": "no_answer_medication",
"fieldtype": "Check",
"hidden": 0,
"label": "No, I don\u2019t take them",
"max_length": 0,
"max_value": 0,
"precision": "",
"read_only": 0,
"reqd": 0,
"show_in_filter": 0
},
{
"allow_read_on_all_link_options": 0,
"fieldname": "supplements_other",
Expand Down Expand Up @@ -1333,6 +1403,20 @@
"reqd": 0,
"show_in_filter": 0
},
{
"allow_read_on_all_link_options": 0,
"default": "0",
"fieldname": "no_answer_therapies",
"fieldtype": "Check",
"hidden": 0,
"label": "No, I haven\u2019t tried any longevity therapies",
"max_length": 0,
"max_value": 0,
"precision": "",
"read_only": 0,
"reqd": 0,
"show_in_filter": 0
},
{
"allow_read_on_all_link_options": 0,
"fieldname": "therapies_other",
Expand Down Expand Up @@ -1416,6 +1500,20 @@
"reqd": 0,
"show_in_filter": 0
},
{
"allow_read_on_all_link_options": 0,
"default": "0",
"fieldname": "no_answer_monitor",
"fieldtype": "Check",
"hidden": 0,
"label": "No, I don\u2019t monitor them",
"max_length": 0,
"max_value": 0,
"precision": "",
"read_only": 0,
"reqd": 0,
"show_in_filter": 0
},
{
"allow_read_on_all_link_options": 0,
"fieldname": "monitor_other",
Expand Down Expand Up @@ -1764,6 +1862,20 @@
"reqd": 0,
"show_in_filter": 0
},
{
"allow_read_on_all_link_options": 0,
"default": "0",
"fieldname": "no_answer_toxins",
"fieldtype": "Check",
"hidden": 0,
"label": "Not that I am aware of",
"max_length": 0,
"max_value": 0,
"precision": "",
"read_only": 0,
"reqd": 0,
"show_in_filter": 0
},
{
"allow_read_on_all_link_options": 0,
"fieldname": "toxins_other",
Expand Down Expand Up @@ -1847,6 +1959,20 @@
"reqd": 0,
"show_in_filter": 0
},
{
"allow_read_on_all_link_options": 0,
"default": "0",
"fieldname": "no_answer_toxin_exposure",
"fieldtype": "Check",
"hidden": 0,
"label": "No, I don\u2019t",
"max_length": 0,
"max_value": 0,
"precision": "",
"read_only": 0,
"reqd": 0,
"show_in_filter": 0
},
{
"allow_read_on_all_link_options": 0,
"fieldname": "toxin_measure_other",
Expand Down

0 comments on commit e79644e

Please sign in to comment.