public interface PatientMatchEmail
| Modifier and Type | Method and Description |
|---|---|
org.json.JSONObject |
getEmail()
Get email data (body, subject, recipients) in a JSON format.
|
Collection<PatientMatch> |
getMatches() |
org.xwiki.mail.MailStatus |
getStatus() |
String |
getSubjectPatientId() |
void |
send()
Send the email.
|
boolean |
wasSent() |
String getSubjectPatientId()
Collection<PatientMatch> getMatches()
boolean wasSent()
org.xwiki.mail.MailStatus getStatus()
void send()
org.json.JSONObject getEmail()
{ "emailContent": text,
"recipients": [listof email addresses as strings],
"contentType": type,
"subject": text }
format.Copyright © 2011–2019 University of Toronto, Computational Biology Lab. All rights reserved.