| Package | Description |
|---|---|
| ca.uhn.fhir.rest.gclient | |
| ca.uhn.fhir.rest.method |
| Modifier and Type | Method and Description |
|---|---|
<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> |
IGetPageUntyped.andReturnBundle(Class<T> theBundleType)
Return a Bundle resource of the given type
|
<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 |
|---|---|
static BaseHttpClientInvocation |
TransactionMethodBinding.createTransactionInvocation(IBaseBundle theBundle,
FhirContext theContext) |
Copyright © 2014–2016 University Health Network. All rights reserved.