default FHIRRestOperationResponse |
FHIRResourceHelpers.doCreate(String type,
Resource resource,
String ifNoneExist) |
Performs the heavy lifting associated with a 'create' interaction.
|
FHIRRestOperationResponse |
FHIRResourceHelpers.doCreate(String type,
Resource resource,
String ifNoneExist,
boolean doValidation) |
Performs the heavy lifting associated with a 'create' interaction.
|
FHIRRestOperationResponse |
FHIRResourceHelpers.doDelete(String type,
String id,
String searchQueryString) |
Performs a 'delete' operation on the specified resource.
|
FHIRRestOperationResponse |
FHIRResourceHelpers.doPatch(String type,
String id,
FHIRPatch patch,
String ifMatchValue,
String searchQueryString,
boolean skippableUpdate) |
Performs a patch operation (a new version of the Resource will be stored).
|
default FHIRRestOperationResponse |
FHIRResourceHelpers.doUpdate(String type,
String id,
Resource newResource,
String ifMatchValue,
String searchQueryString,
boolean skippableUpdate) |
Performs an update operation (a new version of the Resource will be stored).
|
FHIRRestOperationResponse |
FHIRResourceHelpers.doUpdate(String type,
String id,
Resource newResource,
String ifMatchValue,
String searchQueryString,
boolean skippableUpdate,
boolean doValidation) |
Performs an update operation (a new version of the Resource will be stored).
|