Package ca.uhn.fhir.rest.gclient
Interface ICreateTyped
- All Superinterfaces:
IClientExecutable<ICreateTyped,
MethodOutcome>
- All Known Subinterfaces:
ICreateWithQueryTyped
-
Method Summary
Modifier and TypeMethodDescriptionconditionalByUrl
(String theSearchUrl) Specifies that the create should be performed as a conditional create against a given search URL.prefer
(PreferReturnEnum theReturn) Add aPrefer
header to the request, which requests that the server include or suppress the resource body as a part of the result.Methods inherited from interface ca.uhn.fhir.rest.gclient.IClientExecutable
accept, andLogRequestAndResponse, cacheControl, elementsSubset, encoded, encodedJson, encodedXml, execute, preferResponseType, preferResponseTypes, prettyPrint, summaryMode, withAdditionalHeader
-
Method Details
-
conditional
- Since:
- HAPI 0.9 / FHIR DSTU 2
-
conditionalByUrl
Specifies that the create 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
-
prefer
Add aPrefer
header to the request, which requests that the server include or suppress the resource body as a part of the result. If a resource is returned by the server it will be parsed an accessible to the client viaMethodOutcome.getResource()
- Since:
- HAPI 1.1
-