public class FluentPatientContextWrapper extends Object
| Constructor and Description |
|---|
FluentPatientContextWrapper(Session session) |
| Modifier and Type | Method and Description |
|---|---|
<T extends org.hl7.fhir.instance.model.api.IBaseResource> |
find(Class<T> clazz,
ca.uhn.fhir.rest.gclient.ICriterion<?>... criterion)
General purpose fluent find
|
ca.uhn.fhir.model.dstu2.resource.Patient |
get()
Gets the patient resource
|
public FluentPatientContextWrapper(Session session)
public ca.uhn.fhir.model.dstu2.resource.Patient get()
public <T extends org.hl7.fhir.instance.model.api.IBaseResource> Collection<T> find(Class<T> clazz, ca.uhn.fhir.rest.gclient.ICriterion<?>... criterion)
T - Resourceclazz - Resource class to findcriterion - Criterion to be applied to the query. Must include a patient matching criterionCopyright © 2014–2016 Healthcare Services Platform Consortium. All rights reserved.