public interface ICreateTyped extends IClientExecutable<ICreateTyped,MethodOutcome>
| Modifier and Type | Method and Description |
|---|---|
ICreateWithQuery |
conditional() |
ICreateTyped |
conditionalByUrl(String theSearchUrl)
Specifies that the create should be performed as a conditional create
against a given search URL.
|
ICreateTyped |
prefer(PreferReturnEnum theReturn)
Add a
Prefer header to the request, which requests that the server include
or suppress the resource body as a part of the result. |
andLogRequestAndResponse, elementsSubset, encoded, encodedJson, encodedXml, execute, preferResponseType, preferResponseTypes, prettyPrint, summaryModeICreateWithQuery conditional()
ICreateTyped conditionalByUrl(String theSearchUrl)
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%7C847366ICreateTyped prefer(PreferReturnEnum theReturn)
Prefer 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 via MethodOutcome.getResource()Copyright © 2014–2017 University Health Network. All rights reserved.