@Unstable(value="New API introduced in 1.3")
@Role
public interface PatientContactsManager
| Modifier and Type | Method and Description |
|---|---|
List<ContactInfo> |
getAll(Patient patient)
Get all available contacts.
|
ContactInfo |
getFirst(Patient patient)
Get the highest-priority contact, if any.
|
List<ContactInfo> getAll(Patient patient)
patient - the target patient recordContactInfo objects, ordered by their relevanceContactInfo getFirst(Patient patient)
patient - the target patient recordContactInfo, or nullCopyright © 2011–2017 University of Toronto, Computational Biology Lab. All rights reserved.