public interface PatientMatchNotificationResponse
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorMessage() |
Collection<PatientMatch> |
getPatientMatches() |
boolean |
isSuccessul() |
void |
setPatientMatches(Collection<PatientMatch> matches) |
Collection<PatientMatch> getPatientMatches()
PatientMatch list associated with this response.boolean isSuccessul()
String getErrorMessage()
void setPatientMatches(Collection<PatientMatch> matches)
matches - patient matches related to the sent notification email.Copyright © 2011–2019 University of Toronto, Computational Biology Lab. All rights reserved.