Skip to content

Commit

Permalink
Transfer out, change to use uuid instead of putting personnel informa…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
BuchiNy committed Jul 15, 2024
1 parent 7309e0f commit e4c6421
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ constructor(
mapOf(Pair("patient", patient.id), Pair("practitioner", currentPractitioner ?: "")),
)
val email = applicationConfiguration.supportEmail
val subject = "Request for Patient Transfer out for ${data.fullName}"
val subject = "Request for Patient Transfer out for ${data.patientId}"
val body =
"""
Where is the patient transferring to?
Expand Down

0 comments on commit e4c6421

Please sign in to comment.