We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17b890f commit c5708b2Copy full SHA for c5708b2
src/exporter/bell_summary.py
@@ -20,6 +20,7 @@ def generate_bell_format_summary(data):
20
doc.add_paragraph(f'ALLEGED ONSET DATE:\t{data["onset_date"]}')
21
doc.add_paragraph(f'DOB:\t\t\t\t{data["birthdate"]}')
22
doc.add_paragraph(f'AGE:\t\t\t\t{data["age"]}')
23
+ doc.add_paragraph(f'DATE LATE INSURED:\t\t{data["claimant"].last_insured_date}')
24
doc.add_paragraph(f'EDUCATION:\t\t\t{data["education"]}')
25
if len(data["work_history"]) == 0:
26
doc.add_paragraph('PAST WORK:\t\t\t')
0 commit comments