| Package | Description |
|---|---|
| ca.uhn.fhir.rest.gclient |
| Modifier and Type | Method and Description |
|---|---|
ITransactionTyped<String> |
ITransaction.withBundle(String theBundle)
Use the given raw text (should be a Bundle resource) as the transaction input
|
<T extends IBaseBundle> |
ITransaction.withBundle(T theBundleResource)
Use the given Bundle resource as the transaction input
|
ITransactionTyped<List<IBaseResource>> |
ITransaction.withResources(List<? extends IBaseResource> theResources)
Use a list of resources as the transaction input
|
Copyright © 2014–2017 University Health Network. All rights reserved.