Blood Sugar & Insulin Sensitivity Analysis
Step 1: Enter Your Health & Lifestyle Data
Lab & Symptom Data
Diet & Lifestyle
Your Personalized Analysis Report
Your report will appear here after you complete the assessment.
Customize Report Sections
You can edit the titles for each section of your generated report. Changes are saved automatically.
Fasting Glucose: ${inputs.glucose} mg/dL
Waist Circumference: ${inputs.waist} inches
Diet Type: ${inputs.diet.replace("_", " ")}
Exercise: ${inputs.exercise} sessions/week
`; let riskFactorHtml = ''; if (riskFactors.length > 0) { riskFactorHtml = `Identified Risk Factors
- ${riskFactors.map(item => `
- ${item} `).join('')}
Blood Sugar & Insulin Sensitivity Report
Generated: ${new Date().toLocaleString('en-US', { dateStyle: 'full', timeStyle: 'short' })}
Your Assessment Summary
${inputsHtml}
Your Personalized Recommendations
${riskFactorHtml} ${createPdfSection(state.config.sectionTitles.diet, recommendations.diet)} ${createPdfSection(state.config.sectionTitles.exercise, recommendations.exercise)} ${createPdfSection(state.config.sectionTitles.lifestyle, recommendations.lifestyle)}Important Disclaimer: This tool provides general educational information and is NOT a substitute for professional medical advice, diagnosis, or treatment. Always consult with a qualified healthcare provider for any health concerns.
