FHIRResponse |
FHIRClient._search(String resourceType,
FHIRParameters parameters,
FHIRRequestHeader... headers) |
Invokes the '_search' FHIR REST API operation.
|
FHIRResponse |
FHIRClient.batch(Bundle bundle,
FHIRRequestHeader... headers) |
Invokes the 'batch/transaction' FHIR REST API operation for a request bundle of type 'batch'.
|
FHIRResponse |
FHIRClient.conditionalCreate(Resource resource,
FHIRParameters parameters,
FHIRRequestHeader... headers) |
Invokes the 'conditional create' FHIR REST API operation.
|
FHIRResponse |
FHIRClient.conditionalCreate(javax.json.JsonObject resource,
FHIRParameters parameters,
FHIRRequestHeader... headers) |
Invokes the 'conditional create' FHIR REST API operation.
|
FHIRResponse |
FHIRClient.conditionalDelete(String resourceType,
FHIRParameters parameters,
FHIRRequestHeader... headers) |
Invokes the 'conditional delete' FHIR REST API operation.
|
FHIRResponse |
FHIRClient.conditionalUpdate(Resource resource,
FHIRParameters parameters,
FHIRRequestHeader... headers) |
Invokes the 'conditional update' FHIR REST API operation.
|
FHIRResponse |
FHIRClient.conditionalUpdate(javax.json.JsonObject resource,
FHIRParameters parameters,
FHIRRequestHeader... headers) |
Invokes the 'conditional update' FHIR REST API operation.
|
FHIRResponse |
FHIRClient.create(Resource resource,
FHIRRequestHeader... headers) |
Invokes the 'create' FHIR REST API operation.
|
FHIRResponse |
FHIRClient.create(javax.json.JsonObject resource,
FHIRRequestHeader... headers) |
Invokes the 'create' FHIR REST API operation.
|
FHIRResponse |
FHIRClient.delete(String resourceType,
String resourceId,
FHIRRequestHeader... headers) |
Invokes the 'delete' FHIR REST API operation.
|
FHIRResponse |
FHIRClient.history(String resourceType,
String resourceId,
FHIRParameters parameters,
FHIRRequestHeader... headers) |
Invokes the 'history' FHIR REST API operation.
|
FHIRResponse |
FHIRClient.invoke(String operationName,
FHIRParameters parameters,
FHIRRequestHeader... headers) |
Invokes the 'invoke' FHIR REST API operation.
|
FHIRResponse |
FHIRClient.invoke(String operationName,
Resource resource,
FHIRRequestHeader... headers) |
Invokes the 'invoke' FHIR REST API operation.
|
FHIRResponse |
FHIRClient.invoke(String resourceType,
String operationName,
FHIRParameters parameters,
FHIRRequestHeader... headers) |
Invokes the 'invoke' FHIR REST API operation.
|
FHIRResponse |
FHIRClient.invoke(String resourceType,
String operationName,
Resource resource,
FHIRRequestHeader... headers) |
Invokes the 'invoke' FHIR REST API operation.
|
FHIRResponse |
FHIRClient.invoke(String resourceType,
String operationName,
String resourceId,
FHIRParameters parameters,
FHIRRequestHeader... headers) |
Invokes the 'invoke' FHIR REST API operation.
|
FHIRResponse |
FHIRClient.invoke(String resourceType,
String operationName,
String resourceId,
Resource resource,
FHIRRequestHeader... headers) |
Invokes the 'invoke' FHIR REST API operation.
|
FHIRResponse |
FHIRClient.invoke(String resourceType,
String operationName,
String resourceId,
String versionId,
FHIRParameters parameters,
FHIRRequestHeader... headers) |
Invokes the 'invoke' FHIR REST API operation.
|
FHIRResponse |
FHIRClient.invoke(String resourceType,
String operationName,
String resourceId,
String versionId,
Resource resource,
FHIRRequestHeader... headers) |
Invokes the 'invoke' FHIR REST API operation.
|
FHIRResponse |
FHIRClient.metadata(FHIRRequestHeader... headers) |
Invokes the 'metadata' FHIR REST API operation.
|
FHIRResponse |
FHIRClient.read(String resourceType,
String resourceId,
FHIRRequestHeader... headers) |
Invokes the 'read' FHIR REST API operation.
|
FHIRResponse |
FHIRClient.search(String resourceType,
FHIRParameters parameters,
FHIRRequestHeader... headers) |
Invokes the 'search' FHIR REST API operation.
|
FHIRResponse |
FHIRClient.searchAll(FHIRParameters parameters,
boolean isPost,
FHIRRequestHeader... headers) |
Invokes the 'search-all' FHIR REST API operation with HTTP POST.
|
FHIRResponse |
FHIRClient.transaction(Bundle bundle,
FHIRRequestHeader... headers) |
Invokes the 'batch/transaction' FHIR REST API operation for a request bundle of type 'transaction'.
|
FHIRResponse |
FHIRClient.update(Resource resource,
FHIRRequestHeader... headers) |
Invokes the 'update' FHIR REST API operation.
|
FHIRResponse |
FHIRClient.update(javax.json.JsonObject resource,
FHIRRequestHeader... headers) |
Invokes the 'update' FHIR REST API operation.
|
FHIRResponse |
FHIRClient.validate(Resource resource,
FHIRRequestHeader... headers) |
Invokes the 'validate' FHIR REST API operation.
|
FHIRResponse |
FHIRClient.validate(javax.json.JsonObject resource,
FHIRRequestHeader... headers) |
Invokes the 'validate' FHIR REST API operation.
|
FHIRResponse |
FHIRClient.vread(String resourceType,
String resourceId,
String versionId,
FHIRRequestHeader... headers) |
Invokes the 'vread' FHIR REST API operation.
|