changing some names from Vaccine to Drug

This commit is contained in:
Frank Knoll
2024-07-12 08:48:27 +02:00
parent 2cc3b29ed3
commit ca4d47bbac
5 changed files with 20 additions and 20 deletions

View File

@@ -6,12 +6,12 @@ class PrrBySymptomTableView {
this.#delegate = new PrrByKeyTableView(
this.#createPrrBySymptomTable(prrBySymptomTableElement),
downloadPrrBySymptomTableButton,
'Vaccine',
'Drug',
PrrByVaccineProvider.getPrrBySymptom);
}
displayPrrBySymptomTable4Vaccine(vaccine) {
this.#delegate.displayPrrByKeyTable4Value(vaccine);
displayPrrBySymptomTable4Vaccine(id, text) {
this.#delegate.displayPrrByKeyTable4Value(id, text);
}
#createPrrBySymptomTable(tableElement) {