B C G O P T W 

B

build() - Method in class org.phenotips.data.ContactInfo.Builder
Returns the contact information built so far.

C

ContactInfo - Interface in org.phenotips.data
The information about a contact person/organization for a patient record.
ContactInfo.Builder - Class in org.phenotips.data
Builder for ContactInfo objects.
ContactInfo.Builder() - Constructor for class org.phenotips.data.ContactInfo.Builder
 

G

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.

O

org.phenotips.data - package org.phenotips.data
 

P

PatientContactProvider - Interface in org.phenotips.data
A provider of users and organization contacts responsible for patient records.
PatientContactsManager - Interface in org.phenotips.data
Information about the users and organization contacts responsible for a patient.

T

toJSON() - Method in interface org.phenotips.data.ContactInfo
Get the contact details in JSON format.

W

withEmail(String) - Method in class org.phenotips.data.ContactInfo.Builder
Sets a single email address as the contact's email.
withEmails(List<String>) - Method in class org.phenotips.data.ContactInfo.Builder
Sets the target emails.
withInstitution(String) - Method in class org.phenotips.data.ContactInfo.Builder
Sets the contact's institution.
withName(String) - Method in class org.phenotips.data.ContactInfo.Builder
Sets the contact's full name.
withUrl(String) - Method in class org.phenotips.data.ContactInfo.Builder
Sets the target contact's URL.
withUserId(String) - Method in class org.phenotips.data.ContactInfo.Builder
Sets the user id for the contact.
B C G O P T W 

Copyright © 2011–2017 University of Toronto, Computational Biology Lab. All rights reserved.