Skip to content

Commit

Permalink
feat: Add parent first name to reason for visit [DCH-408]
Browse files Browse the repository at this point in the history
  • Loading branch information
ReinderVosDeWael committed Jan 2, 2025
1 parent 82f73f9 commit f1eeb60
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def write_reason_for_visit(self) -> None:
placeholder_id = self.llm.run_text_with_parent_input(
text=(
f"""
{patient.guardian.title_name} attended the present
{patient.guardian.title_full_name} attended the present
evaluation due to concerns regarding {PLACEHOLDER}.
The family is hoping for {PLACEHOLDER}.
The family learned of the study through {PLACEHOLDER}."
Expand Down

0 comments on commit f1eeb60

Please sign in to comment.