| Package | Description |
|---|---|
| org.phenotips.matchingnotification.notification |
| Modifier and Type | Method and Description |
|---|---|
PatientMatchEmail |
PatientMatchNotifier.createUserEmail(PatientMatch match,
String subjectPatientId,
String subjectServerId,
String customEmailText,
String customEmailSubject)
Generates a email to be sent from the current user to the owner of the subjectPatientId on subjectServerId
describing the given match.
|
| Modifier and Type | Method and Description |
|---|---|
List<PatientMatchEmail> |
PatientMatchNotifier.createAdminEmailsToLocalUsers(List<PatientMatch> matches,
Map<Long,List<String>> matchesIds)
Build a list of emails based on the given matches.
|
| Modifier and Type | Method and Description |
|---|---|
PatientMatchNotificationResponse |
PatientMatchNotifier.notify(PatientMatchEmail email)
Sends notification for an email.
|
Copyright © 2011–2019 University of Toronto, Computational Biology Lab. All rights reserved.