Skip navigation links
Camel :: FHIR :: API 2.23.2.fuse-7_10_0-00020-redhat-00001
A B D E F G N O P R S V W 

A

add(T, IIdType, Map<ExtraParameters, Object>) - Method in class org.apache.camel.component.fhir.api.FhirMeta
Add the elements in the given metadata to the already existing set (do not remove any)

B

byUrl(String, Class<T>, Map<ExtraParameters, Object>) - Method in class org.apache.camel.component.fhir.api.FhirLoadPage
Load a page of results using the given URL and bundle type and return a DSTU1 Atom bundle

D

delete(T, IIdType, Map<ExtraParameters, Object>) - Method in class org.apache.camel.component.fhir.api.FhirMeta
Delete the elements in the given metadata from the given id

E

ExtraParameters - Enum in org.apache.camel.component.fhir.api
Encapsulates a list of extra parameters that are valid for *ALL* Camel FHIR APIs.

F

FhirCapabilities - Class in org.apache.camel.component.fhir.api
API to Fetch the capability statement for the server
FhirCapabilities(IGenericClient) - Constructor for class org.apache.camel.component.fhir.api.FhirCapabilities
 
FhirCreate - Class in org.apache.camel.component.fhir.api
API for the "create" operation, which creates a new resource instance on the server
FhirCreate(IGenericClient) - Constructor for class org.apache.camel.component.fhir.api.FhirCreate
 
FhirDelete - Class in org.apache.camel.component.fhir.api
API for the "delete" operation, which performs a logical delete on a server resource.
FhirDelete(IGenericClient) - Constructor for class org.apache.camel.component.fhir.api.FhirDelete
 
FhirHistory - Class in org.apache.camel.component.fhir.api
API for the "history" method
FhirHistory(IGenericClient) - Constructor for class org.apache.camel.component.fhir.api.FhirHistory
 
FhirLoadPage - Class in org.apache.camel.component.fhir.api
API that Loads the previous/next bundle of resources from a paged set, using the link specified in the "link type=next" tag within the atom bundle.
FhirLoadPage(IGenericClient) - Constructor for class org.apache.camel.component.fhir.api.FhirLoadPage
 
FhirMeta - Class in org.apache.camel.component.fhir.api
API for the "meta" operations, which can be used to get, add and remove tags and other Meta elements from a resource or across the server.
FhirMeta(IGenericClient) - Constructor for class org.apache.camel.component.fhir.api.FhirMeta
 
FhirOperation - Class in org.apache.camel.component.fhir.api
API for extended FHIR operations https://www.hl7.org/fhir/operations.html
FhirOperation(IGenericClient) - Constructor for class org.apache.camel.component.fhir.api.FhirOperation
 
FhirPatch - Class in org.apache.camel.component.fhir.api
API for the "patch" operation, which performs a logical patch on a server resource
FhirPatch(IGenericClient) - Constructor for class org.apache.camel.component.fhir.api.FhirPatch
 
FhirRead - Class in org.apache.camel.component.fhir.api
API method for "read" operations
FhirRead(IGenericClient) - Constructor for class org.apache.camel.component.fhir.api.FhirRead
 
FhirSearch - Class in org.apache.camel.component.fhir.api
API to search for resources matching a given set of criteria.
FhirSearch(IGenericClient) - Constructor for class org.apache.camel.component.fhir.api.FhirSearch
 
FhirTransaction - Class in org.apache.camel.component.fhir.api
API for sending a transaction (collection of resources) to the server to be executed as a single unit.
FhirTransaction(IGenericClient) - Constructor for class org.apache.camel.component.fhir.api.FhirTransaction
 
FhirUpdate - Class in org.apache.camel.component.fhir.api
API for the "update" operation, which performs a logical delete on a server resource
FhirUpdate(IGenericClient) - Constructor for class org.apache.camel.component.fhir.api.FhirUpdate
 
FhirValidate - Class in org.apache.camel.component.fhir.api
API for validating resources
FhirValidate(IGenericClient) - Constructor for class org.apache.camel.component.fhir.api.FhirValidate
 

G

getFromResource(Class<T>, IIdType, Map<ExtraParameters, Object>) - Method in class org.apache.camel.component.fhir.api.FhirMeta
Fetch the current metadata from a specific resource
getFromServer(Class<T>, Map<ExtraParameters, Object>) - Method in class org.apache.camel.component.fhir.api.FhirMeta
Fetch the current metadata from the whole Server
getFromType(Class<T>, String, Map<ExtraParameters, Object>) - Method in class org.apache.camel.component.fhir.api.FhirMeta
Fetch the current metadata from a specific type
getHeaderName() - Method in enum org.apache.camel.component.fhir.api.ExtraParameters
 
