Package ca.uhn.fhir.rest.gclient
Interface IPatchWithBody
- All Superinterfaces:
IClientExecutable<IPatchExecutable,
,MethodOutcome> IPatchExecutable
- All Known Subinterfaces:
IPatchWithQueryTyped
-
Method Summary
Modifier and TypeMethodDescriptionconditional
(Class<? extends IBaseResource> theResourceType) Build a conditional URL using fluent constants on resource typesconditional
(String theResourceType) Build a conditional URL using fluent constants on resource typesconditionalByUrl
(String theSearchUrl) Specifies that the update should be performed as a conditional create against a given search URL.The resource ID to patch (must include both a resource type and an ID, e.g.The resource ID to patch (must include both a resource type and an ID, e.g.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.IPatchExecutable
prefer
-
Method Details
-
conditional
Build a conditional URL using fluent constants on resource types- Parameters:
theResourceType
- The resource type to patch (e.g. "Patient.class")
-
conditional
Build a conditional URL using fluent constants on resource types- Parameters:
theResourceType
- The resource type to patch (e.g. "Patient")
-
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
-
withId
The resource ID to patch (must include both a resource type and an ID, e.g.Patient/123
) -
withId
The resource ID to patch (must include both a resource type and an ID, e.g.Patient/123
)
-