| Package | Description |
|---|---|
| ca.uhn.fhir.rest.gclient |
| Modifier and Type | Method and Description |
|---|---|
<T extends IBaseBundle> |
IHistoryUntyped.andReturnBundle(Class<T> theType)
Deprecated.
Use
IHistoryUntyped.returnBundle(Class) instead, which has the exact same functionality. This was deprecated in HAPI FHIR 4.0.0 in order to be consistent with the similar method on the search operation. |
IHistoryTyped<T> |
IHistoryTyped.at(DateRangeParam theDateRangeParam)
Request that the server return only the history elements between the
specific range
|
IHistoryTyped<T> |
IHistoryTyped.count(Integer theCount)
Request that the server return only up to
theCount number of resources |
<T extends IBaseBundle> |
IHistoryUntyped.returnBundle(Class<T> theType)
Request that the method return a Bundle resource (such as
ca.uhn.fhir.model.dstu2.resource.Bundle). |
IHistoryTyped<T> |
IHistoryTyped.since(Date theCutoff)
Request that the server return only resource versions that were created at or after the given time (inclusive)
|
IHistoryTyped<T> |
IHistoryTyped.since(IPrimitiveType<Date> theCutoff)
Request that the server return only resource versions that were created at or after the given time (inclusive)
|
Copyright © 2014–2019 University Health Network. All rights reserved.