getParam() - Method in enum org.apache.camel.component.fhir.api.ExtraParameters
 

N

next(T, Map<ExtraParameters, Object>) - Method in class org.apache.camel.component.fhir.api.FhirLoadPage
Load the next page of results using the link with relation "next" in the bundle.

O

ofType(Class<T>, Map<ExtraParameters, Object>) - Method in class org.apache.camel.component.fhir.api.FhirCapabilities
Retrieve the conformance statement using the given model type
onInstance(IIdType, Class<T>, Integer, Date, IPrimitiveType<Date>, Map<ExtraParameters, Object>) - Method in class org.apache.camel.component.fhir.api.FhirHistory
Perform the operation across all versions of a specific resource (by ID and type) on the server.
onInstance(IIdType, String, T, Class<T>, boolean, Class<IBaseResource>, Map<ExtraParameters, Object>) - Method in class org.apache.camel.component.fhir.api.FhirOperation
Perform the operation across all versions of a specific resource (by ID and type) on the server.
onInstanceVersion(IIdType, String, T, Class<T>, boolean, Class<IBaseResource>, Map<ExtraParameters, Object>) - Method in class org.apache.camel.component.fhir.api.FhirOperation
This operation operates on a specific version of a resource
onServer(Class<T>, Integer, Date, IPrimitiveType<Date>, Map<ExtraParameters, Object>) - Method in class org.apache.camel.component.fhir.api.FhirHistory
Perform the operation across all versions of all resources of all types on the server
onServer(String, T, Class<T>, boolean, Class<IBaseResource>, Map<ExtraParameters, Object>) - Method in class org.apache.camel.component.fhir.api.FhirOperation
Perform the operation across all versions of all resources of all types on the server
onType(Class<IBaseResource>, Class<T>, Integer, Date, IPrimitiveType<Date>, Map<ExtraParameters, Object>) - Method in class org.apache.camel.component.fhir.api.FhirHistory
Perform the operation across all versions of all resources of the given type on the server
onType(Class<IBaseResource>, String, T, Class<T>, boolean, Class<IBaseResource>, Map<ExtraParameters, Object>) - Method in class org.apache.camel.component.fhir.api.FhirOperation
Perform the operation across all versions of all resources of the given type on the server
org.apache.camel.component.fhir.api - package org.apache.camel.component.fhir.api
 

P

patchById(String, IIdType, PreferReturnEnum, Map<ExtraParameters, Object>) - Method in class org.apache.camel.component.fhir.api.FhirPatch
Applies the patch to the given resource ID
patchById(String, String, PreferReturnEnum, Map<ExtraParameters, Object>) - Method in class org.apache.camel.component.fhir.api.FhirPatch
Applies the patch to the given resource ID
patchByUrl(String, String, PreferReturnEnum, Map<ExtraParameters, Object>) - Method in class org.apache.camel.component.fhir.api.FhirPatch
Specifies that the update should be performed as a conditional create against a given search URL.
previous(T, Map<ExtraParameters, Object>) - Method in class org.apache.camel.component.fhir.api.FhirLoadPage
Load the previous page of results using the link with relation "prev" in the bundle.
processMessage(String, IBaseBundle, boolean, Class<T>, Map<ExtraParameters, Object>) - Method in class org.apache.camel.component.fhir.api.FhirOperation
This operation is called $process-message as defined by the FHIR specification.

R

resource(IBaseResource, String, PreferReturnEnum, Map<ExtraParameters, Object>) - Method in class org.apache.camel.component.fhir.api.FhirCreate
Creates a IBaseResource on the server
resource(String, String, PreferReturnEnum, Map<ExtraParameters, Object>) - Method in class org.apache.camel.component.fhir.api.FhirCreate
Creates a IBaseResource on the server
resource(IBaseResource, Map<ExtraParameters, Object>) - Method in class org.apache.camel.component.fhir.api.FhirDelete
Deletes the given resource
resource(IBaseResource, IIdType, PreferReturnEnum, Map<ExtraParameters, Object>) - Method in class org.apache.camel.component.fhir.api.FhirUpdate
 
resource(String, IIdType, PreferReturnEnum, Map<ExtraParameters, Object>) - Method in class org.apache.camel.component.fhir.api.FhirUpdate
 
resource(IBaseResource, String, PreferReturnEnum, Map<ExtraParameters, Object>) - Method in class org.apache.camel.component.fhir.api.FhirUpdate
 
