- getAll(Patient) - Method in interface org.phenotips.data.PatientContactsManager
-
Get all available contacts.
- getContacts(Patient) - Method in interface org.phenotips.data.PatientContactProvider
-
Get the contact information for the given patient.
- getEmails() - Method in interface org.phenotips.data.ContactInfo
-
Get the contact's email addresses.
- getFirst(Patient) - Method in interface org.phenotips.data.PatientContactsManager
-
Get the highest-priority contact, if any.
- getInstitution() - Method in interface org.phenotips.data.ContactInfo
-
Get the contact's institution.
- getName() - Method in interface org.phenotips.data.ContactInfo
-
Get the contact's full name.
- getPriority() - Method in interface org.phenotips.data.PatientContactProvider
-
Get the relative priority of the contact provider (0 is the highest priority and 1000 is the
lowest).
- getUrl() - Method in interface org.phenotips.data.ContactInfo
-
Get the contact's URL.
- getUserId() - Method in interface org.phenotips.data.ContactInfo
-
Get the user id for the contact, for instance if the owner is a local PhenoTips user.