@Unstable(value="New API introduced in 1.3")
@Role
public interface PatientContactProvider
| Modifier and Type | Method and Description |
|---|---|
List<ContactInfo> |
getContacts(Patient patient)
Get the contact information for the given patient.
|
int |
getPriority()
Get the relative priority of the contact provider (
0 is the highest priority and 1000 is the
lowest). |
int getPriority()
0 is the highest priority and 1000 is the
lowest).List<ContactInfo> getContacts(Patient patient)
patient - the patientContactInfo objects, nay be empty or nullCopyright © 2011–2017 University of Toronto, Computational Biology Lab. All rights reserved.