| Package | Description |
|---|---|
| ca.uhn.fhir.rest.gclient | |
| ca.uhn.fhir.rest.method | |
| ca.uhn.fhir.util |
| 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)
Request that the method return a Bundle resource (such as
ca.uhn.fhir.model.dstu2.resource.Bundle). |
<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> |
ITransaction.withBundle(T theBundleResource)
Use a DSTU2+ 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 BaseHttpClientInvocation |
OperationMethodBinding.createProcessMsgInvocation(FhirContext theContext,
String theOperationName,
IBaseBundle theInput,
Map<String,List<String>> urlParams) |
static BaseHttpClientInvocation |
TransactionMethodBinding.createTransactionInvocation(IBaseBundle theBundle,
FhirContext theContext) |
| 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 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
|
Copyright © 2014–2017 University Health Network. All rights reserved.