Skip to content

Commit

Permalink
Use ligatures in past malignant diseases
Browse files Browse the repository at this point in the history
  • Loading branch information
pcvolkmer committed Jun 6, 2024
1 parent 4f276b2 commit d6c36ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patients.go
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ func appendDiagnoseDaten(patientID string, data *PatientData, allTk bool) *Patie
}
}

data.PastMalignantDisease = strings.Join(diags, " + ")
data.PastMalignantDisease = sanitizeUmlaute(strings.Join(diags, " + "))
}

return data
Expand Down

0 comments on commit d6c36ac

Please sign in to comment.