Modifier and Type | Method and Description |
---|---|
static ExtraParameters |
ExtraParameters.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExtraParameters[] |
ExtraParameters.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
<T extends org.hl7.fhir.instance.model.api.IBaseMetaType> |
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> |
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> |
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> |
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> |
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> |
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> |
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> |
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> |
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> |
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> |
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> |
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> |
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> |
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> |
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,
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.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.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> |
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> |
FhirOperation.processMessage(String respondToUri,
org.hl7.fhir.instance.model.api.IBaseBundle msgBundle,
boolean asynchronous,
Class<T> responseClass,
Map<ExtraParameters,Object> extraParameters)
|
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) |
ca.uhn.fhir.rest.api.MethodOutcome |
FhirValidate.resource(org.hl7.fhir.instance.model.api.IBaseResource resource,
Map<ExtraParameters,Object> extraParameters) |
org.hl7.fhir.instance.model.api.IBaseOperationOutcome |
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(org.hl7.fhir.instance.model.api.IBaseResource resource,
String stringId,
ca.uhn.fhir.rest.api.PreferReturnEnum preferReturn,
Map<ExtraParameters,Object> extraParameters) |
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 |
FhirUpdate.resource(String resourceAsString,
org.hl7.fhir.instance.model.api.IIdType id,
ca.uhn.fhir.rest.api.PreferReturnEnum preferReturn,
Map<ExtraParameters,Object> extraParameters) |
ca.uhn.fhir.rest.api.MethodOutcome |
FhirValidate.resource(String resourceAsString,
Map<ExtraParameters,Object> extraParameters) |
ca.uhn.fhir.rest.api.MethodOutcome |
FhirUpdate.resource(String resourceAsString,
String stringId,
ca.uhn.fhir.rest.api.PreferReturnEnum preferReturn,
Map<ExtraParameters,Object> extraParameters) |
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 |
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) |
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) |
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) |
org.hl7.fhir.instance.model.api.IBaseOperationOutcome |
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(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) |
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) |
org.hl7.fhir.instance.model.api.IBaseOperationOutcome |
FhirDelete.resourceById(String type,
String stringId,
Map<ExtraParameters,Object> extraParameters)
Deletes the resource by resource type e.g "Patient" and it's 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) |
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) |
ca.uhn.fhir.rest.api.MethodOutcome |
FhirUpdate.resourceBySearchUrl(String resourceAsString,
String url,
ca.uhn.fhir.rest.api.PreferReturnEnum preferReturn,
Map<ExtraParameters,Object> extraParameters) |
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) |
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) |
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) |
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) |
org.hl7.fhir.instance.model.api.IBaseOperationOutcome |
FhirDelete.resourceConditionalByUrl(String url,
Map<ExtraParameters,Object> extraParameters)
Specifies that the delete 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.
|
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
|
String |
FhirTransaction.withBundle(String stringBundle,
Map<ExtraParameters,Object> extraParameters)
Use the given raw text (should be a 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
|
Apache Camel