Package | Description |
---|---|
org.phenotips.data.rest | |
org.phenotips.data.rest.model |
Modifier and Type | Method and Description |
---|---|
PatientSummary |
DomainObjectFactory.createPatientSummary(Object[] summaryData,
javax.ws.rs.core.UriInfo uriInfo)
Create the REST representation for a
Patient 's summary, starting from the raw values needed for the
summary. |
PatientSummary |
DomainObjectFactory.createPatientSummary(Patient patient,
javax.ws.rs.core.UriInfo uriInfo)
Create the REST representation for a
Patient 's summary, starting from an actual Patient object. |
Modifier and Type | Class and Description |
---|---|
class |
Patient
Java class for Patient complex type.
|
Modifier and Type | Field and Description |
---|---|
protected List<PatientSummary> |
Patients.patientSummaries |
Modifier and Type | Method and Description |
---|---|
PatientSummary |
ObjectFactory.createPatientSummary()
Create an instance of
PatientSummary |
PatientSummary |
PatientSummary.withCreatedBy(String value) |
PatientSummary |
PatientSummary.withCreatedOn(org.joda.time.DateTime value) |
PatientSummary |
PatientSummary.withEid(String value) |
PatientSummary |
PatientSummary.withId(String value) |
PatientSummary |
PatientSummary.withLastModifiedBy(String value) |
PatientSummary |
PatientSummary.withLastModifiedOn(org.joda.time.DateTime value) |
PatientSummary |
PatientSummary.withLinks(Collection<Link> values) |
PatientSummary |
PatientSummary.withLinks(Link... values) |
PatientSummary |
PatientSummary.withVersion(String value) |
Modifier and Type | Method and Description |
---|---|
List<PatientSummary> |
Patients.getPatientSummaries()
Gets the value of the patientSummaries property.
|
Modifier and Type | Method and Description |
---|---|
Patients |
Patients.withPatientSummaries(PatientSummary... values) |
Modifier and Type | Method and Description |
---|---|
Patients |
Patients.withPatientSummaries(Collection<PatientSummary> values) |
Copyright © 2011–2017 University of Toronto, Computational Biology Lab. All rights reserved.