- saveComment(Set<Long>, String) - Method in interface org.phenotips.matchingnotification.MatchingNotificationManager
-
Saves comment to all matches with ids in matchesIds to a passed comment string.
- saveComment(List<PatientMatch>, String) - Method in interface org.phenotips.matchingnotification.storage.MatchStorageManager
-
Saves comment to all matches in matches to a passed status string.
- saveIncomingMatches(List<? extends PatientSimilarityView>, String, String) - Method in interface org.phenotips.matchingnotification.MatchingNotificationManager
-
Saves a list of matches that were found by a remote incoming request.
- saveLocalMatches(List<PatientMatch>, String) - Method in interface org.phenotips.matchingnotification.storage.MatchStorageManager
-
Saves a list of local matches.
- saveOutgoingMatches(List<? extends PatientSimilarityView>, String, String) - Method in interface org.phenotips.matchingnotification.MatchingNotificationManager
-
Saves a list of matches that were found by a remote outgoing request.
- saveRemoteMatches(List<? extends PatientSimilarityView>, String, String, boolean) - Method in interface org.phenotips.matchingnotification.storage.MatchStorageManager
-
Saves a list of matches that were found by a remote outgoing/incoming request.
- send() - Method in interface org.phenotips.matchingnotification.notification.PatientMatchEmail
-
Send the email.
- sendAdminNotificationsToLocalUsers(Map<Long, List<String>>) - Method in interface org.phenotips.matchingnotification.MatchingNotificationManager
-
Sends notification to the owner of every match with id in matchesId, then marks match as notified.
- sendUserNotification(Long, String, String, String, String) - Method in interface org.phenotips.matchingnotification.MatchingNotificationManager
-
Sends notification to the owner of the suvbjectpatientId about the given match.
- setComments(JSONArray) - Method in interface org.phenotips.matchingnotification.match.PatientMatch
-
Sets match comments.
- setFoundTimestamp(Timestamp) - Method in interface org.phenotips.matchingnotification.match.PatientMatch
-
Set the timestamp when the match was found.
- setGenotypeScore(Double) - Method in interface org.phenotips.matchingnotification.match.PatientMatch
-
Set genotype the score.
- setMatchedDetails(String) - Method in interface org.phenotips.matchingnotification.match.PatientMatch
-
Set matched details.
- setMatchedPatientInMatch(PatientInMatch) - Method in interface org.phenotips.matchingnotification.match.PatientMatch
-
Set the matched patient in match.
- setNotes(JSONArray) - Method in interface org.phenotips.matchingnotification.match.PatientMatch
-
Sets match notes as a JSON object, in the following format:
- setNotificationHistory(JSONObject) - Method in interface org.phenotips.matchingnotification.match.PatientMatch
-
- setNotified(boolean) - Method in interface org.phenotips.matchingnotification.match.PatientMatch
-
Marks whether notifications regarding this match were sent or not.
- setNotifiedStatus(Set<Long>, boolean) - Method in interface org.phenotips.matchingnotification.MatchingNotificationManager
-
Marks all matches with ids in matchesIds as notified or not notified.
- setNotifiedStatus(List<PatientMatch>, boolean) - Method in interface org.phenotips.matchingnotification.storage.MatchStorageManager
-
Marks all matches in matches as notified or not notified.
- setPhenotypeScore(Double) - Method in interface org.phenotips.matchingnotification.match.PatientMatch
-
Set the phenotype score.
- setReferenceDetails(String) - Method in interface org.phenotips.matchingnotification.match.PatientMatch
-
Set the reference details.
- setReferencePatientInMatch(PatientInMatch) - Method in interface org.phenotips.matchingnotification.match.PatientMatch
-
Set the reference patient in match when the match was found.
- setScore(Double) - Method in interface org.phenotips.matchingnotification.match.PatientMatch
-
Set the match score.
- setStatus(String) - Method in interface org.phenotips.matchingnotification.match.PatientMatch
-
Marks status property of match (saved, rejected or uncategorized).
- setStatus(Set<Long>, String) - Method in interface org.phenotips.matchingnotification.MatchingNotificationManager
-
Sets status to all matches with ids in matchesIds to a passed status string.
- setStatus(List<PatientMatch>, String) - Method in interface org.phenotips.matchingnotification.storage.MatchStorageManager
-
Sets status to all matches in matches to a passed status string.
- setUserContacted(boolean) - Method in interface org.phenotips.matchingnotification.match.PatientMatch
-
Add a record to the notification history in case user contacted regarding this match outside of PhenomeCentral.
- setUserContacted(Set<Long>, boolean) - Method in interface org.phenotips.matchingnotification.MatchingNotificationManager
-
Marks all matches with ids in matchesIds as user-contacted or not.
- setUserContacted(List<PatientMatch>, boolean) - Method in interface org.phenotips.matchingnotification.storage.MatchStorageManager
-
Marks all matches with ids in matchesIds as user-contacted or not.