default FHIRRestOperationResponse |
FHIRResourceHelpers.doCreate(String type,
Resource resource,
String ifNoneExist,
Map<String,String> requestProperties) |
Performs the heavy lifting associated with a 'create' interaction.
|
FHIRRestOperationResponse |
FHIRResourceHelpers.doCreate(String type,
Resource resource,
String ifNoneExist,
Map<String,String> requestProperties,
boolean doValidation) |
Performs the heavy lifting associated with a 'create' interaction.
|
FHIRRestOperationResponse |
FHIRResourceHelpers.doDelete(String type,
String id,
String searchQueryString,
Map<String,String> requestProperties) |
Performs a 'delete' operation on the specified resource.
|
FHIRRestOperationResponse |
FHIRResourceHelpers.doPatch(String type,
String id,
FHIRPatch patch,
String ifMatchValue,
String searchQueryString,
Map<String,String> requestProperties) |
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,
Map<String,String> requestProperties) |
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,
Map<String,String> requestProperties,
boolean doValidation) |
Performs an update operation (a new version of the Resource will be stored).
|