| Package | Description |
|---|---|
| ca.uhn.fhir.rest.gclient |
| Modifier and Type | Method and Description |
|---|---|
IReadExecutable<T> |
IReadIfNoneMatch.returnNull()
If the server responds with an
HTTP 301 Not Modified,
return null. |
IReadExecutable<T> |
IReadIfNoneMatch.returnResource(T theInstance)
If the server responds with an
HTTP 301 Not Modified,
return the given instance. |
IReadExecutable<T> |
IReadIfNoneMatch.throwNotModifiedException()
If the server responds with an
HTTP 301 Not Modified,
throw a NotModifiedException. |
IReadExecutable<T> |
IReadTyped.withId(IIdType theId)
Search using an ID.
|
IReadExecutable<T> |
IReadTyped.withId(Long theId)
Perform a search by resource ID
|
IReadExecutable<T> |
IReadTyped.withId(String theId)
Perform a search by resource ID
|
IReadExecutable<T> |
IReadTyped.withIdAndVersion(String theId,
String theVersion)
Perform a search by resource ID and version
|
IReadExecutable<T> |
IReadTyped.withUrl(IIdType theUrl) |
IReadExecutable<T> |
IReadTyped.withUrl(String theUrl) |
Copyright © 2014–2017 University Health Network. All rights reserved.