Package ca.uhn.fhir.rest.gclient
Interface IUpdateTyped
- All Superinterfaces:
IClientExecutable<IUpdateExecutable,
,MethodOutcome> IUpdateExecutable
- All Known Subinterfaces:
IUpdateWithQueryTyped
-
Method Summary
Modifier and TypeMethodDescriptionconditionalByUrl
(String theSearchUrl) Specifies that the update should be performed as a conditional create against a given search URL.Methods inherited from interface ca.uhn.fhir.rest.gclient.IClientExecutable
accept, andLogRequestAndResponse, cacheControl, elementsSubset, encoded, encodedJson, encodedXml, execute, preferResponseType, preferResponseTypes, prettyPrint, summaryMode, withAdditionalHeader
Methods inherited from interface ca.uhn.fhir.rest.gclient.IUpdateExecutable
prefer
-
Method Details
-
withId
-
withId
-
conditionalByUrl
Specifies that the update should be performed as a conditional create against a given search URL.- Parameters:
theSearchUrl
- The search URL to use. The format of this URL should be of the form[ResourceType]?[Parameters]
, for example:Patient?name=Smith&identifier=13.2.4.11.4%7C847366
- Since:
- HAPI 0.9 / FHIR DSTU 2
-
conditional
- Since:
- HAPI 0.9 / FHIR DSTU 2
-
historyRewrite
-