| Package | Description |
|---|---|
| org.phenotips.messaging | |
| org.phenotips.messaging.script |
| Modifier and Type | Method and Description |
|---|---|
Connection |
ConnectionManager.getConnection(PatientSimilarityView patientPair)
Search for an existing connection for the patient pair view; if one exists, return it, otherwise create, store
and return a new connection, with the data from the passed patient pair view.
|
Connection |
ConnectionManager.getConnectionById(Long id)
Deprecated.
use
ConnectionManager.getConnectionByToken(String) instead |
Connection |
ConnectionManager.getConnectionByToken(String token)
Retrieve an existing connection from the storage.
|
| Modifier and Type | Method and Description |
|---|---|
int |
ActionManager.grantAccess(Connection connection)
Grant mutual view access on the two patients to the owners.
|
int |
ActionManager.sendInitialMails(Connection connection,
Map<String,Object> options)
Send the initial email to the owner of the matched patient.
|
int |
ActionManager.sendSuccessMail(Connection connection)
Send the followup email to the user requesting access.
|
| Modifier and Type | Method and Description |
|---|---|
Connection |
AnonymousCommunicationScriptService.grantAccess(String connectionId)
Grant mutual view access on the two patients to the owners.
|
Copyright © 2011–2018 University of Toronto, Computational Biology Lab. All rights reserved.