<T extends IBaseBundle> IHistoryTyped<T> |
IHistoryUntyped.andReturnBundle(Class<T> theType) |
Deprecated.
|
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> IHistoryTyped<T> |
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)
|