Skip to content

Commit

Permalink
Audit: Update PDF and TXT for Vitals (#34366)
Browse files Browse the repository at this point in the history
  • Loading branch information
tynyttie authored Jan 29, 2025
1 parent 0cb7cae commit e1e2a7c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -250,11 +250,11 @@ ${vitalTypeDisplayNames[records[0].type]}\n
${formatNameFirstLast(user.userFullName)}\n
Date of birth: ${formatUserDob(user)}\n
${reportGeneratedBy}\n
Showing ${records.length} from newest to oldest
${records
.map(
vital => `${txtLine}\n\n
Date entered: ${vital.date}\n
Details about this test\n
${vital.date}\n
Result: ${vital.measurement}\n
Location: ${vital.location}\n
Provider notes: ${vital.notes}\n\n`,
Expand Down

0 comments on commit e1e2a7c

Please sign in to comment.