| Package | Description |
|---|---|
| ca.uhn.fhir.rest.gclient |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IPatchWithBody |
interface |
IPatchWithQueryTyped |
| Modifier and Type | Method and Description |
|---|---|
IPatchExecutable |
IPatchWithBody.conditionalByUrl(String theSearchUrl)
Specifies that the update should be performed as a conditional create
against a given search URL.
|
IPatchExecutable |
IPatchExecutable.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. |
IPatchExecutable |
IPatchWithBody.withId(IIdType theId)
The resource ID to patch
|
IPatchExecutable |
IPatchWithBody.withId(String theId)
The resource ID to patch
|
Copyright © 2014–2017 University Health Network. All rights reserved.