Uses of Interface
ca.uhn.fhir.rest.gclient.ITransactionTyped
Packages that use ITransactionTyped
-
Uses of ITransactionTyped in ca.uhn.fhir.rest.gclient
Methods in ca.uhn.fhir.rest.gclient that return ITransactionTypedModifier and TypeMethodDescriptionITransaction.withBundle(String theBundle)Use the given raw text (should be a Bundle resource) as the transaction input<T extends IBaseBundle>
ITransactionTyped<T>ITransaction.withBundle(T theBundleResource)Use the given Bundle resource as the transaction inputITransaction.withResources(List<? extends IBaseResource> theResources)Use a list of resources as the transaction input