| Package | Description |
|---|---|
| ca.uhn.fhir.rest.client.api | |
| ca.uhn.fhir.rest.gclient | |
| ca.uhn.fhir.util |
| Modifier and Type | Method and Description |
|---|---|
<T extends IBaseBundle> |
IGenericClient.search()
Search for resources matching a given set of criteria.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends IBaseBundle> |
IGetPageUntyped.andReturnBundle(Class<T> theBundleType)
Return a Bundle resource of the given type
|
<T extends IBaseBundle> |
IHistoryUntyped.andReturnBundle(Class<T> theType)
Deprecated.
Use
IHistoryUntyped.returnBundle(Class) instead, which has the exact same functionality. This was deprecated in HAPI FHIR 4.0.0 in order to be consistent with the similar method on the search operation. |
<T extends IBaseBundle> |
IGetPage.next(T theBundle)
Load the next page of results using the link with relation "next" in the bundle.
|
<T extends IBaseBundle> |
IGetPage.previous(T theBundle)
Load the previous page of results using the link with relation "prev" in the bundle.
|
<B extends IBaseBundle> |
IQuery.returnBundle(Class<B> theClass)
Request that the client return the specified bundle type, e.g.
|
<T extends IBaseBundle> |
IHistoryUntyped.returnBundle(Class<T> theType)
Request that the method return a Bundle resource (such as
ca.uhn.fhir.model.dstu2.resource.Bundle). |
<T extends IBaseBundle> |
ITransaction.withBundle(T theBundleResource)
Use the given Bundle resource as the transaction input
|
| Modifier and Type | Method and Description |
|---|---|
<R extends IBaseResource> |
IOperationProcessMsg.setMessageBundle(IBaseBundle theMsgBundle)
Set the Message Bundle to POST to the messaging server.
After this call you must choose either the method synchronous or asynchronous to set the processing mode. |
| Modifier and Type | Method and Description |
|---|---|
static List<org.apache.commons.lang3.tuple.Pair<String,IBaseResource>> |
BundleUtil.getBundleEntryUrlsAndResources(FhirContext theContext,
IBaseBundle theBundle) |
static String |
BundleUtil.getBundleType(FhirContext theContext,
IBaseBundle theBundle) |
static String |
BundleUtil.getLinkUrlOfType(FhirContext theContext,
IBaseBundle theBundle,
String theLinkRelation) |
static Integer |
BundleUtil.getTotal(FhirContext theContext,
IBaseBundle theBundle) |
static void |
BundleUtil.setTotal(FhirContext theContext,
IBaseBundle theBundle,
Integer theTotal) |
static List<BundleUtil.BundleEntryParts> |
BundleUtil.toListOfEntries(FhirContext theContext,
IBaseBundle theBundle)
Extract all of the resources from a given bundle
|
static List<IBaseResource> |
BundleUtil.toListOfResources(FhirContext theContext,
IBaseBundle theBundle)
Extract all of the resources from a given bundle
|
static <T extends IBaseResource> |
BundleUtil.toListOfResourcesOfType(FhirContext theContext,
IBaseBundle theBundle,
Class<T> theTypeToInclude)
Extract all of the resources of a given type from a given bundle
|
Copyright © 2014–2019 University Health Network. All rights reserved.