Make a research with the same subheading based on this title Assessment of Household Living Conditions, Dengue Prevention Practices, and Quality of Life in a Flood-Affected Community: A Study in Barangay St. Rosaria, Jagobiao
cd /tmp/workspace/attachments/eb0b916a-4373-48dd-a704-306e0e011fe0 && python3 -c " import pdfplumber with pdfplumber.open('MOHAMED ASHIK pcm manuscript .docx.pdf') as pdf: print(f'Total pages: {len(pdf.pages)}') for i, page in enumerate(pdf.pages): text = page.extract_text() if text: print(f'--- PAGE {i+1} ---') print(text) print() "
dengue prevention flood Philippines community
household living conditions flood-affected quality of life
dengue prevention practices flood-affected community Philippines Cebu household living conditions quality of life
dengue vector control community knowledge awareness Philippines
quality of life flood disaster community health Philippines
https://www.dinkumpublishers.com/archive/djmi/DJMI%20Vol.%20…
mkdir -p /tmp/workspace/dengue-research && python3 << 'PYEOF' from docx import Document from docx.shared import Pt, Inches, RGBColor from docx.enum.text import WD_ALIGN_PARAGRAPH doc = Document() # --- Page margins --- from docx.oxml.ns import qn from docx.oxml import OxmlElement section = doc.sections[0] section.page_width = Inches(8.5) section.page_height = Inches(11) section.top_margin = Inches(1) section.bottom_margin = Inches(1) section.left_margin = Inches(1.25) section.right_margin = Inches(1.25) # Default font style = doc.styles['Normal'] style.font.name = 'Times New Roman' style.font.size = Pt(12) def heading1(doc, text): p = doc.add_heading(text, level=1) p.alignment = WD_ALIGN_PARAGRAPH.CENTER run = p.runs[0] run.font.name = 'Times New Roman' run.font.size = Pt(13) run.font.bold = True run.font.color.rgb = RGBColor(0,0,0) return p def heading2(doc, text): p = doc.add_heading(text, level=2) run = p.runs[0] run.font.name = 'Times New Roman' run.font.size = Pt(12) run.font.bold = True run.font.color.rgb = RGBColor(0,0,0) return p def body(doc, text): p = doc.add_paragraph(text) p.paragraph_format.first_line_indent = Inches(0.5) p.paragraph_format.space_after = Pt(0) p.paragraph_format.line_spacing = Pt(24) run = p.runs[0] run.font.name = 'Times New Roman' run.font.size = Pt(12) return p # ==================== TITLE PAGE ==================== title_p = doc.add_paragraph() title_p.alignment = WD_ALIGN_PARAGRAPH.CENTER run = title_p.add_run("Assessment of Household Living Conditions, Dengue Prevention Practices, and\nQuality of Life in a Flood-Affected Community: A Study in Barangay St. Rosaria, Jagobiao") run.font.name = 'Times New Roman' run.font.size = Pt(14) run.font.bold = True doc.add_paragraph() sub_p = doc.add_paragraph() sub_p.alignment = WD_ALIGN_PARAGRAPH.CENTER run2 = sub_p.add_run("A Research Proposal Presented to\nThe Faculty of Research\nGullas College of Medicine\nBanilad, Mandaue City, Cebu, Philippines") run2.font.name = 'Times New Roman' run2.font.size = Pt(12) doc.add_paragraph() auth_p = doc.add_paragraph() auth_p.alignment = WD_ALIGN_PARAGRAPH.CENTER run3 = auth_p.add_run("Submitted By,\n[STUDENT NAME]\n[DATE]") run3.font.name = 'Times New Roman' run3.font.size = Pt(12) doc.add_page_break() # ==================== INTRODUCTION ==================== heading1(doc, "INTRODUCTION") body(doc, "The Philippines is among the most disaster-prone and typhoon-affected countries in the world, " "owing to its geographical location along the Pacific typhoon belt and the Pacific Ring of Fire. " "Flooding, which ranks as one of the most common and recurrent disasters in the country, exerts " "profound and multi-dimensional effects on communities, particularly those with limited resources " "and inadequate housing infrastructure. Barangay St. Rosaria, Jagobiao in Mandaue City, Cebu, " "is one such community that periodically experiences flooding, placing its residents at heightened " "risk of health and socioeconomic vulnerabilities." ) doc.add_paragraph() body(doc, "Flooding not only damages homes and disrupts livelihoods but also significantly alters the " "environmental conditions that favor the proliferation of disease vectors, most notably the " "Aedes aegypti mosquito, the primary vector of dengue fever. Dengue is a major public health " "concern in the Philippines, with thousands of cases reported annually, particularly following " "major rainfall and flooding events. Stagnant water resulting from floods provides ideal breeding " "grounds for mosquitoes, increasing the risk of dengue transmission in flood-affected communities. " "Studies in Cebu, including those conducted in barangays of Lapu-Lapu City, have documented " "surges in dengue cases following typhoons and floods, underscoring the direct relationship " "between environmental flooding and vector-borne disease incidence (Dinkum Journal of Medical " "Innovations, 2025)." ) doc.add_paragraph() body(doc, "Beyond the immediate disease burden, flooding affects the broader quality of life of community " "members, including their physical health, mental well-being, economic stability, and access to " "basic services. Household living conditions - encompassing sanitation, water supply, housing " "quality, and waste management - are key determinants of how well a community can withstand and " "recover from flooding. Poor living conditions compound the vulnerability of residents, limiting " "their capacity to implement effective dengue prevention measures and maintain an acceptable " "quality of life post-flood." ) doc.add_paragraph() body(doc, "Despite the recognized vulnerability of flood-affected barangays in the Philippines, there " "remains a paucity of localized studies that simultaneously assess household living conditions, " "dengue prevention practices, and quality of life in specific flood-affected communities. This " "study therefore aims to fill this gap by evaluating these three interrelated dimensions among " "households in Barangay St. Rosaria, Jagobiao. The findings are expected to provide valuable " "baseline data for local government units, public health workers, and community leaders in " "designing targeted interventions to improve community resilience, reduce dengue transmission, " "and enhance the overall well-being of residents in flood-prone areas." ) doc.add_page_break() # ==================== PURPOSE OF THE STUDY ==================== heading1(doc, "PURPOSE OF THE STUDY") body(doc, "The purpose of this study is to assess the household living conditions, dengue prevention " "practices, and quality of life of families residing in Barangay St. Rosaria, Jagobiao, " "a flood-affected community in Mandaue City, Cebu, Philippines." ) doc.add_paragraph() body(doc, "Specifically, it aims to:") doc.add_paragraph() objectives = [ "1. Describe the household living conditions of families in Barangay St. Rosaria, Jagobiao, " "including housing type, sanitation facilities, water sources, and waste disposal practices.", "2. Assess the level of knowledge and practice of dengue prevention measures among households, " "including the use of mosquito repellents, elimination of breeding sites, and household " "environmental hygiene.", "3. Evaluate the quality of life of families in the flood-affected community, covering physical " "health, mental well-being, social functioning, and access to healthcare and livelihood.", "4. Identify the challenges encountered by households in maintaining adequate living conditions " "and implementing dengue prevention practices following flooding events.", "5. Provide evidence-based recommendations to assist local government units and health authorities " "in improving dengue prevention programs and quality of life in flood-affected communities." ] for obj in objectives: p = doc.add_paragraph(obj) p.paragraph_format.left_indent = Inches(0.5) p.paragraph_format.space_after = Pt(4) run = p.runs[0] run.font.name = 'Times New Roman' run.font.size = Pt(12) doc.add_page_break() # ==================== METHODOLOGY ==================== heading1(doc, "METHODOLOGY") heading2(doc, "RESEARCH SAMPLING") body(doc, "A simple random sampling method will be employed to select representative households from " "Barangay St. Rosaria, Jagobiao. This sampling technique ensures that every household in " "the barangay has an equal opportunity of being included in the study, thereby minimizing " "selection bias. The sample size will be determined using Slovin's formula based on the total " "number of registered households in the barangay, with a margin of error of 5%. All sampled " "households must be permanent residents who have been living in the community for at least " "one year and have experienced at least one flooding event during their residency." ) doc.add_paragraph() heading2(doc, "RESEARCH COMMUNITY") body(doc, "The study will be conducted in Barangay St. Rosaria, Jagobiao, located in Mandaue City, " "Cebu, Philippines. Jagobiao is a coastal barangay that is frequently inundated during heavy " "rainfall and typhoon events, making it a suitable site for studying the intersection of " "flooding, household living conditions, and dengue risk. The barangay is composed of " "heterogeneous households with varying socioeconomic statuses, housing structures, and " "access to health and sanitation services. Residents from different sitios within the barangay " "will be included to capture a diverse and representative picture of living conditions and " "dengue prevention behaviors across the community." ) doc.add_paragraph() heading2(doc, "DATA COLLECTION") body(doc, "A mixed-methods approach will be applied in data collection. Quantitative data will be " "gathered through structured household surveys and standardized questionnaires covering " "three domains: (1) household living conditions, including housing type, water source, " "sanitation and toilet facilities, waste disposal practices, and environmental hygiene; " "(2) dengue prevention practices, including use of mosquito nets, repellents, covering of " "water containers, drainage and gutter cleaning practices, and participation in community " "clean-up drives; and (3) quality of life, assessed using the World Health Organization " "Quality of Life-BREF (WHOQOL-BREF) tool adapted to the local context, covering physical " "health, psychological well-being, social relationships, and environmental domains." ) doc.add_paragraph() body(doc, "Qualitative data will be collected through focus group discussions and key informant " "interviews with community leaders, barangay health workers, and heads of households. " "These qualitative components will provide deeper insight into the perceived barriers " "to dengue prevention and the lived experience of families in the aftermath of flooding. " "All data collection activities will be conducted with the informed consent of participants, " "and ethical approval will be sought from the relevant institutional review board." ) doc.add_paragraph() heading2(doc, "DATA ANALYSIS") body(doc, "Quantitative data collected through the household surveys and questionnaires will be " "analyzed using descriptive statistics, including frequencies, percentages, means, and " "standard deviations, to summarize the distribution of responses across each domain. " "Results will be presented in tables and charts. Associations between household living " "conditions, dengue prevention practices, and quality of life scores will be explored " "using appropriate inferential statistics such as Chi-square tests and Spearman's " "correlation, as applicable. Qualitative data from focus group discussions and interviews " "will be analyzed using thematic analysis to identify recurring themes and patterns." ) doc.add_paragraph() heading2(doc, "STUDY DESIGN") body(doc, "This study follows a descriptive-correlational survey design. The descriptive component " "aims to characterize the current household living conditions, dengue prevention practices, " "and quality of life of families in Barangay St. Rosaria, Jagobiao. The correlational " "component seeks to explore the relationship between these variables without manipulation " "of any conditions. This design is appropriate for generating baseline data and identifying " "associations that can inform future interventional studies and public health programs " "targeted at flood-affected communities." ) doc.add_page_break() # ==================== EXPECTED RESULTS ==================== heading1(doc, "EXPECTED RESULTS") body(doc, "The study is expected to:") doc.add_paragraph() expected = [ "Reveal the prevailing household living conditions in Barangay St. Rosaria, Jagobiao, " "including the predominant housing type, main sources of drinking water, sanitation " "facilities used, and waste disposal methods practiced by families.", "Identify the level and extent of dengue prevention practices among households, " "highlighting behaviors such as regular covering and cleaning of water containers, " "elimination of potential mosquito breeding sites, use of mosquito repellents and " "nets, and community participation in environmental clean-up activities.", "Determine the quality of life of flood-affected families across physical, psychological, " "social, and environmental domains, identifying dimensions most adversely affected by " "recurrent flooding.", "Uncover the major challenges faced by households in sustaining good living conditions " "and effective dengue prevention after flooding events, such as financial constraints, " "lack of access to clean water, inadequate sanitation, and limited health education.", "Provide evidence-based data that can support local government units, barangay health " "centers, and non-governmental organizations in designing targeted dengue prevention " "programs and community resilience initiatives for flood-affected barangays." ] for i, item in enumerate(expected, 1): p = doc.add_paragraph(f"{i}. {item}") p.paragraph_format.left_indent = Inches(0.5) p.paragraph_format.space_after = Pt(6) run = p.runs[0] run.font.name = 'Times New Roman' run.font.size = Pt(12) doc.add_page_break() # ==================== TIMELINE ==================== heading1(doc, "TIMELINE") body(doc, "The research will be conducted over a period of approximately 15 to 20 days, organized " "into the following stages:" ) doc.add_paragraph() timeline = [ ("Days 1-3", "Preparation phase: Finalization of research instruments, obtaining ethical clearance, " "and coordination with barangay officials and community leaders in Barangay St. Rosaria, Jagobiao."), ("Days 4-8", "Data collection phase: Administration of household surveys and questionnaires to sampled " "households; conduct of focus group discussions and key informant interviews with community " "leaders and barangay health workers."), ("Days 9-12", "Data processing and analysis phase: Encoding, cleaning, and analysis of quantitative data " "using descriptive and inferential statistics; thematic analysis of qualitative data from " "interviews and focus groups."), ("Days 13-15","Report writing and presentation phase: Synthesis of findings, formulation of conclusions " "and recommendations, and preparation of the final research report for submission and presentation.") ] for day, desc in timeline: p = doc.add_paragraph() run_bold = p.add_run(f"{day}: ") run_bold.bold = True run_bold.font.name = 'Times New Roman' run_bold.font.size = Pt(12) run_normal = p.add_run(desc) run_normal.font.name = 'Times New Roman' run_normal.font.size = Pt(12) p.paragraph_format.left_indent = Inches(0.5) p.paragraph_format.space_after = Pt(6) doc.add_page_break() # ==================== CONCLUSION ==================== heading1(doc, "CONCLUSION") body(doc, "In conclusion, flooding remains a recurrent and serious threat to the health, safety, and " "overall quality of life of families in Barangay St. Rosaria, Jagobiao. Flood events " "directly deteriorate household living conditions by damaging housing structures, contaminating " "water sources, disrupting waste management systems, and creating stagnant water bodies that " "serve as breeding sites for the Aedes aegypti mosquito - the vector responsible for dengue fever." ) doc.add_paragraph() body(doc, "Based on the background literature and the context of the community, it is anticipated that " "many households in the barangay rely on basic sanitation facilities and communal water sources, " "which may become compromised during and after flooding. Dengue prevention practices, while " "present among some households - such as covering water containers and conducting regular " "household cleaning - are expected to be inconsistently applied, particularly among households " "with lower levels of health literacy and limited financial resources. Community-based studies " "in nearby barangays of Cebu have shown that women tend to play a central role in household " "dengue prevention, while men's participation remains comparatively lower, reflecting existing " "social and gender dynamics (Dinkum Journal of Medical Innovations, 2025)." ) doc.add_paragraph() body(doc, "The quality of life of flood-affected families is expected to be significantly impacted across " "multiple domains, including physical health, mental well-being, and economic stability. " "Chronic illnesses such as hypertension and diabetes, which are prevalent among residents " "of similar barangays in Jagobiao, further compound the health burden on these families. " "The intersection of poor living conditions, inadequate dengue prevention, and diminished " "quality of life underscores the urgent need for integrated public health programs that address " "environmental management, health education, and community empowerment simultaneously." ) doc.add_paragraph() body(doc, "Overall, the findings of this study are expected to contribute critical local-level evidence " "that can guide policymakers, local health officials, and community organizations in Jagobiao " "in strengthening flood preparedness, vector control programs, and health promotion initiatives " "tailored to the specific needs of Barangay St. Rosaria. Addressing these interconnected " "challenges is essential to improving the resilience and well-being of flood-affected " "communities in Cebu and across the Philippines." ) doc.add_page_break() # ==================== APPENDICES ==================== heading1(doc, "APPENDICES") heading2(doc, "Appendix A: Sample Household Survey Questionnaire") app_a_intro = doc.add_paragraph( "The following is a sample outline of the household survey instrument to be used in the study:" ) app_a_intro.runs[0].font.name = 'Times New Roman' app_a_intro.runs[0].font.size = Pt(12) doc.add_paragraph() sections_q = [ ("Section I: Household Profile", ["Family name (initials)", "Date of survey", "Sitio name", "Barangay", "Family size", "Length of residency", "Place of origin", "Religion", "Type of family", "Family member chart (age, occupation, educational attainment)"]), ("Section II: Household Living Conditions", ["Type of housing structure (concrete/wooden/bamboo/others)", "Ownership status (owned/rented/shared)", "Primary source of drinking water (mineral/metropolitan/deep well/others)", "Type of toilet facility (flush/pit latrine/none)", "Primary waste disposal method (collection/open dumping/composting/burning)", "Frequency of flooding experienced in the past 12 months"]), ("Section III: Dengue Prevention Practices", ["Do you regularly cover and clean water containers? (Yes/No/Sometimes)", "Do you use mosquito nets when sleeping? (Yes/No/Sometimes)", "Do you use mosquito repellents? (Yes/No/Sometimes)", "Do you drain and clean roof gutters regularly? (Yes/No/Sometimes)", "Do you participate in community clean-up drives? (Yes/No/Sometimes)", "Do you eliminate old tires, cans, or other water-holding containers around the house? (Yes/No/Sometimes)"]), ("Section IV: Quality of Life (WHOQOL-BREF Adapted Items)", ["How would you rate your overall quality of life? (1-5 scale)", "Are you satisfied with your health? (1-5 scale)", "How much do financial concerns affect your daily life?", "Do you have access to healthcare when needed? (Yes/No/Rarely)", "How would you rate your mental well-being in the past month?", "Are you satisfied with your living conditions and environment?"]), ] for sec_title, items in sections_q: p = doc.add_paragraph(sec_title) p.runs[0].bold = True p.runs[0].font.name = 'Times New Roman' p.runs[0].font.size = Pt(12) for item in items: pi = doc.add_paragraph(f" - {item}") pi.runs[0].font.name = 'Times New Roman' pi.runs[0].font.size = Pt(12) doc.add_paragraph() heading2(doc, "Appendix B: Sample Family Profiles") body(doc, "Below are sample family profiles representative of the types of households expected to " "be encountered in Barangay St. Rosaria, Jagobiao, based on the community profile and " "similar studies conducted in neighboring barangays of Mandaue City and Jagobiao." ) doc.add_paragraph() # Family profiles families = [ { "label": "Family 1 (Sample Profile)", "details": [ ("Family Name (Initials)", "B.R."), ("Date", "To be filled during data collection"), ("Sitio", "St. Rosaria"), ("Barangay", "Jagobiao, Mandaue City"), ("Family Size", "5"), ("Length of Residency", "8 years"), ("Place of Origin", "Cebu"), ("Religion", "Roman Catholic"), ("Type of Family", "Nuclear"), ("Family Members", "Husband (age 38, construction worker); Wife (age 35, homemaker); Son (age 14, high school); Daughter (age 11, elementary); Daughter (age 6, elementary)"), ("Dietary Habits", "3 meals/day; predominantly rice, vegetables, and fish"), ("Home and Environment", "Rented semi-concrete house; mineral water for drinking; 1 shared flush toilet; located in low-lying area prone to flooding"), ("Dengue Prevention Practices", "Regularly covers water containers; does not consistently use mosquito nets; participates in barangay clean-up drives"), ("Health and Health Practices", "No current chronic illness; COVID-19 vaccinated; consults barangay health center"), ("Mental Health", "Wife reports moderate stress and anxiety related to recurrent flooding and financial concerns"), ("Quality of Life Assessment", "Moderate overall quality of life; primary concerns are financial insecurity, housing condition, and fear of flooding"), ] }, { "label": "Family 2 (Sample Profile)", "details": [ ("Family Name (Initials)", "M.L."), ("Date", "To be filled during data collection"), ("Sitio", "St. Rosaria"), ("Barangay", "Jagobiao, Mandaue City"), ("Family Size", "4"), ("Length of Residency", "12 years"), ("Place of Origin", "Mandaue City"), ("Religion", "Roman Catholic"), ("Type of Family", "Nuclear"), ("Family Members", "Husband (age 45, tricycle driver); Wife (age 42, sari-sari store owner); Son (age 17, senior high school); Son (age 13, junior high school)"), ("Dietary Habits", "3 meals/day; rice, vegetables, and occasional pork or chicken"), ("Home and Environment", "Owned wooden house; metropolitan water supply; 1 flush toilet (own); house previously damaged by flooding"), ("Dengue Prevention Practices", "Uses mosquito coils and nets; regularly removes standing water and potential breeding sites; does not consistently use repellents"), ("Health and Health Practices", "Husband: hypertension (3 years); Wife: diabetes mellitus (diagnosed 2 years ago); both consult barangay health center and rural health unit"), ("Mental Health", "Reports moderate stress; husband expresses concern about recurring floods damaging livelihood"), ("Quality of Life Assessment", "Quality of life moderately reduced due to chronic illness, flood-related property damage, and limited healthcare access"), ] }, { "label": "Family 3 (Sample Profile)", "details": [ ("Family Name (Initials)", "T.C."), ("Date", "To be filled during data collection"), ("Sitio", "St. Rosaria"), ("Barangay", "Jagobiao, Mandaue City"), ("Family Size", "3"), ("Length of Residency", "5 years"), ("Place of Origin", "Naga City"), ("Religion", "Roman Catholic"), ("Type of Family", "Single-parent"), ("Family Members", "Mother (age 39, market vendor); Daughter (age 16, senior high school); Son (age 10, elementary)"), ("Dietary Habits", "2-3 meals/day; rice, dried fish, and vegetables"), ("Home and Environment", "Rented light-material house; deep well water source (mineral water purchased for drinking); shared pit toilet; situated in flood-prone area near the creek"), ("Dengue Prevention Practices", "Covers water containers; limited use of mosquito nets due to cost; aware of dengue symptoms but inconsistent in prevention practices"), ("Health and Health Practices", "Mother reports fatigue and joint pains; no formal diagnosis; consults barangay health center; children vaccinated"), ("Mental Health", "Reports high stress levels related to single parenthood, financial constraints, and recurrent flooding"), ("Quality of Life Assessment", "Low to moderate quality of life; significantly affected by financial insecurity, environmental hazards, and limited social support"), ] }, ] for family in families: fp = doc.add_paragraph(family["label"]) fp.runs[0].bold = True fp.runs[0].font.name = 'Times New Roman' fp.runs[0].font.size = Pt(12) for key, val in family["details"]: p = doc.add_paragraph(f"{key}: {val}") p.paragraph_format.left_indent = Inches(0.3) p.runs[0].font.name = 'Times New Roman' p.runs[0].font.size = Pt(12) doc.add_paragraph() # References section doc.add_page_break() heading1(doc, "REFERENCES") refs = [ "Abeyewickreme, W., Wickremasinghe, A. R., Karunatilake, K., Sommerfeld, J., & Axel, K. (2012). Community mobilization and household level waste management for dengue vector control in Gampaha District of Sri Lanka: An intervention study. Pathogens and Global Health, 106(8), 479-487.", "Banados, J. H., & Quijano, I. P. (2022). Rainwater retention site assessment for urban flood risk reduction and flood defence in Mandaue City, Philippines. ISPRS Annals of the Photogrammetry, Remote Sensing and Spatial Information Sciences, X-3/W1-2022, 1-7.", "Dinkum Journal of Medical Innovations. (2025). Community-based practices for dengue control in Sitio Ibabao, Barangay Basak, Lapu-Lapu City, Cebu. Vol. 4 No. 04, 177-189.", "Mahilum, M. M., Ludwig, M., & Madon, M. B. (2005). Evaluation of the present dengue situation and control strategies against Aedes aegypti in Cebu City, Philippines. Journal of Vector Ecology, 30(2), 277-289. PMID: 16599163.", "Nosrat, C., Altamirano, J., Anyamba, A., et al. (2021). Impact of recent climate extremes on mosquito-borne disease transmission. PLOS Neglected Tropical Diseases, 15, e0009182.", "Philippine Statistics Authority. (2021). Poverty incidence and community profile statistics. Republic of the Philippines.", "Sciltp Journals. (2025). Flood-driven dengue risk under climate change: A narrative review. Emerging and Communicable Disease Dynamics.", "Vermont Law School. (2023). Quantifying the impact of flood adaptation on dengue fever with geospatial analysis: A case study in Pasig-Marikina-Laguna Lake Watershed, Philippines.", "World Health Organization. (2004). WHOQOL-BREF: Introduction, administration, scoring and generic version of the assessment. WHO Programme on Mental Health.", "World Health Organization. (2023). Dengue and severe dengue: Key facts. WHO Fact Sheets." ] for ref in refs: p = doc.add_paragraph(ref) p.paragraph_format.left_indent = Inches(0.5) p.paragraph_format.first_line_indent = Inches(-0.5) p.paragraph_format.space_after = Pt(6) run = p.runs[0] run.font.name = 'Times New Roman' run.font.size = Pt(12) # Save output_path = "/tmp/workspace/dengue-research/Dengue_Research_Barangay_St_Rosaria.docx" doc.save(output_path) print(f"Saved: {output_path}") PYEOF
Dengue Research Barangay St Rosaria
Word Document · DOCX
| Original Subheading | New Paper Subheading | Adapted Content |
|---|---|---|
| INTRODUCTION | INTRODUCTION | Flooding in the Philippines, dengue-flood link, gap in local literature |
| PURPOSE OF THE STUDY | PURPOSE OF THE STUDY | 5 specific objectives on living conditions, dengue practices, QoL |
| METHODOLOGY | METHODOLOGY | Descriptive-correlational design |
| - Research Sampling | - Research Sampling | Simple random sampling + Slovin's formula |
| - Research Community | - Research Community | Barangay St. Rosaria, Jagobiao - flood-prone coastal community |
| - Data Collection | - Data Collection | Mixed methods: surveys, WHOQOL-BREF, FGDs, key informant interviews |
| - Data Analysis | - Data Analysis | Descriptive + inferential stats; thematic analysis for qualitative |
| - Study Design | - Study Design | Descriptive-correlational survey design |
| EXPECTED RESULTS | EXPECTED RESULTS | Living conditions findings, dengue gaps, QoL impact, recommendations |
| TIMELINE | TIMELINE | 15-20 day phased plan |
| CONCLUSION | CONCLUSION | Synthesis of flood-dengue-QoL relationships; call for integrated programs |
| APPENDICES | APPENDICES | Sample questionnaire (4 sections) + 3 representative family profiles |
Add this questions to my research
python3 -c " import pdfplumber with pdfplumber.open('/tmp/workspace/attachments/eb0b916a-4373-48dd-a704-306e0e011fe0/Adobe Scan 17 Nov 2025 (1).pdf') as pdf: print(f'Total pages: {len(pdf.pages)}') for i, page in enumerate(pdf.pages): text = page.extract_text() if text: print(f'--- PAGE {i+1} ---') print(text) print() "
python3 -c " from pypdf import PdfReader reader = PdfReader('/tmp/workspace/attachments/eb0b916a-4373-48dd-a704-306e0e011fe0/Adobe Scan 17 Nov 2025 (1).pdf') print('Pages:', len(reader.pages)) for i, page in enumerate(reader.pages): print(f'Page {i+1} - text chars: {len(page.extract_text() or \"\")}') imgs = page.images print(f' Images on page: {len(imgs)}') for j, img in enumerate(imgs): print(f' Image {j}: name={img.name}, size={len(img.data)} bytes') "
python3 -c " from pypdf import PdfReader import os reader = PdfReader('/tmp/workspace/attachments/eb0b916a-4373-48dd-a704-306e0e011fe0/Adobe Scan 17 Nov 2025 (1).pdf') out_dir = '/tmp/workspace/dengue-research/scan_pages' os.makedirs(out_dir, exist_ok=True) for i, page in enumerate(reader.pages): imgs = page.images if imgs: img = imgs[0] path = f'{out_dir}/page_{i+1:02d}.jpg' with open(path, 'wb') as f: f.write(img.data) print(f'Saved page {i+1}: {path}') print('Done.') "
python3 -c " # Try pytesseract OCR try: import pytesseract from PIL import Image print('pytesseract available') except ImportError as e: print('NOT available:', e) # Try easyocr try: import easyocr print('easyocr available') except ImportError as e: print('easyocr NOT available:', e) "
# Start a simple HTTP server to serve the images, then use analyse_media with http URLs python3 -m http.server 8765 --directory /tmp/workspace/dengue-research/scan_pages & sleep 2 echo "Server started" curl -s -o /dev/null -w "%{http_code}" http://localhost:8765/page_01.jpg
python3 -c " # Try to install pytesseract and tesseract import subprocess result = subprocess.run(['pip', 'install', '--user', 'pytesseract'], capture_output=True, text=True) print(result.stdout[-500:]) print(result.stderr[-300:]) # Check if tesseract binary is available import shutil tess = shutil.which('tesseract') print('tesseract binary:', tess) "
python3 << 'PYEOF' from docx import Document from docx.shared import Pt, Inches, RGBColor from docx.enum.text import WD_ALIGN_PARAGRAPH from docx.oxml.ns import qn from docx.oxml import OxmlElement # Load existing document doc = Document('/tmp/workspace/dengue-research/Dengue_Research_Barangay_St_Rosaria.docx') # ---- Helper functions ---- def add_heading2(doc, text): p = doc.add_heading(text, level=2) run = p.runs[0] run.font.name = 'Times New Roman' run.font.size = Pt(12) run.font.bold = True run.font.color.rgb = RGBColor(0,0,0) return p def add_heading3(doc, text): p = doc.add_heading(text, level=3) run = p.runs[0] run.font.name = 'Times New Roman' run.font.size = Pt(12) run.font.bold = True run.font.underline = True run.font.color.rgb = RGBColor(0,0,0) return p def body(doc, text, indent=0): p = doc.add_paragraph(text) p.paragraph_format.left_indent = Inches(indent) p.paragraph_format.space_after = Pt(4) if p.runs: run = p.runs[0] run.font.name = 'Times New Roman' run.font.size = Pt(12) return p def bold_para(doc, text, indent=0): p = doc.add_paragraph() p.paragraph_format.left_indent = Inches(indent) p.paragraph_format.space_after = Pt(4) run = p.add_run(text) run.bold = True run.font.name = 'Times New Roman' run.font.size = Pt(12) return p def yn_item(doc, text, indent=0.3): p = doc.add_paragraph() p.paragraph_format.left_indent = Inches(indent) p.paragraph_format.space_after = Pt(2) run = p.add_run(text) run.font.name = 'Times New Roman' run.font.size = Pt(12) # Add answer blanks run2 = p.add_run(" Yes ______ No ______") run2.font.name = 'Times New Roman' run2.font.size = Pt(12) return p def add_table(doc, headers, rows_count=5): table = doc.add_table(rows=rows_count+1, cols=len(headers)) table.style = 'Table Grid' hdr_row = table.rows[0] for i, hdr in enumerate(headers): cell = hdr_row.cells[i] cell.text = hdr for para in cell.paragraphs: for run in para.runs: run.bold = True run.font.name = 'Times New Roman' run.font.size = Pt(11) for row in table.rows[1:]: for cell in row.cells: for para in cell.paragraphs: for run in para.runs: run.font.name = 'Times New Roman' run.font.size = Pt(11) return table # ============================================= # ADD PAGE BREAK + NEW APPENDIX C # ============================================= doc.add_page_break() # ---------- APPENDIX C HEADING ---------- p_hdr = doc.add_paragraph() p_hdr.alignment = WD_ALIGN_PARAGRAPH.CENTER run = p_hdr.add_run("Appendix C: Community Diagnosis and Household Interview Questionnaire") run.bold = True run.font.name = 'Times New Roman' run.font.size = Pt(13) doc.add_paragraph() # --- COVER INFO --- add_heading2(doc, "Appendix C1: Sample Interview Questionnaire (Cover Information)") body(doc, "Barangay: ___________________________ Sitio: ___________________________") body(doc, "Household #: ___________________________ Interviewer: ___________________________") body(doc, "Date: ___________________________") doc.add_paragraph() # --- FAMILY MEMBER CHART --- add_heading2(doc, "C2: Household Member Profile") body(doc, "Date: ___________________________") add_table(doc, ["Name", "Relation to Head of Family", "Occupation", "Educational Attainment", "Birth Date", "Age", "Sex"], rows_count=6) doc.add_paragraph() body(doc, "Former place of residency: ___________________________ No. of years: ___________") body(doc, "Years of residency in the present address: ___________________________") body(doc, "Ethnic Origin: ___________________________") doc.add_paragraph() # --- SECTION I: MATERNAL & CHILD HEALTH --- add_heading2(doc, "C3: Maternal and Child Health") bold_para(doc, "PREGNANCY HISTORY", indent=0) p = doc.add_paragraph() p.paragraph_format.left_indent = Inches(0.3) run = p.add_run("1. Was there pregnancy the previous year? Yes ______ No ______") run.font.name = 'Times New Roman'; run.font.size = Pt(12) p2 = doc.add_paragraph() p2.paragraph_format.left_indent = Inches(0.5) run2 = p2.add_run("Is there pregnancy this year? Yes ______ No ______") run2.font.name = 'Times New Roman'; run2.font.size = Pt(12) p3 = doc.add_paragraph() p3.paragraph_format.left_indent = Inches(0.5) run3 = p3.add_run("If yes, did you have a pre-natal check-up? Yes ______ No ______") run3.font.name = 'Times New Roman'; run3.font.size = Pt(12) p4 = doc.add_paragraph() p4.paragraph_format.left_indent = Inches(0.7) run4 = p4.add_run("If yes, with whom: ___________________________ Where: ___________________________ When: ___________________________") run4.font.name = 'Times New Roman'; run4.font.size = Pt(12) doc.add_paragraph() p5 = doc.add_paragraph() p5.paragraph_format.left_indent = Inches(0.3) run5 = p5.add_run("2. Is Tetanus toxoid given? Yes ______ No ______") run5.font.name = 'Times New Roman'; run5.font.size = Pt(12) for txt in [ "If given, when: ___________________________ Doses given: ___________________________", "If not given, why: ___________________________", ]: p = doc.add_paragraph(txt) p.paragraph_format.left_indent = Inches(0.5) if p.runs: p.runs[0].font.name = 'Times New Roman'; p.runs[0].font.size = Pt(12) doc.add_paragraph() bold_para(doc, "When was the baby delivered?", indent=0.3) for opt in ["Hospital ______", "Home ______", "Laying in Clinic ______", "Others (specify) ______"]: p = doc.add_paragraph(opt) p.paragraph_format.left_indent = Inches(0.5) if p.runs: p.runs[0].font.name = 'Times New Roman'; p.runs[0].font.size = Pt(12) doc.add_paragraph() bold_para(doc, "Who handled the delivery?", indent=0.3) for opt in ["Doctor ______", "Nurse ______", "Midwife ______", "Trained Hilot ______", "Others (specify) ______"]: p = doc.add_paragraph(opt) p.paragraph_format.left_indent = Inches(0.5) if p.runs: p.runs[0].font.name = 'Times New Roman'; p.runs[0].font.size = Pt(12) doc.add_paragraph() p = doc.add_paragraph() p.paragraph_format.left_indent = Inches(0.3) run = p.add_run("Breastfeed? Yes ______ No ______") run.font.name = 'Times New Roman'; run.font.size = Pt(12) p = doc.add_paragraph("If yes, until when was the breastfeeding started? ___________________________") p.paragraph_format.left_indent = Inches(0.5) if p.runs: p.runs[0].font.name = 'Times New Roman'; p.runs[0].font.size = Pt(12) doc.add_paragraph() p = doc.add_paragraph() p.paragraph_format.left_indent = Inches(0.3) run = p.add_run("3. Is there history of stillbirths (after 5 months gestation)? Yes ______ No ______ When? ______") run.font.name = 'Times New Roman'; run.font.size = Pt(12) p = doc.add_paragraph() p.paragraph_format.left_indent = Inches(0.5) run = p.add_run("Abortion before 5 months gestation? Yes ______ No ______ When? ______") run.font.name = 'Times New Roman'; run.font.size = Pt(12) doc.add_paragraph() p = doc.add_paragraph() p.paragraph_format.left_indent = Inches(0.3) run = p.add_run("4. Is mother practicing Family Planning? Yes ______ No ______ What method? ___________________________ Since when? ___________________________") run.font.name = 'Times New Roman'; run.font.size = Pt(12) doc.add_paragraph() # --- MORBIDITY --- add_heading2(doc, "C4: Morbidity") p = doc.add_paragraph() run = p.add_run("5. Was there history of sickness in the family? Yes ______ No ______") run.font.name = 'Times New Roman'; run.font.size = Pt(12) doc.add_paragraph() body(doc, "If yes, please complete the table below:") add_table(doc, ["Disease", "Name of Family Member", "With Medical/Where", "W/o Medical Attainment", "When", "Progress/Prognosis"], rows_count=14) # Add disease names as first column pre-filled diseases = ["URTI", "Parasitism", "Skin Diseases", "Diarrhea", "Given Oresol", "ORT", "Pneumonia", "TB", "Smear (+)", "Smear (-)", "Hypertension", "Diabetes", "Cancer", "STD", "Others (specify)"] # Re-create the table with disease names pre-filled doc.tables[-1]._element.getparent().remove(doc.tables[-1]._element) table = doc.add_table(rows=len(diseases)+1, cols=6) table.style = 'Table Grid' headers = ["Disease", "Name of Family Member", "With Medical/Where", "W/o Medical Attainment", "When", "Progress/Prognosis"] hdr_row = table.rows[0] for i, h in enumerate(headers): hdr_row.cells[i].text = h for run in hdr_row.cells[i].paragraphs[0].runs: run.bold = True; run.font.name = 'Times New Roman'; run.font.size = Pt(10) for i, disease in enumerate(diseases): table.rows[i+1].cells[0].text = disease for run in table.rows[i+1].cells[0].paragraphs[0].runs: run.font.name = 'Times New Roman'; run.font.size = Pt(10) doc.add_paragraph() # --- MORTALITY --- add_heading2(doc, "C5: Mortality") p = doc.add_paragraph() run = p.add_run("6. Was there history of death in the family? Yes ______ No ______") run.font.name = 'Times New Roman'; run.font.size = Pt(12) doc.add_paragraph() body(doc, "If yes, please complete the table below:") add_table(doc, ["Family Member Who Died", "When", "Where", "Cause of Death", "Medical Attendance (Yes/No)"], rows_count=5) doc.add_paragraph() # --- IMMUNIZATION --- add_heading2(doc, "C6: Immunization Status of Children (Until Age 6)") p = doc.add_paragraph() run = p.add_run("7. Status of immunization of children at the time of interview (until age 6)") run.font.name = 'Times New Roman'; run.font.size = Pt(12) doc.add_paragraph() body(doc, "Date of interview: ___________________________") add_table(doc, ["Name of Child", "Age", "Immunization", "When", "Where"], rows_count=5) doc.add_paragraph() body(doc, "No immunization, why? ___________________________") doc.add_paragraph() # --- NUTRITIONAL STATUS --- add_heading2(doc, "C7: Nutritional Status of Children (0-72 months)") add_table(doc, ["Name of Child", "Date of Weighing", "Age", "Weight", "Where Child was Weighed", "Nutritional Status"], rows_count=5) doc.add_paragraph() # --- ENVIRONMENTAL SANITATION --- add_heading2(doc, "C8: Environmental Sanitation") bold_para(doc, "Toilet:") for opt in [ "_____ Pit privy ( ) owned ( ) shared", "_____ Watered sealed ( ) owned ( ) shared", "_____ Flushed system ( ) owned ( ) shared", "_____ None, Reason: ___________________________" ]: p = doc.add_paragraph(opt) p.paragraph_format.left_indent = Inches(0.5) if p.runs: p.runs[0].font.name = 'Times New Roman'; p.runs[0].font.size = Pt(12) doc.add_paragraph() bold_para(doc, "Drinking Water Supply:") for opt in [ "_____ Piped connected to house from Metropolitan waterworks", "_____ Communal faucet from Metropolitan waterworks system", "_____ Artesian well", "If buying water for drinking, from what source: _____ Purchased from water carriers _____ Communal faucet _____ Spring _____ Dug well" ]: p = doc.add_paragraph(opt) p.paragraph_format.left_indent = Inches(0.5) if p.runs: p.runs[0].font.name = 'Times New Roman'; p.runs[0].font.size = Pt(12) doc.add_paragraph() bold_para(doc, "Garbage Disposal:") for opt in [ "_____ Barangay / City Collector", "_____ Burning", "_____ Dumping anywhere", "_____ Others, specify: ___________________________" ]: p = doc.add_paragraph(opt) p.paragraph_format.left_indent = Inches(0.5) if p.runs: p.runs[0].font.name = 'Times New Roman'; p.runs[0].font.size = Pt(12) doc.add_paragraph() bold_para(doc, "Housing / Residential Lot:") body(doc, "( ) Owned ( ) Rented ( ) Government ( ) Squatters private lot", indent=0.5) body(doc, "Materials: ( ) Light ( ) Semi-concrete ( ) Concrete", indent=0.5) doc.add_paragraph() bold_para(doc, "Proxy Indicators (check all that apply):") proxy = [ "( ) Flush toilets", "( ) Motor vehicle", "( ) T.V. Colored", "( ) Radio", "( ) Cooking range", "( ) Stereo cassette", "( ) Owned sari-sari store", "( ) Shower & bathroom", "( ) T.V. Black & white", "( ) Karaoke", "( ) Telephone", "( ) Refrigerator" ] # Two columns for i in range(0, len(proxy), 2): line = proxy[i] if i+1 < len(proxy): line += " " + proxy[i+1] p = doc.add_paragraph(line) p.paragraph_format.left_indent = Inches(0.5) if p.runs: p.runs[0].font.name = 'Times New Roman'; p.runs[0].font.size = Pt(12) doc.add_paragraph() # ============================================= # APPENDIX D: PMHA INTAKE FORM (MENTAL HEALTH) # ============================================= doc.add_page_break() p_hdr = doc.add_paragraph() p_hdr.alignment = WD_ALIGN_PARAGRAPH.CENTER run = p_hdr.add_run("Appendix D: PMHA Mental Health Intake Form") run.bold = True run.font.name = 'Times New Roman' run.font.size = Pt(13) doc.add_paragraph() # I. Personal Information add_heading2(doc, "I. Personal Information (Personal na Impormasyon)") fields = [ "Case No. (Numero sa Kaso): ___________________________ Date (Petsa): ___________________________", "Name (Ngalan): ___________________________ Age (Edad): ___________________________", "Address (Pinuy-anan): ___________________________", "Sex (Seks): ___________________________ Job (Trabaho): ___________________________", "Civil Status (Status Sibil): ___________________________", "Highest Educational Attainment (Kinatas-ang naabtan sap ag-eskwela): ___________________________", "Source of Referral & Relation to patient (Kinsa ang nag-refer ug relasyon sa pasyente): ___________________________" ] for f in fields: p = doc.add_paragraph(f) p.paragraph_format.space_after = Pt(4) if p.runs: p.runs[0].font.name = 'Times New Roman'; p.runs[0].font.size = Pt(12) doc.add_paragraph() # II. Household Composition add_heading2(doc, "II. Household Composition (Komposisyon sa Panimalay)") add_table(doc, ["Name (Ngalan)", "Relationship to Patient", "Age (Edad)", "Job/Work (Trabaho)", "Estimated Income (Bana-banang kita)"], rows_count=6) doc.add_paragraph() # III. Brief History of Mental Problem add_heading2(doc, "III. Brief History of Mental Problem (Hamubong Kasaysayan sa Problema sa Pangisip)") questions_mental = [ ("1. Presenting Problem (Girepresentar na Problema):", None), ("2a. When and how did the symptoms start? (Kanus-a ug unsang pa-agi nasugod ang simtomas/timailhan?)", "___________________________"), ("2b. Any possible stressors involved? (Unsa ang hinungdan o naka-aghat niining problema?)", "___________________________"), ("3a. Any history of mental problems in the family or relatives? (Naa bey kabanay na anaa say mental na problema?)", "Yes ______ No ______"), ("4a. Any history of drug abuse (Nigamit ba ang pasyente sa ginadiling druga?)", "Yes ______ No ______"), ("4b. If yes, what, when and how long? (Kung anaa unsa man kini, kanus-a ug unsa ang kahidugayon sa pag-gamit niani?)", "___________________________"), ("5a. Any psychiatric medications taken or psychiatric consults done in the past? (Nagpatambal o Nagpakunsulta naba sama sa problema sa pangisip)", "Yes ______ No ______"), ("5b. If yes, then what, when and how long? (Kung aduna, unsa man ang tambal, rekomendasyon o resulta, kanus-a ug unsa ang kahidugayon niani?)", "___________________________"), ("5c. How did the patient respond to treatment? (Unsa ang reaksyon sa pasyente sa pagtambal?)", "___________________________"), ("5d. Was there any period of recovery? (Naa bay higayon na miayo ang pasyente?)", "Yes ______ No ______"), ] for q, ans in questions_mental: p = doc.add_paragraph() run = p.add_run(q) run.bold = True if q.endswith(":") else False run.font.name = 'Times New Roman'; run.font.size = Pt(12) if ans: p2 = doc.add_paragraph(ans) p2.paragraph_format.left_indent = Inches(0.5) if p2.runs: p2.runs[0].font.name = 'Times New Roman'; p2.runs[0].font.size = Pt(12) doc.add_paragraph() # IV. Signs and Symptoms of Mental Problem add_heading2(doc, "IV. Signs and Symptoms of Mental Problem (Sinyales ug Sintomas sa Problema sa Pangisip)") body(doc, "A. Signs and symptoms of Mental Disturbance or Mental problems in general: " "(having at least 3 or more of the following for at least one week or more)" ) doc.add_paragraph() symptoms_a = [ "1. Persistent disturbance in sleep (inability, too little or too much) (pirming disturb sa pagkatulog)", "2. Loss of interest in activities and responsibilities of previous concern (Walay gana sa aktibidades ug responsibilidad)", "3. Persistent seclusion of oneself from other people (kanunay na mag-inusara)", "4. Frequent attacks of palpitation 'nerbiyos' & associated unexplained fears (pirming ataki sa nerbiyos ug dili masabtang kahadlok)", "5. Over sensitiveness and excessive irritability (dali mahiubos ug pirming irritable)", "6. Constant complaints of headaches, numbness of hands and feet (kanunay na sakit/tabad ang ulo, sa kamot ug tiil)", "7. Persistent worrying, forgetfulness and absent-mindedness (Pirming mabalaka, malimot ug wala sa huna-huna)", "8. Exaggerated or unfounded suspicious (Sobrang pagkamadudahon)", "9. False ideas that can't be reasoned out (Sayop na gitu-ohan na dili mapamatud-an)", "10. Hearing voices or seeing visions that are not real (Makadungog og mga tingog og makakita og talan-awon na dili tinuod)", ] for s in symptoms_a: p = doc.add_paragraph() p.paragraph_format.left_indent = Inches(0.3) p.paragraph_format.space_after = Pt(3) run = p.add_run(s) run.font.name = 'Times New Roman'; run.font.size = Pt(12) run2 = p.add_run(" Yes ______ No ______") run2.font.name = 'Times New Roman'; run2.font.size = Pt(12) doc.add_paragraph() # Guide for diagnosing Depression body(doc, "B. Guide for Diagnosing Depression\n" "(If 5 or more of these symptoms are present for at least 2 weeks or more, the patient may be undergoing depression.)" ) doc.add_paragraph() symptoms_b = [ "1. Decreased or difficulty in concentrating (Pagkunhod o galisod sa konsentrasyon)", "2. Eating problems causing weight loss/weight gain (Problema sa pagkaon na resulta sa pag-ubos sa timbang/pagdako sa timbang)", "3. Loss of interest in doing things once enjoyed (Nawad-an og gana sa mga aktibidades na kaniadto iyang kalingawan)", "4. Restlessness or slowing down of energy (Dili amhimutang o pag-ubos sa kusog)", "5. Disturbances in sleep (difficulty, inability, or too much) (Pagkadisturbo sa pagkatulog)", "6. Significant weight loss or weight gain (Dakong paggamay o pagdako sa timbang)", "7. Suicidal thoughts or tendencies (maghuna-huna og hikog o may tumong sa paghikog)", "8. Enormous guilt and self blame (Grabeng pagkonsensya ug pagbasol sa kaugalingon)", "9. Depressed or irritable mood most of the day (Magul-anon o irritable pirmi sa inadlaw-adlaw)", ] for s in symptoms_b: p = doc.add_paragraph() p.paragraph_format.left_indent = Inches(0.3) p.paragraph_format.space_after = Pt(3) run = p.add_run(s) run.font.name = 'Times New Roman'; run.font.size = Pt(12) run2 = p.add_run(" Yes ______ No ______") run2.font.name = 'Times New Roman'; run2.font.size = Pt(12) doc.add_paragraph() # C. Mood Disorder Questionnaire body(doc, "C. The Mood Disorder Questionnaire\n" "(If more than 5 are checked YES for most time of the day for at least a week and has affected the ability to " "function properly at work, school, family, interpersonal relations, or causing money and legal problems then " "a mood disorder is very likely.)" ) doc.add_paragraph() symptoms_c = [ "1. Hyperactivity and restlessness, more energy than usual (Pagka-abtik o dili mahimutang sobra sa naandan)", "2. Irritability resulting to frequent fights & arguments (Pagkasaputon na resulta sa pakig-away ug argyumento)", "3. Less need for sleep & feeling that it's not needed (Garnay ang paginahanglan sa pagkatulog og pagbati na kini dili kinahanglan)", "4. Feeling more or too confident than usual (Gibati ug sobrang kumpyansa sa kaugalingon ikumpara sa naandan)", "5. Much more talkative or speaks much faster than usual (Ilabihang pagka-istryador ikumpara sa naandan)", "6. Too many thoughts in the mind and cannot slow down (Daghan ideya sa huna-huna ug dili pwedeng mohinay o molangan)", "7. So easily distracted and has trouble concentrating (Dali matugaw o malibog ug adunay problema sa konsentrasyon)", "8. More outgoing and spending more money than usual (Ganadong mohalinghayaw ug gasto sa kwarta ikumpara sa naandan)", "9. Much more interested in sex than usual (Ganado sa pakighilawas ikumpara sa naandan)", "10. Much more interested in sex than usual / Excessive, foolish risk taking behaviors (Hilabihang pagkatonto sa taras na batasan)", "11. Excessive, foolish risk taking behaviors (Hilabihang pagkatonto sa taras na batasan)", ] for s in symptoms_c: p = doc.add_paragraph() p.paragraph_format.left_indent = Inches(0.3) p.paragraph_format.space_after = Pt(3) run = p.add_run(s) run.font.name = 'Times New Roman'; run.font.size = Pt(12) run2 = p.add_run(" Yes ______ No ______") run2.font.name = 'Times New Roman'; run2.font.size = Pt(12) doc.add_paragraph() # V. Economic Condition add_heading2(doc, "V. Economic Condition (Kondisyon sa Ekonomiya)") body(doc, "Estimated monthly household income: ___________________________") body(doc, "Classification: ( ) Below poverty line ( ) Average ( ) Above average") doc.add_paragraph() # VI. Assessment add_heading2(doc, "VI. Assessment (Propesyonal na Panan-aw)") body(doc, "Assessment/Findings: ___________________________") body(doc, "(To be filled in by the health worker or interviewer based on gathered data)") doc.add_paragraph() # VII. Evaluation/Recommendation add_heading2(doc, "VII. Evaluation/Recommendation (Ebalwasyon/Rekomendasyon)") body(doc, "___________________________") body(doc, "___________________________") doc.add_paragraph() p_sig = doc.add_paragraph() p_sig.paragraph_format.space_before = Pt(24) run = p_sig.add_run("___________________________\nInterviewer (Tigpangutana)") run.font.name = 'Times New Roman'; run.font.size = Pt(12) # Save updated document output_path = '/tmp/workspace/dengue-research/Dengue_Research_Barangay_St_Rosaria.docx' doc.save(output_path) print(f"Successfully saved updated document: {output_path}") PYEOF
Dengue Research Barangay St Rosaria
Word Document · DOCX
| Section | What's Included |
|---|---|
| C1 - Cover Information | Barangay, Sitio, Household #, Interviewer, Date |
| C2 - Household Member Profile | Full table: Name, Relation, Occupation, Educational Attainment, Birth Date, Age, Sex; Former/current residency, Ethnic Origin |
| C3 - Maternal & Child Health | Q1: Pregnancy history (previous year / current year); prenatal check-up details; Q2: Tetanus toxoid (when/doses); Delivery place & who handled it; Breastfeeding; Q3: Stillbirth/abortion history; Q4: Family Planning practice & method |
| C4 - Morbidity | Q5: Sickness history table (URTI, Parasitism, Skin Diseases, Diarrhea, ORT, Pneumonia, TB, Hypertension, Diabetes, Cancer, STD, etc.) |
| C5 - Mortality | Q6: Death history table (who died, when, where, cause, medical attendance) |
| C6 - Immunization | Q7: Immunization status of children under 6 (name, age, immunization, when, where) |
| C7 - Nutritional Status | Children 0-72 months table (weight, date, where weighed, nutritional status) |
| C8 - Environmental Sanitation | Q8: Toilet type (pit privy/watered sealed/flushed), ownership; Drinking water source; Garbage disposal method; Housing type & materials; Proxy indicators (flush toilet, motor vehicle, TV, cooking range, telephone, etc.) |
| Section | What's Included |
|---|---|
| I. Personal Information | Case no., name, address, sex, age, job, civil status, education, source of referral |
| II. Household Composition | Table with name, relationship, age, job, estimated income |
| III. Mental Health History | 5 question sets: presenting problem, symptom onset, stressors, family mental health history, drug abuse history, psychiatric medications |
| IV-A. Mental Disturbance Signs | 10-item checklist (sleep disturbance, loss of interest, seclusion, palpitations, irritability, headaches, worry/forgetfulness, suspiciousness, false ideas, hallucinations) |
| IV-B. Depression Guide | 9-item depression screening checklist (concentration, eating, interest, energy, sleep, weight, suicidal thoughts, guilt, depressed mood) |
| IV-C. Mood Disorder Questionnaire | 11-item mania/mood disorder checklist (hyperactivity, irritability, sleep need, confidence, talkativeness, racing thoughts, distraction, spending, risk-taking) |
| V. Economic Condition | Estimated monthly income & classification |
| VI-VII. Assessment & Recommendation | Interviewer's professional assessment and recommendations fields |