resource(String, String, PreferReturnEnum, Map<ExtraParameters, Object>) - Method in class org.apache.camel.component.fhir.api.FhirUpdate
 
resource(IBaseResource, Map<ExtraParameters, Object>) - Method in class org.apache.camel.component.fhir.api.FhirValidate
 
resource(String, Map<ExtraParameters, Object>) - Method in class org.apache.camel.component.fhir.api.FhirValidate
 
resourceById(IIdType, Map<ExtraParameters, Object>) - Method in class org.apache.camel.component.fhir.api.FhirDelete
* Deletes the given resource by IIdType
resourceById(String, String, Map<ExtraParameters, Object>) - Method in class org.apache.camel.component.fhir.api.FhirDelete
Deletes the resource by resource type e.g "Patient" and it's id
resourceById(Class<IBaseResource>, IIdType, String, Boolean, IBaseResource, Boolean, Map<ExtraParameters, Object>) - Method in class org.apache.camel.component.fhir.api.FhirRead
 
resourceById(String, IIdType, String, Boolean, IBaseResource, Boolean, Map<ExtraParameters, Object>) - Method in class org.apache.camel.component.fhir.api.FhirRead
 
resourceById(Class<IBaseResource>, String, String, String, Boolean, IBaseResource, Boolean, Map<ExtraParameters, Object>) - Method in class org.apache.camel.component.fhir.api.FhirRead
 
resourceById(String, String, String, String, Boolean, IBaseResource, Boolean, Map<ExtraParameters, Object>) - Method in class org.apache.camel.component.fhir.api.FhirRead
 
resourceById(Class<IBaseResource>, Long, String, Boolean, IBaseResource, Boolean, Map<ExtraParameters, Object>) - Method in class org.apache.camel.component.fhir.api.FhirRead
 
resourceById(String, Long, String, Boolean, IBaseResource, Boolean, Map<ExtraParameters, Object>) - Method in class org.apache.camel.component.fhir.api.FhirRead
 
resourceBySearchUrl(IBaseResource, String, PreferReturnEnum, Map<ExtraParameters, Object>) - Method in class org.apache.camel.component.fhir.api.FhirUpdate
 
resourceBySearchUrl(String, String, PreferReturnEnum, Map<ExtraParameters, Object>) - Method in class org.apache.camel.component.fhir.api.FhirUpdate
 
resourceByUrl(Class<IBaseResource>, IIdType, String, Boolean, IBaseResource, Boolean, Map<ExtraParameters, Object>) - Method in class org.apache.camel.component.fhir.api.FhirRead
 
resourceByUrl(String, IIdType, String, Boolean, IBaseResource, Boolean, Map<ExtraParameters, Object>) - Method in class org.apache.camel.component.fhir.api.FhirRead
 
resourceByUrl(Class<IBaseResource>, String, String, Boolean, IBaseResource, Boolean, Map<ExtraParameters, Object>) - Method in class org.apache.camel.component.fhir.api.FhirRead
 
resourceByUrl(String, String, String, Boolean, IBaseResource, Boolean, Map<ExtraParameters, Object>) - Method in class org.apache.camel.component.fhir.api.FhirRead
 
resourceConditionalByUrl(String, Map<ExtraParameters, Object>) - Method in class org.apache.camel.component.fhir.api.FhirDelete
Specifies that the delete should be performed as a conditional delete against a given search URL.

S

searchByUrl(String, Map<ExtraParameters, Object>) - Method in class org.apache.camel.component.fhir.api.FhirSearch
Perform a search directly by URL.

V

valueOf(String) - Static method in enum org.apache.camel.component.fhir.api.ExtraParameters
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.camel.component.fhir.api.ExtraParameters
Returns an array containing the constants of this enum type, in the order they are declared.

W

withBundle(IBaseBundle, Map<ExtraParameters, Object>) - Method in class org.apache.camel.component.fhir.api.FhirTransaction
Use the given Bundle resource as the transaction input
withBundle(String, Map<ExtraParameters, Object>) - Method in class org.apache.camel.component.fhir.api.FhirTransaction
Use the given raw text (should be a Bundle resource) as the transaction input
withResources(List<IBaseResource>, Map<ExtraParameters, Object>) - Method in class org.apache.camel.component.fhir.api.FhirTransaction
Use a list of resources as the transaction input
A B D E F G N O P R S V W 
Skip navigation links
Camel :: FHIR :: API 2.23.2.fuse-7_10_0-00020-redhat-00001

Apache Camel