Uses of Enum Class
org.apache.camel.component.fhir.api.ExtraParameters

  • Uses of ExtraParameters in org.apache.camel.component.fhir.api

    Modifier and Type
    Method
    Description
    ExtraParameters.valueOf(String name)
    Returns the enum constant of this class with the specified name.
    ExtraParameters.values()
    Returns an array containing the constants of this enum class, in the order they are declared.
    Method parameters in org.apache.camel.component.fhir.api with type arguments of type ExtraParameters
    Modifier and Type
    Method
    Description
    <T extends org.hl7.fhir.instance.model.api.IBaseMetaType>
    T
    FhirMeta.add(T meta, org.hl7.fhir.instance.model.api.IIdType id, Map<ExtraParameters,Object> extraParameters)
    Add the elements in the given metadata to the already existing set (do not remove any)
    <T extends org.hl7.fhir.instance.model.api.IBaseBundle>
    T
    FhirLoadPage.byUrl(String url, Class<T> returnType, Map<ExtraParameters,Object> extraParameters)
    Load a page of results using the given URL and bundle type and return a DSTU1 Atom bundle
    <T extends org.hl7.fhir.instance.model.api.IBaseMetaType>
    T
    FhirMeta.delete(T meta, org.hl7.fhir.instance.model.api.IIdType id, Map<ExtraParameters,Object> extraParameters)
    Delete the elements in the given metadata from the given id
    <T extends org.hl7.fhir.instance.model.api.IBaseMetaType>
    T
    FhirMeta.getFromResource(Class<T> metaType, org.hl7.fhir.instance.model.api.IIdType id, Map<ExtraParameters,Object> extraParameters)
    Fetch the current metadata from a specific resource
    <T extends org.hl7.fhir.instance.model.api.IBaseMetaType>
    T
    FhirMeta.getFromServer(Class<T> metaType, Map<ExtraParameters,Object> extraParameters)
    Fetch the current metadata from the whole Server
    <T extends org.hl7.fhir.instance.model.api.IBaseMetaType>
    T
    FhirMeta.getFromType(Class<T> metaType, String resourceType, Map<ExtraParameters,Object> extraParameters)
    Fetch the current metadata from a specific type
    <T extends org.hl7.fhir.instance.model.api.IBaseBundle>
    T
    FhirLoadPage.next(T bundle, Map<ExtraParameters,Object> extraParameters)
    Load the next page of results using the link with relation "next" in the bundle.
    <T extends org.hl7.fhir.instance.model.api.IBaseConformance>
    T
    FhirCapabilities.ofType(Class<T> type, Map<ExtraParameters,Object> extraParameters)
    Retrieve the conformance statement using the given model type
    <T extends org.hl7.fhir.instance.model.api.IBaseBundle>
    T
    FhirHistory.onInstance(org.hl7.fhir.instance.model.api.IIdType id, Class<T> returnType, Integer count, Date cutoff, org.hl7.fhir.instance.model.api.IPrimitiveType<Date> iCutoff, Map<ExtraParameters,Object> extraParameters)
    Perform the operation across all versions of a specific resource (by ID and type) on the server.
    <T extends org.hl7.fhir.instance.model.api.IBaseParameters>
    org.hl7.fhir.instance.model.api.IBaseResource
    FhirOperation.onInstance(org.hl7.fhir.instance.model.api.IIdType id, String name, T parameters, Class<T> outputParameterType, boolean useHttpGet, Class<org.hl7.fhir.instance.model.api.IBaseResource> returnType, Map<ExtraParameters,Object> extraParameters)
    Perform the operation across all versions of a specific resource (by ID and type) on the server.
    <T extends org.hl7.fhir.instance.model.api.IBaseParameters>
    org.hl7.fhir.instance.model.api.IBaseResource
    FhirOperation.onInstanceVersion(org.hl7.fhir.instance.model.api.IIdType id, String name, T parameters, Class<T> outputParameterType, boolean useHttpGet, Class<org.hl7.fhir.instance.model.api.IBaseResource> returnType, Map<ExtraParameters,Object> extraParameters)
    This operation operates on a specific version of a resource
    <T extends org.hl7.fhir.instance.model.api.IBaseBundle>
    T
    FhirHistory.onServer(Class<T> returnType, Integer count, Date cutoff, org.hl7.fhir.instance.model.api.IPrimitiveType<Date> iCutoff, Map<ExtraParameters,Object> extraParameters)
    Perform the operation across all versions of all resources of all types on the server
    <T extends org.hl7.fhir.instance.model.api.IBaseParameters>
    org.hl7.fhir.instance.model.api.IBaseResource
    FhirOperation.onServer(String name, T parameters, Class<T> outputParameterType, boolean useHttpGet, Class<org.hl7.fhir.instance.model.api.IBaseResource> returnType, Map<ExtraParameters,Object> extraParameters)
    Perform the operation across all versions of all resources of all types on the server
    <T extends org.hl7.fhir.instance.model.api.IBaseBundle>
    T
    FhirHistory.onType(Class<org.hl7.fhir.instance.model.api.IBaseResource> resourceType, Class<T> returnType, Integer count, Date cutoff, org.hl7.fhir.instance.model.api.IPrimitiveType<Date> iCutoff, Map<ExtraParameters,Object> extraParameters)
    Perform the operation across all versions of all resources of the given type on the server
    <T extends org.hl7.fhir.instance.model.api.IBaseParameters>
    org.hl7.fhir.instance.model.api.IBaseResource
    FhirOperation.onType(Class<org.hl7.fhir.instance.model.api.IBaseResource> resourceType, String name, T parameters, Class<T> outputParameterType, boolean useHttpGet, Class<org.hl7.fhir.instance.model.api.IBaseResource> returnType, Map<ExtraParameters,Object> extraParameters)
    Perform the operation across all versions of all resources of the given type on the server
    ca.uhn.fhir.rest.api.MethodOutcome
    FhirPatch.patchById(String patchBody, String stringId, ca.uhn.fhir.rest.api.PreferReturnEnum preferReturn, Map<ExtraParameters,Object> extraParameters)
    Applies the patch to the given resource ID
    ca.uhn.fhir.rest.api.MethodOutcome
    FhirPatch.patchById(String patchBody, org.hl7.fhir.instance.model.api.IIdType id, ca.uhn.fhir.rest.api.PreferReturnEnum preferReturn, Map<ExtraParameters,Object> extraParameters)
    Applies the patch to the given resource ID
    ca.uhn.fhir.rest.api.MethodOutcome
    FhirPatch.patchByUrl(String patchBody, String url, ca.uhn.fhir.rest.api.PreferReturnEnum preferReturn, Map<ExtraParameters,Object> extraParameters)
    Specifies that the update should be performed as a conditional create against a given search URL.
    <T extends org.hl7.fhir.instance.model.api.IBaseBundle>
    T
    FhirLoadPage.previous(T bundle, Map<ExtraParameters,Object> extraParameters)
    Load the previous page of results using the link with relation "prev" in the bundle.
    <T extends org.hl7.fhir.instance.model.api.IBaseBundle>
    T
    FhirOperation.processMessage(String respondToUri, org.hl7.fhir.instance.model.api.IBaseBundle msgBundle, boolean asynchronous, Class<T> responseClass, Map<ExtraParameters,Object> extraParameters)
    This operation is called $process-message as defined by the FHIR specification.

    ca.uhn.fhir.rest.api.MethodOutcome
    FhirCreate.resource(String resourceAsString, String url, ca.uhn.fhir.rest.api.PreferReturnEnum preferReturn, Map<ExtraParameters,Object> extraParameters)
    Creates a IBaseResource on the server
    ca.uhn.fhir.rest.api.MethodOutcome
    FhirCreate.resource(org.hl7.fhir.instance.model.api.IBaseResource resource, String url, ca.uhn.fhir.rest.api.PreferReturnEnum preferReturn, Map<ExtraParameters,Object> extraParameters)
    Creates a IBaseResource on the server
    ca.uhn.fhir.rest.api.MethodOutcome
    FhirDelete.resource(org.hl7.fhir.instance.model.api.IBaseResource resource, Map<ExtraParameters,Object> extraParameters)
    Deletes the given resource
    ca.uhn.fhir.rest.api.MethodOutcome
    FhirUpdate.resource(String resourceAsString, String stringId, ca.uhn.fhir.rest.api.PreferReturnEnum preferReturn, Map<ExtraParameters,Object> extraParameters)
    Updates a IBaseResource on the server by id
    ca.uhn.fhir.rest.api.MethodOutcome
    FhirUpdate.resource(String resourceAsString, org.hl7.fhir.instance.model.api.IIdType id, ca.uhn.fhir.rest.api.PreferReturnEnum preferReturn, Map<ExtraParameters,Object> extraParameters)
    Updates a IBaseResource on the server by id
    ca.uhn.fhir.rest.api.MethodOutcome
    FhirUpdate.resource(org.hl7.fhir.instance.model.api.IBaseResource resource, String stringId, ca.uhn.fhir.rest.api.PreferReturnEnum preferReturn, Map<ExtraParameters,Object> extraParameters)
    Updates a IBaseResource on the server by id
    ca.uhn.fhir.rest.api.MethodOutcome
    FhirUpdate.resource(org.hl7.fhir.instance.model.api.IBaseResource resource, org.hl7.fhir.instance.model.api.IIdType id, ca.uhn.fhir.rest.api.PreferReturnEnum preferReturn, Map<ExtraParameters,Object> extraParameters)
    Updates a IBaseResource on the server by id
    ca.uhn.fhir.rest.api.MethodOutcome
    FhirValidate.resource(String resourceAsString, Map<ExtraParameters,Object> extraParameters)
    Validates the resource
    ca.uhn.fhir.rest.api.MethodOutcome
    FhirValidate.resource(org.hl7.fhir.instance.model.api.IBaseResource resource, Map<ExtraParameters,Object> extraParameters)
    Validates the resource
    ca.uhn.fhir.rest.api.MethodOutcome
    FhirDelete.resourceById(String type, String stringId, Map<ExtraParameters,Object> extraParameters)
    Deletes the resource by resource type e.g "Patient" and it's id
    ca.uhn.fhir.rest.api.MethodOutcome
    FhirDelete.resourceById(org.hl7.fhir.instance.model.api.IIdType id, Map<ExtraParameters,Object> extraParameters)
    * Deletes the given resource by IIdType
    org.hl7.fhir.instance.model.api.IBaseResource
    FhirRead.resourceById(Class<org.hl7.fhir.instance.model.api.IBaseResource> resource, Long longId, String ifVersionMatches, Boolean returnNull, org.hl7.fhir.instance.model.api.IBaseResource returnResource, Boolean throwError, Map<ExtraParameters,Object> extraParameters)
    Reads a IBaseResource on the server by id
    org.hl7.fhir.instance.model.api.IBaseResource
    FhirRead.resourceById(Class<org.hl7.fhir.instance.model.api.IBaseResource> resource, String stringId, String version, String ifVersionMatches, Boolean returnNull, org.hl7.fhir.instance.model.api.IBaseResource returnResource, Boolean throwError, Map<ExtraParameters,Object> extraParameters)
    Reads a IBaseResource on the server by id
    org.hl7.fhir.instance.model.api.IBaseResource
    FhirRead.resourceById(Class<org.hl7.fhir.instance.model.api.IBaseResource> resource, org.hl7.fhir.instance.model.api.IIdType id, String ifVersionMatches, Boolean returnNull, org.hl7.fhir.instance.model.api.IBaseResource returnResource, Boolean throwError, Map<ExtraParameters,Object> extraParameters)
    Reads a IBaseResource on the server by id
    org.hl7.fhir.instance.model.api.IBaseResource
    FhirRead.resourceById(String resourceClass, Long longId, String ifVersionMatches, Boolean returnNull, org.hl7.fhir.instance.model.api.IBaseResource returnResource, Boolean throwError, Map<ExtraParameters,Object> extraParameters)
    Reads a IBaseResource on the server by id
    org.hl7.fhir.instance.model.api.IBaseResource
    FhirRead.resourceById(String resourceClass, String stringId, String ifVersionMatches, String version, Boolean returnNull, org.hl7.fhir.instance.model.api.IBaseResource returnResource, Boolean throwError, Map<ExtraParameters,Object> extraParameters)
    Reads a IBaseResource on the server by id
    org.hl7.fhir.instance.model.api.IBaseResource
    FhirRead.resourceById(String resourceClass, org.hl7.fhir.instance.model.api.IIdType id, String ifVersionMatches, Boolean returnNull, org.hl7.fhir.instance.model.api.IBaseResource returnResource, Boolean throwError, Map<ExtraParameters,Object> extraParameters)
    Reads a IBaseResource on the server by id
    ca.uhn.fhir.rest.api.MethodOutcome
    FhirUpdate.resourceBySearchUrl(String resourceAsString, String url, ca.uhn.fhir.rest.api.PreferReturnEnum preferReturn, Map<ExtraParameters,Object> extraParameters)
    Updates a IBaseResource on the server by search url
    ca.uhn.fhir.rest.api.MethodOutcome
    FhirUpdate.resourceBySearchUrl(org.hl7.fhir.instance.model.api.IBaseResource resource, String url, ca.uhn.fhir.rest.api.PreferReturnEnum preferReturn, Map<ExtraParameters,Object> extraParameters)
    Updates a IBaseResource on the server by search url
    org.hl7.fhir.instance.model.api.IBaseResource
    FhirRead.resourceByUrl(Class<org.hl7.fhir.instance.model.api.IBaseResource> resource, String url, String ifVersionMatches, Boolean returnNull, org.hl7.fhir.instance.model.api.IBaseResource returnResource, Boolean throwError, Map<ExtraParameters,Object> extraParameters)
    Reads a IBaseResource on the server by url
    org.hl7.fhir.instance.model.api.IBaseResource
    FhirRead.resourceByUrl(Class<org.hl7.fhir.instance.model.api.IBaseResource> resource, org.hl7.fhir.instance.model.api.IIdType iUrl, String ifVersionMatches, Boolean returnNull, org.hl7.fhir.instance.model.api.IBaseResource returnResource, Boolean throwError, Map<ExtraParameters,Object> extraParameters)
    Reads a IBaseResource on the server by url
    org.hl7.fhir.instance.model.api.IBaseResource
    FhirRead.resourceByUrl(String resourceClass, String url, String ifVersionMatches, Boolean returnNull, org.hl7.fhir.instance.model.api.IBaseResource returnResource, Boolean throwError, Map<ExtraParameters,Object> extraParameters)
    Reads a IBaseResource on the server by url
    org.hl7.fhir.instance.model.api.IBaseResource
    FhirRead.resourceByUrl(String resourceClass, org.hl7.fhir.instance.model.api.IIdType iUrl, String ifVersionMatches, Boolean returnNull, org.hl7.fhir.instance.model.api.IBaseResource returnResource, Boolean throwError, Map<ExtraParameters,Object> extraParameters)
    Reads a IBaseResource on the server by url
    ca.uhn.fhir.rest.api.MethodOutcome
    FhirDelete.resourceConditionalByUrl(String url, Map<ExtraParameters,Object> extraParameters)
    Specifies deleting should be performed as a conditional delete against a given search URL.
    org.hl7.fhir.instance.model.api.IBaseBundle
    FhirSearch.searchByUrl(String url, Map<ExtraParameters,Object> extraParameters)
    Perform a search directly by URL.
    FhirTransaction.withBundle(String stringBundle, Map<ExtraParameters,Object> extraParameters)
    Use the given raw text (should be a Bundle resource) as the transaction input
    org.hl7.fhir.instance.model.api.IBaseBundle
    FhirTransaction.withBundle(org.hl7.fhir.instance.model.api.IBaseBundle bundle, Map<ExtraParameters,Object> extraParameters)
    Use the given Bundle resource as the transaction input
    List<org.hl7.fhir.instance.model.api.IBaseResource>
    FhirTransaction.withResources(List<org.hl7.fhir.instance.model.api.IBaseResource> resources, Map<ExtraParameters,Object> extraParameters)
    Use a list of resources as the transaction input