| Package | Description |
|---|---|
| ca.uhn.fhir.rest.gclient |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ICreateWithQueryTyped |
| Modifier and Type | Method and Description |
|---|---|
ICreateTyped |
ICreateTyped.conditionalByUrl(String theSearchUrl)
Specifies that the create should be performed as a conditional create
against a given search URL.
|
ICreateTyped |
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. |
ICreateTyped |
ICreate.resource(IBaseResource theResource) |
ICreateTyped |
ICreate.resource(String theResourceAsText) |
ICreateTyped |
ICreateTyped.withId(IdDt theId)
If you want the explicitly state an ID for your created resource, put that ID here.
|
ICreateTyped |
ICreateTyped.withId(String theId)
If you want the explicitly state an ID for your created resource, put that ID here.
|
Copyright © 2014–2016 University Health Network. All rights reserved.