Index
All Classes and Interfaces|All Packages
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
C
- CACHE_CONTROL_DIRECTIVE - Enum constant in enum class org.apache.camel.component.fhir.api.ExtraParameters
-
Sets the
Cache-Controlheader value, which advises the server (or any cache in front of it) how to behave in terms of cached requests"
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
- ENCODE_JSON - Enum constant in enum class org.apache.camel.component.fhir.api.ExtraParameters
-
Will encode the request to JSON
- ENCODE_XML - Enum constant in enum class org.apache.camel.component.fhir.api.ExtraParameters
-
Will encode the request to XML
- ENCODING_ENUM - Enum constant in enum class org.apache.camel.component.fhir.api.ExtraParameters
- ExtraParameters - Enum Class 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
- 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 class org.apache.camel.component.fhir.api.ExtraParameters
- getParam() - Method in enum class 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, String, PreferReturnEnum, Map<ExtraParameters, Object>) - Method in class org.apache.camel.component.fhir.api.FhirPatch
-
Applies the patch to the given resource ID
- 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
- 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.
- PREFER_RESPONSE_TYPE - Enum constant in enum class org.apache.camel.component.fhir.api.ExtraParameters
-
Explicitly specify a custom structure type to attempt to use when parsing the response.
- PREFER_RESPONSE_TYPES - Enum constant in enum class org.apache.camel.component.fhir.api.ExtraParameters
-
Explicitly specify a custom structure type to attempt to use when parsing the response.
- PRETTY_PRINT - Enum constant in enum class org.apache.camel.component.fhir.api.ExtraParameters
-
Pretty print the request
- 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
R
- resource(String, String, PreferReturnEnum, Map<ExtraParameters, Object>) - Method in class org.apache.camel.component.fhir.api.FhirCreate
-
Creates a
IBaseResourceon the server - resource(String, String, PreferReturnEnum, Map<ExtraParameters, Object>) - Method in class org.apache.camel.component.fhir.api.FhirUpdate
-
Updates a
IBaseResourceon the server by id - resource(String, Map<ExtraParameters, Object>) - Method in class org.apache.camel.component.fhir.api.FhirValidate
-
Validates the resource
- resource(String, IIdType, PreferReturnEnum, Map<ExtraParameters, Object>) - Method in class org.apache.camel.component.fhir.api.FhirUpdate
-
Updates a
IBaseResourceon the server by id - resource(IBaseResource, String, PreferReturnEnum, Map<ExtraParameters, Object>) - Method in class org.apache.camel.component.fhir.api.FhirCreate
-
Creates a
IBaseResourceon the server - resource(IBaseResource, String, PreferReturnEnum, Map<ExtraParameters, Object>) - Method in class org.apache.camel.component.fhir.api.FhirUpdate
-
Updates a
IBaseResourceon the server by id - resource(IBaseResource, Map<ExtraParameters, Object>) - Method in class org.apache.camel.component.fhir.api.FhirDelete
-
Deletes the given resource
- resource(IBaseResource, Map<ExtraParameters, Object>) - Method in class org.apache.camel.component.fhir.api.FhirValidate
-
Validates the resource
- resource(IBaseResource, IIdType, PreferReturnEnum, Map<ExtraParameters, Object>) - Method in class org.apache.camel.component.fhir.api.FhirUpdate
-
Updates a
IBaseResourceon the server by id - resourceById(Class<IBaseResource>, Long, String, Boolean, IBaseResource, Boolean, Map<ExtraParameters, Object>) - Method in class org.apache.camel.component.fhir.api.FhirRead
-
Reads a
IBaseResourceon the server by id - resourceById(Class<IBaseResource>, String, String, String, Boolean, IBaseResource, Boolean, Map<ExtraParameters, Object>) - Method in class org.apache.camel.component.fhir.api.FhirRead
-
Reads a
IBaseResourceon the server by id - resourceById(Class<IBaseResource>, IIdType, String, Boolean, IBaseResource, Boolean, Map<ExtraParameters, Object>) - Method in class org.apache.camel.component.fhir.api.FhirRead
-
Reads a
IBaseResourceon the server by id - resourceById(String, Long, String, Boolean, IBaseResource, Boolean, Map<ExtraParameters, Object>) - Method in class org.apache.camel.component.fhir.api.FhirRead
-
Reads a
IBaseResourceon the server by id - resourceById(String, String, String, String, Boolean, IBaseResource, Boolean, Map<ExtraParameters, Object>) - Method in class org.apache.camel.component.fhir.api.FhirRead
-
Reads a
IBaseResourceon the server by id - 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(String, IIdType, String, Boolean, IBaseResource, Boolean, Map<ExtraParameters, Object>) - Method in class org.apache.camel.component.fhir.api.FhirRead
-
Reads a
IBaseResourceon the server by id - resourceById(IIdType, Map<ExtraParameters, Object>) - Method in class org.apache.camel.component.fhir.api.FhirDelete
-
* Deletes the given resource by
IIdType - resourceBySearchUrl(String, String, PreferReturnEnum, Map<ExtraParameters, Object>) - Method in class org.apache.camel.component.fhir.api.FhirUpdate
-
Updates a
IBaseResourceon the server by search url - resourceBySearchUrl(IBaseResource, String, PreferReturnEnum, Map<ExtraParameters, Object>) - Method in class org.apache.camel.component.fhir.api.FhirUpdate
-
Updates a
IBaseResourceon the server by search url - resourceByUrl(Class<IBaseResource>, String, String, Boolean, IBaseResource, Boolean, Map<ExtraParameters, Object>) - Method in class org.apache.camel.component.fhir.api.FhirRead
-
Reads a
IBaseResourceon the server by url - resourceByUrl(Class<IBaseResource>, IIdType, String, Boolean, IBaseResource, Boolean, Map<ExtraParameters, Object>) - Method in class org.apache.camel.component.fhir.api.FhirRead
-
Reads a
IBaseResourceon the server by url - resourceByUrl(String, String, String, Boolean, IBaseResource, Boolean, Map<ExtraParameters, Object>) - Method in class org.apache.camel.component.fhir.api.FhirRead
-
Reads a
IBaseResourceon the server by url - resourceByUrl(String, IIdType, String, Boolean, IBaseResource, Boolean, Map<ExtraParameters, Object>) - Method in class org.apache.camel.component.fhir.api.FhirRead
-
Reads a
IBaseResourceon the server by url - resourceConditionalByUrl(String, Map<ExtraParameters, Object>) - Method in class org.apache.camel.component.fhir.api.FhirDelete
-
Specifies deleting should be performed as a conditional delete against a given search URL.
S
- searchByResource(String, Map<String, List<String>>, SearchStyleEnum, Map<ExtraParameters, Object>) - Method in class org.apache.camel.component.fhir.api.FhirSearch
-
Perform a search by resource name.
- searchByUrl(String, Map<ExtraParameters, Object>) - Method in class org.apache.camel.component.fhir.api.FhirSearch
-
Perform a search directly by URL.
- SUBSET_ELEMENTS - Enum constant in enum class org.apache.camel.component.fhir.api.ExtraParameters
-
Request that the server return subsetted resources, containing only the elements specified in the given parameters.
- SUMMARY_ENUM - Enum constant in enum class org.apache.camel.component.fhir.api.ExtraParameters
-
Request that the server modify the response using the
_summaryparam
V
- valueOf(String) - Static method in enum class org.apache.camel.component.fhir.api.ExtraParameters
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.apache.camel.component.fhir.api.ExtraParameters
-
Returns an array containing the constants of this enum class, in the order they are declared.
W
- 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
- withBundle(IBaseBundle, Map<ExtraParameters, Object>) - Method in class org.apache.camel.component.fhir.api.FhirTransaction
-
Use the given 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
All Classes and Interfaces|All Packages