- saveComment(Long, String) - Method in interface org.phenotips.matchingnotification.MatchingNotificationManager
-
Saves comment for a match that has the given matchId internal ID.
- saveComment(PatientMatch, String) - Method in interface org.phenotips.matchingnotification.storage.MatchStorageManager
-
Saves comment to a match.
- 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(Collection<? extends PatientSimilarityView>, 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(Collection<? 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.
- setExternallyContacted(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.
- 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
-
- setPatientMatches(Collection<PatientMatch>) - Method in interface org.phenotips.matchingnotification.notification.PatientMatchNotificationResponse
-
- 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(Long, String) - Method in interface org.phenotips.matchingnotification.MatchingNotificationManager
-
Sets status for a match that has the given matchId internal ID.
- setStatus(PatientMatch, String) - Method in interface org.phenotips.matchingnotification.storage.MatchStorageManager
-
Sets status to a match.
- setUserContacted(Long, boolean) - Method in interface org.phenotips.matchingnotification.MatchingNotificationManager
-
Marks all matches with ids in matchesIds as user-contacted or not.
- setUserContacted(PatientMatch, boolean) - Method in interface org.phenotips.matchingnotification.storage.MatchStorageManager
-
Marks a match as user-contacted or not.